Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_rc4_hmac_md5.c131 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, NULL, 0),
173 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in rc4_hmac_md5_set_ctx_params()
186 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in rc4_hmac_md5_set_ctx_params()
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()
A Dcipher_chacha20_poly1305.c199 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in chacha20_poly1305_set_ctx_params()
A Dciphercommon_ccm.c115 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in ossl_ccm_set_ctx_params()
A Dciphercommon_gcm.c259 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in ossl_gcm_set_ctx_params()
A Dciphercommon.c164 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, NULL, 0),
/openssl-master/include/openssl/
A Dcore_names.h86 #define OSSL_CIPHER_PARAM_AEAD_TLS1_AAD "tlsaad" /* octet_string */ macro
/openssl-master/crypto/evp/
A Devp_enc.c1129 OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, in EVP_CIPHER_CTX_ctrl()
/openssl-master/doc/man3/
A DEVP_EncryptInit.pod906 =item "tlsaad" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD>) <octet string>
1071 "tlsaadpad" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD>)
/openssl-master/test/
A Devp_test.c904 params[0] = OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_AAD, in cipher_test_enc()

Completed in 23 milliseconds