Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds