Home
last modified time | relevance | path

Searched refs:g_bn (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c614 const BIGNUM *N_bn = NULL, *g_bn = NULL; in SRP_create_verifier_ex() local
637 g_bn = g_bn_alloc; in SRP_create_verifier_ex()
644 g_bn = gN->g; in SRP_create_verifier_ex()
661 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 Devp_extra_test2.c456 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 Dacvp_test.c462 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()