Home
last modified time | relevance | path

Searched defs:r (Results 26 – 50 of 224) sorted by relevance

123456789

/openssl/crypto/cms/
H A Dcms_smime.c37 int r = 0, i; in cms_copy_content() local
108 int r; in CMS_data() local
146 int r; in CMS_digest_verify() local
204 int r; in CMS_EncryptedData_decrypt() local
271 int i, j, r = 0; in cms_signerinfo_verify_cert() local
504 int r; in CMS_verify_receipt() local
575 int r = 0; in CMS_sign_receipt() local
804 int i, r, match_ri = 0; in CMS_decrypt_set1_key() local
840 int i, r, match_ri = 0; in CMS_decrypt_set1_password() local
873 int r; in CMS_decrypt() local
[all …]
/openssl/engines/
H A De_ossltest_err.h19 # define OSSLTESTerr(f, r) ERR_OSSLTEST_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
H A De_dasync_err.h19 # define DASYNCerr(f, r) ERR_DASYNC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
/openssl/ssl/quic/
H A Dquic_sstream.c184 UINT_RANGE r; in ossl_quic_sstream_mark_transmitted() local
213 UINT_RANGE r; in ossl_quic_sstream_mark_lost() local
242 UINT_RANGE r; in ossl_quic_sstream_mark_acked() local
288 UINT_RANGE r; in ossl_quic_sstream_append() local
379 UINT_RANGE r; in ossl_quic_sstream_is_totally_acked() local
/openssl/crypto/asn1/
H A Dp5_scrypt.c43 unsigned char *aiv, uint64_t N, uint64_t r, in PKCS5_pbe2_set_scrypt()
157 size_t keylen, uint64_t N, uint64_t r, in pkcs5_scrypt_set()
242 uint64_t p, r, N; in PKCS5_v2_scrypt_keyivgen_ex() local
/openssl/crypto/rsa/
H A Drsa_crpt.c23 int RSA_bits(const RSA *r) in RSA_bits()
28 int RSA_size(const RSA *r) in RSA_size()
57 int RSA_flags(const RSA *r) in RSA_flags()
H A Drsa_sp800_56b_check.c27 BIGNUM *r = NULL, *p1 = NULL, *q1 = NULL; in ossl_rsa_check_crt_components() local
178 BIGNUM *r, *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_check_private_exponent() local
379 BIGNUM *r = NULL; local
/openssl/crypto/bf/
H A Dbf_enc.c32 register BF_LONG l, r; in BF_encrypt() local
71 register BF_LONG l, r; in BF_decrypt() local
/openssl/crypto/cast/
H A Dc_enc.c21 CAST_LONG l, r, t; in CAST_encrypt() local
53 CAST_LONG l, r, t; in CAST_decrypt() local
/openssl/crypto/ec/
H A Decp_nist.c128 int ossl_ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_nist_field_mul()
153 int ossl_ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_nist_field_sqr()
H A Decp_smpl.c613 int ossl_ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in ossl_ec_GFp_simple_add()
798 int ossl_ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in ossl_ec_GFp_simple_dbl()
1365 int ossl_ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_simple_field_mul()
1371 int ossl_ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_simple_field_sqr()
1383 int ossl_ec_GFp_simple_field_inv(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_simple_field_inv()
1494 EC_POINT *r, EC_POINT *s, in ossl_ec_GFp_simple_ladder_pre()
1564 EC_POINT *r, EC_POINT *s, in ossl_ec_GFp_simple_ladder_step()
1652 EC_POINT *r, EC_POINT *s, in ossl_ec_GFp_simple_ladder_post()
/openssl/crypto/objects/
H A Dobj_lib.c18 ASN1_OBJECT *r; in OBJ_dup() local
/openssl/crypto/evp/
H A Dpbe_scrypt.c39 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt_ex()
92 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt()
/openssl/crypto/bn/
H A Dbn_exp.c49 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp()
97 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp()
169 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp()
317 BIGNUM *d, *r; in BN_mod_exp_mont() local
1170 BIGNUM *r, *t; in BN_mod_exp_mont_word() local
1172 #define BN_MOD_MUL_WORD(r, w, m) \ in BN_mod_exp_mont_word() argument
1186 #define BN_TO_MONTGOMERY_WORD(r, w, mont) \ in BN_mod_exp_mont_word() argument
1311 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_simple()
H A Dbn_blind.c79 void BN_BLINDING_free(BN_BLINDING *r) in BN_BLINDING_free()
132 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_convert_ex()
165 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, in BN_BLINDING_invert_ex()
232 BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b, in BN_BLINDING_create_param()
H A Dbn_mont.c26 int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_mul_montgomery()
37 int bn_mul_mont_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mul_mont_fixed_top()
88 static int bn_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont) in bn_from_montgomery_word()
222 int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in bn_to_mont_fixed_top()
/openssl/crypto/x509/
H A Dx509_r2x.c20 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
/openssl/crypto/bio/
H A Dbss_dgram_pair.c35 static int ring_buf_init(struct ring_buf *r, size_t nbytes) in ring_buf_init()
46 static void ring_buf_destroy(struct ring_buf *r) in ring_buf_destroy()
62 static void ring_buf_head_tail(struct ring_buf *r, int idx, uint8_t **buf, size_t *len) in ring_buf_head_tail()
75 #define ring_buf_head(r, buf, len) ring_buf_head_tail((r), 0, (buf), (len)) argument
76 #define ring_buf_tail(r, buf, len) ring_buf_head_tail((r), 1, (buf), (len)) argument
82 static void ring_buf_push_pop(struct ring_buf *r, int idx, size_t num_bytes) in ring_buf_push_pop()
112 #define ring_buf_push(r, num_bytes) ring_buf_push_pop((r), 0, (num_bytes)) argument
113 #define ring_buf_pop(r, num_bytes) ring_buf_push_pop((r), 1, (num_bytes)) argument
115 static void ring_buf_clear(struct ring_buf *r) in ring_buf_clear()
120 static int ring_buf_resize(struct ring_buf *r, size_t nbytes) in ring_buf_resize()
[all …]
/openssl/test/
H A Dsafe_math_test.c57 int err, r, s; in test_int_ops() local
146 unsigned int r; in test_uint_ops() local
229 size_t r; in test_size_t_ops() local
316 int r, real = 0; in test_int_muldiv() local
348 unsigned int r, real = 0; in test_uint_muldiv() local
H A Dproperty_test.c154 int r = 0; in test_property_parse() local
173 int r = 0; in test_property_query_value_create() local
221 int r = 0; in test_property_parse_error() local
272 int r = 0; in test_property_merge() local
296 int r; in test_property_defn_cache() local
357 int r; in test_definition_compares() local
H A Dexptest.c31 static int a_is_zero_mod_one(const char *method, const BIGNUM *r, in a_is_zero_mod_one()
49 BIGNUM *r = NULL; in test_mod_exp_zero() local
/openssl/crypto/
H A Dtime.c17 OSSL_TIME r; in ossl_time_now() local
H A Dasn1_dsa.c106 int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s) in ossl_encode_der_dsa_sig()
233 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, in ossl_decode_der_dsa_sig()
/openssl/ssl/record/methods/
H A Drecmethod_local.h83 #define TLS_RL_RECORD_set_type(r, t) ((r)->type = (t)) argument
84 #define TLS_RL_RECORD_set_rec_version(r, v) ((r)->rec_version = (v)) argument
85 #define TLS_RL_RECORD_get_length(r) ((r)->length) argument
86 #define TLS_RL_RECORD_set_length(r, l) ((r)->length = (l)) argument
87 #define TLS_RL_RECORD_add_length(r, l) ((r)->length += (l)) argument
88 #define TLS_RL_RECORD_set_data(r, d) ((r)->data = (d)) argument
89 #define TLS_RL_RECORD_set_input(r, i) ((r)->input = (i)) argument
90 #define TLS_RL_RECORD_reset_input(r) ((r)->input = (r)->data) argument
392 #define RLAYERfatal(rl, al, r) RLAYERfatal_data((rl), (al), (r), NULL) argument
/openssl/include/internal/
H A Dconstant_time.h147 BN_ULONG r; in value_barrier_bn() local
273 unsigned int r; in value_barrier() local
285 uint32_t r; in value_barrier_32() local
297 uint64_t r; in value_barrier_64() local
309 size_t r; in value_barrier_s() local

Completed in 61 milliseconds

123456789