Home
last modified time | relevance | path

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

/openssl/crypto/srp/
H A Dsrp_vfy.c622 const BIGNUM *N_bn = NULL, *g_bn = NULL; in SRP_create_verifier_ex() local
645 g_bn = g_bn_alloc; in SRP_create_verifier_ex()
652 g_bn = gN->g; in SRP_create_verifier_ex()
669 if (!SRP_create_verifier_BN_ex(user, pass, &s, &v, N_bn, g_bn, libctx, in SRP_create_verifier_ex()
/openssl/test/
H A Devp_extra_test2.c600 BIGNUM *g_bn = NULL; in test_d2i_AutoPrivateKey_ex() local
632 &g_bn))) in test_d2i_AutoPrivateKey_ex()
639 BN_free(g_bn); in test_d2i_AutoPrivateKey_ex()
H A Dacvp_test.c656 BIGNUM *p_bn = NULL, *q_bn = NULL, *g_bn = NULL, *pub_bn = NULL; in dsa_create_pkey() local
674 if (!TEST_ptr(g_bn = BN_CTX_get(bn_ctx)) in dsa_create_pkey()
675 || !TEST_ptr(BN_bin2bn(g, g_len, g_bn)) in dsa_create_pkey()
677 OSSL_PKEY_PARAM_FFC_G, g_bn))) in dsa_create_pkey()

Completed in 15 milliseconds