Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.c141 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, NULL, 0),
183 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in rc4_hmac_md5_set_ctx_params()
H A Dcipher_chacha20_poly1305.c165 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, NULL, 0),
231 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in chacha20_poly1305_set_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c69 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, NULL, 0),
174 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in aes_set_ctx_params()
H A Dciphercommon_ccm.c118 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in ossl_ccm_set_ctx_params()
H A Dciphercommon.c170 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, NULL, 0),
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h173 # define OSSL_CIPHER_PARAM_AEAD_TLS1_AAD "tlsaad" macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c1527 OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, in EVP_CIPHER_CTX_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod1054 =item "tlsaad" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD>) <octet string>
1265 "tlsaad" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD>)
/freebsd/crypto/openssl/test/
H A Devp_test.c1337 params[0] = OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, in cipher_test_enc()