/openssl/crypto/srp/ |
H A D | srp_lib.c | 26 static BIGNUM *srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N, in srp_Calc_xy() 55 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g, in srp_Calc_k() 63 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N, in SRP_Calc_u_ex() 70 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u() 77 const BIGNUM *b, const BIGNUM *N) in SRP_Calc_server_key() 106 BIGNUM *SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B_ex() 138 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B() 196 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A() 266 int SRP_Verify_B_mod_N(const BIGNUM *B, const BIGNUM *N) in SRP_Verify_B_mod_N() 287 int SRP_Verify_A_mod_N(const BIGNUM *A, const BIGNUM *N) in SRP_Verify_A_mod_N() [all …]
|
H A D | srp_vfy.c | 206 const BIGNUM *N) in SRP_user_pwd_set_gN() 617 char **verifier, const char *N, const char *g, in SRP_create_verifier_ex() 708 char **verifier, const char *N, const char *g) in SRP_create_verifier() 723 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN_ex() 776 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN()
|
/openssl/crypto/asn1/ |
H A D | p5_scrypt.c | 43 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/evp/ |
H A D | pbe_scrypt.c | 39 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/providers/common/ |
H A D | securitycheck.c | 150 size_t L, N; in ossl_dsa_check_key() local 197 size_t L, N; in ossl_dh_check_key() local
|
/openssl/crypto/ffc/ |
H A D | ffc_key_generate.c | 23 int N, int s, BIGNUM *priv) in ossl_ffc_generate_private_key()
|
H A D | ffc_params_validate.c | 56 size_t L, N; in ossl_ffc_params_FIPS186_4_validate() local 74 size_t L, N; in ossl_ffc_params_FIPS186_2_validate() local
|
H A D | ffc_params_generate.c | 42 static int ffc_validate_LN(size_t L, size_t N, int type, int verify) in ffc_validate_LN() 67 static int ffc_validate_LN(size_t L, size_t N, int type, int verify) in ffc_validate_LN() 449 static const char *default_mdname(size_t N) in default_mdname() 518 size_t L, size_t N, int *res, in ossl_ffc_params_FIPS186_4_gen_verify() 811 size_t L, size_t N, int *res, in ossl_ffc_params_FIPS186_2_gen_verify() 1044 int type, size_t L, size_t N, in ossl_ffc_params_FIPS186_4_generate() 1054 int type, size_t L, size_t N, in ossl_ffc_params_FIPS186_2_generate()
|
/openssl/test/ |
H A D | cmp_ctx_test.c | 528 #define DEFINE_SET_GET_TEST(OSSL_CMP, CTX, N, M, DUP, FIELD, TYPE) \ argument 532 #define DEFINE_SET_GET_SK_TEST_DEFAULT(OSSL_CMP, CTX, N, M, FIELD, ELEM_TYPE, \ argument 536 #define DEFINE_SET_GET_SK_TEST(OSSL_CMP, CTX, N, M, FIELD, T) \ argument 539 #define DEFINE_SET_GET_SK_X509_TEST(OSSL_CMP, CTX, N, M, FNAME) \ argument 544 #define DEFINE_SET_GET_TEST_DEFAULT(OSSL_CMP, CTX, N, M, DUP, FIELD, TYPE, \ argument 548 #define DEFINE_SET_TEST_DEFAULT(OSSL_CMP, CTX, N, DUP, FIELD, TYPE, DEFAULT) \ argument 555 #define DEFINE_SET_TEST(OSSL_CMP, CTX, N, DUP, FIELD, TYPE) \ argument 558 #define DEFINE_SET_SK_TEST(OSSL_CMP, CTX, N, FIELD, TYPE) \ argument 736 #define DEFINE_PUSH_TEST(N, DUP, FIELD, ELEM, TYPE) \ argument
|
H A D | keymgmt_internal_test.c | 69 #define N 0 macro
|
H A D | ffc_internal_test.c | 608 int ret = 0, res = -1, N; in ffc_private_gen_test() local
|
H A D | rsa_sp800_56b_test.c | 279 const int N = P*Q; in test_check_crt_components() local
|
H A D | acvp_test.c | 521 static EVP_PKEY *dsa_paramgen(int L, int N) in dsa_paramgen() 536 static EVP_PKEY *dsa_keygen(int L, int N) in dsa_keygen()
|
/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 27 static int srp_Verify_N_and_g(const BIGNUM *N, const BIGNUM *g) in srp_Verify_N_and_g() 68 BIGNUM *N = NULL, *g = NULL; in ssl_srp_verify_param_cb() local
|
/openssl/include/openssl/ |
H A D | srp.h.in | 60 const BIGNUM *N; member 97 const BIGNUM *N; member
|
/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 50 uint64_t N; member 385 static void scryptROMix(unsigned char *B, uint64_t r, uint64_t N, in scryptROMix() 445 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in scrypt_alg()
|
/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 180 # define N 1 macro 191 # define N 8 macro 210 # define N 2 macro
|
/openssl/apps/ |
H A D | srp.c | 123 char *srp_usersalt, const char *g, const char *N, in srp_verify_user() 160 char **srp_usersalt, char *g, char *N, in srp_create_user()
|
H A D | passwd.c | 709 # define b64_from_24bit(B2, B1, B0, N) \ in shacrypt() argument
|
/openssl/crypto/dh/ |
H A D | dh_lib.c | 212 int N; in DH_security_bits() local
|
/openssl/ssl/ |
H A D | tls_srp.c | 268 int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g, in SSL_set_srp_server_param()
|
/openssl/crypto/bn/ |
H A D | bn_local.h | 263 BIGNUM N; /* The modulus */ member 277 BIGNUM N; /* the divisor */ member
|
H A D | bn_lib.c | 1001 int BN_security_bits(int L, int N) in BN_security_bits()
|
/openssl/crypto/aria/ |
H A D | aria.c | 462 #define ARIA_GSRK(RK, X, Y, N) _ARIA_GSRK(RK, X, Y, 4 - ((N) / 32), (N) % 32) argument
|
/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 40 #define ALIGNPTR(p,N) ((unsigned char *)p+N-(size_t)p%N) argument
|