Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test2.c598 BIO *in = NULL, *enc_bio = NULL; in test_pkcs8key_nid_bio() local
604 && 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 10 milliseconds