Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h88 #define OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED "tlsivfixed" /* octet_string */ macro
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c230 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in chacha20_poly1305_set_ctx_params()
H A Dciphercommon_ccm.c132 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in ossl_ccm_set_ctx_params()
H A Dciphercommon_gcm.c286 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in ossl_gcm_set_ctx_params()
H A Dciphercommon.c168 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED, NULL, 0),
/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c1149 OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED, ptr, sz); in EVP_CIPHER_CTX_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod918 =item "tlsivfixed" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED>) <octet string>
1009 (B<OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED>).