Searched refs:enc_bio (Results 1 – 1 of 1) sorted by relevance
652 BIO *in = NULL, *enc_bio = NULL; in test_pkcs8key_nid_bio() local658 && TEST_ptr(enc_bio = BIO_new(BIO_s_mem())) in test_pkcs8key_nid_bio()662 && TEST_int_eq(i2d_PKCS8PrivateKey_nid_bio(enc_bio, pkey, nid, in test_pkcs8key_nid_bio()665 && TEST_int_gt(enc_datalen = BIO_get_mem_data(enc_bio, &enc_data), 0) in test_pkcs8key_nid_bio()666 && TEST_ptr(pkey_dec = d2i_PKCS8PrivateKey_bio(enc_bio, NULL, NULL, in test_pkcs8key_nid_bio()673 BIO_free(enc_bio); in test_pkcs8key_nid_bio()
Completed in 8 milliseconds