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.c311 BIO *membio_provided = NULL; in test_protected_PEM() local
320 || !TEST_ptr(membio_provided = BIO_new(BIO_s_mem()))) in test_protected_PEM()
326 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_protected_PEM()
329 || !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()
392 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_unprotected_PEM()
394 || !test_membio_str_eq(membio_provided, membio_legacy)) in test_unprotected_PEM()
[all …]