Home
last modified time | relevance | path

Searched defs:r (Results 126 – 150 of 224) sorted by relevance

123456789

/openssl/crypto/ocsp/
H A Docsp_local.h237 # define OCSP_REQUEST_verify(a, r, libctx, propq)\ argument
243 # define OCSP_BASICRESP_verify(a, r, libctx, propq)\ argument
/openssl/crypto/poly1305/
H A Dpoly1305.c104 u64 r[2]; member
259 u32 r[4]; member
H A Dpoly1305_base2_44.c26 u64 r[3]; member
/openssl/crypto/ec/
H A Dcurve25519.c1929 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) in ge_p3_to_p2()
1942 static void ge_p3_to_cached(ge_cached *r, const ge_p3 *p) in ge_p3_to_cached()
1951 static void ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p) in ge_p1p1_to_p2()
1959 static void ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) in ge_p1p1_to_p3()
1968 static void ge_p2_dbl(ge_p1p1 *r, const ge_p2 *p) in ge_p2_dbl()
1984 static void ge_p3_dbl(ge_p1p1 *r, const ge_p3 *p) in ge_p3_dbl()
2026 static void ge_add(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) in ge_add()
4237 ge_p1p1 r; in ge_scalarmult_base() local
4429 static void slide(signed char *r, const uint8_t *a) in slide()
5567 const uint8_t *r, *s; in ossl_ed25519_verify() local
[all …]
H A Dec_local.h705 BIGNUM *r; member
767 EC_POINT *r, EC_POINT *s, in ec_point_ladder_pre()
781 EC_POINT *r, EC_POINT *s, in ec_point_ladder_step()
796 EC_POINT *r, EC_POINT *s, in ec_point_ladder_post()
H A Dec_kmeth.c232 const BIGNUM *kinv, const BIGNUM *r, in EC_KEY_METHOD_set_sign()
307 const BIGNUM *kinv, const BIGNUM *r, in EC_KEY_METHOD_get_sign()
/openssl/include/openssl/
H A Dbn.h480 # define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b) argument
/openssl/crypto/x509/
H A Dx_all.c33 int X509_verify(X509 *a, EVP_PKEY *r) in X509_verify()
43 int X509_REQ_verify_ex(X509_REQ *a, EVP_PKEY *r, OSSL_LIB_CTX *libctx, in X509_REQ_verify_ex()
56 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r) in X509_REQ_verify()
61 int X509_ACERT_verify(X509_ACERT *a, EVP_PKEY *r) in X509_ACERT_verify()
71 int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r) in NETSCAPE_SPKI_verify()
H A Dx509cset.c60 X509_REVOKED *r; in X509_CRL_sort() local
/openssl/crypto/rand/
H A Drand_lib.c866 int r; in RAND_set0_public() local
880 int r; in RAND_set0_private() local
913 int i, r = 1; in random_conf_init() local
/openssl/test/
H A Drsa_test.c331 unsigned int r; member
366 int r = 0; in test_rsa_security_bit() local
H A Dssl_old_test.c2031 int i, r; in doit_localhost() local
2110 int i, r; in doit_localhost() local
2310 int i, r; in doit_biopair() local
2389 int i, r; in doit_biopair() local
2464 int r; in doit_biopair() local
2504 int r; in doit_biopair() local
H A Decdsatest.c85 BIGNUM *r = NULL, *s = NULL; in x9_62_tests() local
/openssl/crypto/dsa/
H A Ddsa_local.h42 BIGNUM *r; member
H A Ddsa_sign.c142 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0()
/openssl/apps/
H A Dpkey.c243 int r; in pkey_main() local
H A Drsa.c289 int r; in rsa_main() local
/openssl/crypto/cms/
H A Dcms_pwri.c312 int r = 0; in ossl_cms_RecipientInfo_pwri_crypt() local
/openssl/crypto/bio/
H A Dbf_buff.c241 int r, i, *ip; in buffer_ctrl() local
H A Dbf_lbuf.c206 int r; in linebuffer_ctrl() local
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c64 int r; member
211 unsigned char *ko, size_t ko_len, int r) in derive()
/openssl/crypto/asn1/
H A Dasn1_parse.c100 int nl, hl, j, r; in asn1_parse2() local
/openssl/crypto/
H A Dparams_dup.c141 const OSSL_PARAM *r = *(const OSSL_PARAM **)right; in compare_params() local
H A Dsparse_array.c159 void **p, *r = NULL; in ossl_sa_get() local
/openssl/crypto/bn/
H A Dbn_gcd.c581 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd()

Completed in 70 milliseconds

123456789