Searched refs:priv_bio (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | slh_dsa_test.c | 375 BIO *pub_bio = NULL, *priv_bio = NULL; in slh_dsa_usage_test() local 392 || !TEST_ptr(priv_bio = BIO_new(BIO_s_mem())) in slh_dsa_usage_test() 395 || !TEST_true(PEM_write_bio_PrivateKey_ex(priv_bio, gkey, cipher, in slh_dsa_usage_test() 401 if (!TEST_ptr(PEM_read_bio_PrivateKey_ex(priv_bio, &priv, NULL, pass, lib_ctx, NULL)) in slh_dsa_usage_test() 435 BIO_free(priv_bio); in slh_dsa_usage_test() 445 BIO *pub_bio = NULL, *priv_bio = NULL; in slh_dsa_deterministic_usage_test() local 465 || !TEST_ptr(priv_bio = BIO_new(BIO_s_mem())) in slh_dsa_deterministic_usage_test() 468 || !TEST_true(PEM_write_bio_PrivateKey_ex(priv_bio, gkey, cipher, in slh_dsa_deterministic_usage_test() 477 if (!TEST_ptr(PEM_read_bio_PrivateKey_ex(priv_bio, &priv, NULL, pass, lib_ctx, NULL)) in slh_dsa_deterministic_usage_test() 525 BIO_free(priv_bio); in slh_dsa_deterministic_usage_test()
|