Home
last modified time | relevance | path

Searched refs:EVP_GCM_TLS_EXPLICIT_IV_LEN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c1386 if (len < EVP_GCM_TLS_EXPLICIT_IV_LEN) in aes_gcm_ctrl()
1388 len -= EVP_GCM_TLS_EXPLICIT_IV_LEN; in aes_gcm_ctrl()
1507 len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN)) in aes_gcm_tls_cipher()
1515 EVP_GCM_TLS_EXPLICIT_IV_LEN, out) <= 0) in aes_gcm_tls_cipher()
1523 in += EVP_GCM_TLS_EXPLICIT_IV_LEN; in aes_gcm_tls_cipher()
1524 out += EVP_GCM_TLS_EXPLICIT_IV_LEN; in aes_gcm_tls_cipher()
1525 len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN; in aes_gcm_tls_cipher()
1540 rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN; in aes_gcm_tls_cipher()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h281 #define EVP_GCM_TLS_EXPLICIT_IV_LEN 8 macro