Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test2.c756 BIO *key_bio = NULL; in test_d2i_PrivateKey_ex() local
768 if (!TEST_int_ge(BIO_seek(key_bio, 0), 0)) in test_d2i_PrivateKey_ex()
770 ok = TEST_ptr(pkey = d2i_PrivateKey_bio(key_bio, NULL)); in test_d2i_PrivateKey_ex()
776 BIO_free(key_bio); in test_d2i_PrivateKey_ex()
786 BIO *key_bio = NULL; in test_PEM_read_bio_negative() local
798 if (!TEST_int_ge(BIO_seek(key_bio, 0), 0)) in test_PEM_read_bio_negative()
811 BIO_free(key_bio); in test_PEM_read_bio_negative()
823 BIO *key_bio = BIO_new(BIO_s_mem()); in test_PEM_read_bio_negative_wrong_password() local
831 if (!TEST_ptr(key_bio)) in test_PEM_read_bio_negative_wrong_password()
844 read_pkey = PEM_read_bio_PrivateKey(key_bio, NULL, NULL, NULL); in test_PEM_read_bio_negative_wrong_password()
[all …]

Completed in 26 milliseconds