Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dcore_names.h88 #define OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED "tlsivfixed" /* octet_string */ macro
/third_party/openssl/providers/implementations/ciphers/
Dcipher_chacha20_poly1305.c213 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in chacha20_poly1305_set_ctx_params()
Dciphercommon_ccm.c129 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in ossl_ccm_set_ctx_params()
Dciphercommon_gcm.c281 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in ossl_gcm_set_ctx_params()
Dciphercommon.c165 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED, NULL, 0),
/third_party/openssl/crypto/evp/
Devp_enc.c1144 OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED, ptr, sz); in EVP_CIPHER_CTX_ctrl()
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod912 =item "tlsivfixed" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED>) <octet string>
1003 (B<OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED>).