Home
last modified time | relevance | path

Searched defs:msgbio (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcmsapitest.c170 BIO *msgbio = BIO_new_mem_buf(msg, (int)strlen(msg)); in test_non_aead_on_auth_envelope_enc() local
217 BIO *msgbio = BIO_new_mem_buf(msg, strlen(msg)); in test_encrypt_decrypt() local
601 BIO *msgbio = BIO_new_mem_buf(msg, (int)strlen(msg)); in test_encrypted_data() local
632 BIO *msgbio = BIO_new_mem_buf(msg, (int)strlen(msg)); in test_encrypted_data_aead() local
768 BIO *certbio = NULL, *keybio = NULL, *msgbio = NULL, *outbio = NULL; in test_kari_wrap_pad_unwrap_overflow() local