Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dslh_dsa_test.c375 BIO *pub_bio = NULL, *priv_bio = NULL; in slh_dsa_usage_test() local
391 if (!TEST_ptr(pub_bio = BIO_new(BIO_s_mem())) in slh_dsa_usage_test()
394 || !TEST_true(PEM_write_bio_PUBKEY_ex(pub_bio, gkey, lib_ctx, NULL)) in slh_dsa_usage_test()
416 if (!TEST_ptr(PEM_read_bio_PUBKEY_ex(pub_bio, &pub, NULL, NULL, lib_ctx, NULL)) in slh_dsa_usage_test()
434 BIO_free(pub_bio); in slh_dsa_usage_test()
445 BIO *pub_bio = NULL, *priv_bio = NULL; in slh_dsa_deterministic_usage_test() local
464 if (!TEST_ptr(pub_bio = BIO_new(BIO_s_mem())) in slh_dsa_deterministic_usage_test()
467 || !TEST_true(PEM_write_bio_PUBKEY_ex(pub_bio, gkey, lib_ctx, NULL)) in slh_dsa_deterministic_usage_test()
500 if (!TEST_ptr(PEM_read_bio_PUBKEY_ex(pub_bio, &pub, NULL, NULL, lib_ctx, NULL)) in slh_dsa_deterministic_usage_test()
524 BIO_free(pub_bio); in slh_dsa_deterministic_usage_test()