Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c309 BIO *membio_provided = NULL; in test_protected_PEM() local
318 || !TEST_ptr(membio_provided = BIO_new(BIO_s_mem()))) in test_protected_PEM()
325 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_protected_PEM()
328 || !test_membio_str_eq(membio_provided, membio_legacy)) in test_protected_PEM()
340 || !TEST_true(OSSL_DECODER_from_bio(dctx, membio_provided)) in test_protected_PEM()
361 BIO_free(membio_provided); in test_protected_PEM()
377 BIO *membio_provided = NULL; in test_unprotected_PEM() local
386 || !TEST_ptr(membio_provided = BIO_new(BIO_s_mem()))) in test_unprotected_PEM()
393 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_unprotected_PEM()
395 || !test_membio_str_eq(membio_provided, membio_legacy)) in test_unprotected_PEM()
[all …]