Searched refs:priv_bn (Results 1 – 2 of 2) sorted by relevance
457 BIGNUM *priv_bn = NULL; in test_d2i_AutoPrivateKey_ex() local468 &priv_bn))) in test_d2i_AutoPrivateKey_ex()481 &priv_bn))) in test_d2i_AutoPrivateKey_ex()496 BN_free(priv_bn); in test_d2i_AutoPrivateKey_ex()
903 BIGNUM *pub_bn = NULL, *priv_bn = NULL; in dh_create_pkey() local920 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()