/openssl/test/helpers/ |
H A D | predefined_dhparams.c | 19 BIGNUM *p, BIGNUM *g, BIGNUM *q) in get_dh_from_pg_bn() 54 BIGNUM *p = NULL, *g = NULL, *q = NULL; in get_dh_from_pg() local 154 BIGNUM *p = NULL, *g = NULL; in get_dh2048() local 175 BIGNUM *p = NULL, *g = NULL; in get_dh4096() local
|
/openssl/crypto/srp/ |
H A D | srp_lib.c | 55 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g, in srp_Calc_k() 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() 212 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key_ex() 260 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key() 309 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
|
H A D | srp_vfy.c | 205 void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g, 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() 724 const BIGNUM *g, OSSL_LIB_CTX *libctx, in SRP_create_verifier_BN_ex() 777 const BIGNUM *g) in SRP_create_verifier_BN()
|
/openssl/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 133 sub g subroutine
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ccm.h | 34 unsigned long long g[2]; member 38 unsigned long long g[2]; member
|
/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramfromdata.c | 29 BIGNUM *p = NULL, *q = NULL, *g = NULL; in main() local
|
/openssl/crypto/sha/ |
H A D | sha256.c | 215 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local 279 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 284 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument 297 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order_c() local
|
H A D | sha512.c | 667 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha512_block_data_order() local 733 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 738 # define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X) do { \ argument 752 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1; in sha512_block_data_order_c() local
|
/openssl/crypto/ffc/ |
H A D | ffc_backend.c | 24 BIGNUM *p = NULL, *q = NULL, *g = NULL, *j = NULL; in ossl_ffc_params_fromdata() local
|
H A D | ffc_dh.c | 56 const BIGNUM *g; member 115 const BIGNUM *g) in ossl_ffc_numbers_to_dh_named_group()
|
H A D | ffc_params.c | 46 void ossl_ffc_params_set0_pqg(FFC_PARAMS *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in ossl_ffc_params_set0_pqg() 63 const BIGNUM **q, const BIGNUM **g) in ossl_ffc_params_get0_pqg()
|
H A D | ffc_params_generate.c | 95 static int generate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, BIGNUM *g, in generate_unverifiable_g() 133 const EVP_MD *evpmd, BIGNUM *g, BIGNUM *tmp, in generate_canonical_g() 526 BIGNUM *g = NULL, *q = NULL, *p = NULL; in ossl_ffc_params_FIPS186_4_gen_verify() local 817 BIGNUM *r0, *test, *tmp, *g = NULL, *q = NULL, *p = NULL; in ossl_ffc_params_FIPS186_2_gen_verify() local
|
H A D | ffc_params_validate.c | 25 const BIGNUM *g, BIGNUM *tmp, in ossl_ffc_params_validate_unverifiable_g()
|
/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/apps/ |
H A D | testdsa.h | 193 unsigned char *g; member 219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
|
/openssl/include/openssl/ |
H A D | srp.h.in | 59 const BIGNUM *g; member 96 const BIGNUM *g; member
|
H A D | conf.h.in | 137 #define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r) argument
|
/openssl/test/ |
H A D | dsatest.c | 70 const BIGNUM *p = NULL, *q = NULL, *g = NULL; in dsa_test() local 332 BIGNUM *p = NULL, *q = NULL, *g = NULL, *priv = NULL, *pub = NULL, *priv2 = NULL; in test_dsa_sig_infinite_loop() local 423 BIGNUM *p = NULL, *q = NULL, *g = NULL, *priv = NULL, *pub = NULL; in test_dsa_sig_neg_param() local
|
H A D | dhtest.c | 40 BIGNUM *p = NULL, *q = NULL, *g = NULL; in dh_test() local 266 BIGNUM *p = NULL, *q = NULL, *g = NULL, *pub = NULL, *priv = NULL; in dh_computekey_range_test() local 735 const BIGNUM *p, *q, *g; in dh_test_prime_groups() local 807 const BIGNUM *p, *q, *g; in dh_get_nid() local
|
H A D | dsa_no_digest_size_test.c | 99 BIGNUM *p, *q, *g; in load_dsa_params() local
|
/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 17 # define FIELD_LITERAL(a,b,c,d,e,f,g,h) {{a,b,c,d,e,f,g,h}} argument
|
/openssl/crypto/dh/ |
H A D | dh_gen.c | 160 int g, ok = -1; in dh_builtin_genparams() local
|
H A D | dh_lib.c | 226 const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg() 231 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
|
/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 263 const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DSA_get0_pqg() 268 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
|
/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl.h | 18 # define FIELD_LITERAL(a, b, c, d, e, f, g, h) \ argument
|