Home
last modified time | relevance | path

Searched defs:r (Results 101 – 125 of 225) sorted by relevance

123456789

/openssl/crypto/bn/
H A Dbn_intern.c25 signed char *r = NULL; in bn_compute_wNAF() local
H A Dbn_nist.c351 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_192()
487 int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_224()
659 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_256()
896 int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_384()
1156 int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_521()
H A Dbn_x931p.c136 int r = BN_check_prime(p, ctx, cb); in BN_X931_derive_prime_ex() local
/openssl/crypto/ec/
H A Dec_lib.c624 int r = 0; in EC_GROUP_cmp() local
791 int r; in EC_POINT_dup() local
940 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_add()
955 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl()
1070 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul()
1117 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul()
1236 static int ec_field_inverse_mod_ord(const EC_GROUP *group, BIGNUM *r, in ec_field_inverse_mod_ord()
H A Dec_mult.c139 int ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, in ossl_ec_scalar_mul_ladder()
404 int ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ossl_ec_wNAF_mul()
/openssl/engines/
H A De_capi_err.h19 # define CAPIerr(f, r) ERR_CAPI_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) argument
/openssl/crypto/x509/
H A Dx_crl.c376 int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *r) in X509_CRL_verify()
400 static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r) in def_crl_verify()
H A Dv3_ncons.c281 int r, i, name_count, constraint_count; in NAME_CONSTRAINTS_check() local
440 int r, i; in NAME_CONSTRAINTS_check_CN() local
504 int i, r, match = 0; in nc_match() local
H A Dv3_asid.c140 int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min); in ASIdOrRange_cmp() local
449 ASRange *r; in ASIdentifierChoice_canonize() local
/openssl/ssl/
H A Dbio_ssl.c99 int r = 0; in ssl_read() local
165 int ret, r = 0; in ssl_write() local
/openssl/test/testutil/
H A Dfake_random.c38 FAKE_RAND *r = OPENSSL_zalloc(sizeof(*r)); in fake_rand_newctx() local
76 uint32_t r; in fake_rand_generate() local
/openssl/crypto/aes/
H A Daes_core.c429 int r; in ShiftRows() local
448 int r; in InvShiftRows() local
1439 int r; in AES_encrypt() local
1631 int r; in AES_decrypt() local
H A Daes_x86core.c662 int r; in AES_encrypt() local
876 int r; in AES_decrypt() local
/openssl/crypto/
H A Dparams_from_text.c32 int r; in prepare_from_text() local
/openssl/crypto/property/
H A Dproperty_parse.c260 int r = 0; in parse_value() local
316 OSSL_PROPERTY_LIST *r; in stack_to_property_list() local
544 OSSL_PROPERTY_LIST *r; in ossl_property_merge() local
/openssl/crypto/aria/
H A Daria.c32 #define rotl32(v, r) (((uint32_t)(v) << (r)) | ((uint32_t)(v) >> (32 - r))) argument
33 #define rotr32(v, r) (((uint32_t)(v) >> (r)) | ((uint32_t)(v) << (32 - r))) argument
679 const int r = ossl_aria_set_encrypt_key(userKey, bits, key); in ossl_aria_set_decrypt_key() local
1199 const int r = ossl_aria_set_encrypt_key(userKey, bits, &ek); in ossl_aria_set_decrypt_key() local
/openssl/test/
H A Dsrptest.c123 int r; in check_bn() local
H A Dbntest.c1139 BIGNUM *a = NULL, *b = NULL, *r = NULL, *t = NULL; in test_kronecker() local
2541 BIGNUM *a = NULL, *r = NULL, *zero = NULL; in test_expmodzero() local
2575 BIGNUM *r = BN_new(); in test_expmodone() local
2621 BIGNUM *r; in test_smallprime() local
2646 BIGNUM *r; in test_smallsafeprime() local
2674 BIGNUM *r = NULL; in test_is_prime() local
2698 BIGNUM *r = NULL; in test_not_prime() local
3182 BIGNUM *r = NULL; in test_mod_inverse() local
3218 BIGNUM *r = NULL; in test_mod_exp_alias() local
H A Dasn1_internal_test.c210 int r = ERR_GET_REASON(err); in test_obj_create_once() local
/openssl/crypto/pkcs12/
H A Dp12_kiss.c239 int len, r; in parse_bag() local
/openssl/crypto/lhash/
H A Dlhash.c366 int r; in OPENSSL_LH_strhash() local
404 int r; in ossl_lh_strcasehash() local
/openssl/crypto/sm2/
H A Dsm2_sign.c217 BIGNUM *r = NULL; in sm2_sig_gen() local
336 const BIGNUM *r = NULL; in sm2_sig_verify() local
/openssl/crypto/evp/
H A Dm_sigver.c476 int sctx = 0, r = 0; in EVP_DigestSignFinal() local
616 int r = 0; in EVP_DigestVerifyFinal() local
/openssl/apps/lib/
H A Dtlssrp_depr.c31 BIGNUM *r = BN_new(); in srp_Verify_N_and_g() local
/openssl/crypto/cms/
H A Dcms_env.c872 int r = 0; in cms_RecipientInfo_kekri_encrypt() local
941 int r = 0, wrap_nid; in cms_RecipientInfo_kekri_decrypt() local
1353 int i, r; in ossl_cms_pkey_get_ri_type() local
1366 int i, r; in ossl_cms_pkey_is_ri_type_supported() local

Completed in 84 milliseconds

123456789