Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 28) sorted by relevance

12

/openssl/crypto/srp/
H A Dsrp_lib.c26 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 Dsrp_vfy.c206 const BIGNUM *N) in SRP_user_pwd_set_gN()
610 char **verifier, const char *N, const char *g, in SRP_create_verifier_ex()
701 char **verifier, const char *N, const char *g) in SRP_create_verifier()
716 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN_ex()
769 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN()
/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/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/providers/common/
H A Dsecuritycheck.c154 size_t L, N; in ossl_dsa_check_key() local
206 size_t L, N; in ossl_dh_check_key() local
/openssl/crypto/ffc/
H A Dffc_key_generate.c23 int N, int s, BIGNUM *priv) in ossl_ffc_generate_private_key()
H A Dffc_params_validate.c56 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 Dffc_params_generate.c42 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()
446 static const char *default_mdname(size_t N) in default_mdname()
515 size_t L, size_t N, int *res, in ossl_ffc_params_FIPS186_4_gen_verify()
808 size_t L, size_t N, int *res, in ossl_ffc_params_FIPS186_2_gen_verify()
1041 int type, size_t L, size_t N, in ossl_ffc_params_FIPS186_4_generate()
1051 int type, size_t L, size_t N, in ossl_ffc_params_FIPS186_2_generate()
/openssl/test/
H A Dcmp_ctx_test.c528 #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 Dkeymgmt_internal_test.c69 #define N 0 macro
H A Dffc_internal_test.c608 int ret = 0, res = -1, N; in ffc_private_gen_test() local
H A Drsa_sp800_56b_test.c279 const int N = P*Q; in test_check_crt_components() local
H A Dacvp_test.c337 static EVP_PKEY *dsa_paramgen(int L, int N) in dsa_paramgen()
352 static EVP_PKEY *dsa_keygen(int L, int N) in dsa_keygen()
/openssl/apps/lib/
H A Dtlssrp_depr.c27 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 Dsrp.h.in60 const BIGNUM *N; member
97 const BIGNUM *N; member
/openssl/providers/implementations/kdfs/
H A Dscrypt.c50 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 Dwp_block.c180 # define N 1 macro
191 # define N 8 macro
210 # define N 2 macro
/openssl/apps/
H A Dsrp.c123 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 Dpasswd.c709 # define b64_from_24bit(B2, B1, B0, N) \ in shacrypt() argument
/openssl/crypto/dh/
H A Ddh_lib.c212 int N; in DH_security_bits() local
/openssl/ssl/
H A Dtls_srp.c268 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 Dbn_local.h263 BIGNUM N; /* The modulus */ member
277 BIGNUM N; /* the divisor */ member
H A Dbn_lib.c1000 int BN_security_bits(int L, int N) in BN_security_bits()
/openssl/crypto/aria/
H A Daria.c462 #define ARIA_GSRK(RK, X, Y, N) _ARIA_GSRK(RK, X, Y, 4 - ((N) / 32), (N) % 32) argument
/openssl/crypto/ec/
H A Decp_nistz256.c40 #define ALIGNPTR(p,N) ((unsigned char *)p+N-(size_t)p%N) argument

Completed in 87 milliseconds

12