Searched refs:g_bn (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/srp/ |
H A D | srp_vfy.c | 616 const BIGNUM *N_bn = NULL, *g_bn = NULL; in SRP_create_verifier_ex() local 639 g_bn = g_bn_alloc; in SRP_create_verifier_ex() 646 g_bn = gN->g; in SRP_create_verifier_ex() 663 if (!SRP_create_verifier_BN_ex(user, pass, &s, &v, N_bn, g_bn, libctx, in SRP_create_verifier_ex()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test2.c | 456 BIGNUM *g_bn = NULL; in test_d2i_AutoPrivateKey_ex() local 488 &g_bn))) in test_d2i_AutoPrivateKey_ex() 495 BN_free(g_bn); in test_d2i_AutoPrivateKey_ex()
|
H A D | acvp_test.c | 462 BIGNUM *p_bn = NULL, *q_bn = NULL, *g_bn = NULL, *pub_bn = NULL; in dsa_create_pkey() local 480 if (!TEST_ptr(g_bn = BN_CTX_get(bn_ctx)) in dsa_create_pkey() 481 || !TEST_ptr(BN_bin2bn(g, g_len, g_bn)) in dsa_create_pkey() 483 OSSL_PKEY_PARAM_FFC_G, g_bn))) in dsa_create_pkey()
|