Home
last modified time | relevance | path

Searched refs:priv_bn (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Devp_extra_test2.c409 BIGNUM *priv_bn = NULL; in test_d2i_AutoPrivateKey_ex() local
420 &priv_bn))) in test_d2i_AutoPrivateKey_ex()
433 &priv_bn))) in test_d2i_AutoPrivateKey_ex()
448 BN_free(priv_bn); in test_d2i_AutoPrivateKey_ex()
H A Dacvp_test.c903 BIGNUM *pub_bn = NULL, *priv_bn = NULL; in dh_create_pkey() local
920 if (!TEST_ptr(priv_bn = BN_CTX_get(bn_ctx)) in dh_create_pkey()
921 || !TEST_ptr(BN_bin2bn(priv, priv_len, priv_bn)) in dh_create_pkey()
923 priv_bn))) in dh_create_pkey()

Completed in 16 milliseconds