Searched refs:enc_bio (Results 1 – 1 of 1) sorted by relevance
598 BIO *in = NULL, *enc_bio = NULL; in test_pkcs8key_nid_bio() local604 && TEST_ptr(enc_bio = BIO_new(BIO_s_mem())) in test_pkcs8key_nid_bio()608 && TEST_int_eq(i2d_PKCS8PrivateKey_nid_bio(enc_bio, pkey, nid, in test_pkcs8key_nid_bio()611 && TEST_int_gt(enc_datalen = BIO_get_mem_data(enc_bio, &enc_data), 0) in test_pkcs8key_nid_bio()612 && TEST_ptr(pkey_dec = d2i_PKCS8PrivateKey_bio(enc_bio, NULL, NULL, in test_pkcs8key_nid_bio()619 BIO_free(enc_bio); in test_pkcs8key_nid_bio()
Completed in 11 milliseconds