Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/evp/
De_aes.c764 len -= EVP_GCM_TLS_EXPLICIT_IV_LEN; in aes_gcm_ctrl()
874 || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN)) in aes_gcm_tls_cipher()
882 EVP_GCM_TLS_EXPLICIT_IV_LEN, out) <= 0) in aes_gcm_tls_cipher()
888 in += EVP_GCM_TLS_EXPLICIT_IV_LEN; in aes_gcm_tls_cipher()
889 out += EVP_GCM_TLS_EXPLICIT_IV_LEN; in aes_gcm_tls_cipher()
890 len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN; in aes_gcm_tls_cipher()
904 rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN; in aes_gcm_tls_cipher()
Devp.h418 # define EVP_GCM_TLS_EXPLICIT_IV_LEN 8 macro
/freebsd-10-stable/crypto/openssl/ssl/
Dt1_enc.c878 rec->data += EVP_GCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
879 rec->input += EVP_GCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
880 rec->length -= EVP_GCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
Ds3_pkt.c822 eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN; in do_ssl3_write()