Searched refs:EVP_GCM_TLS_EXPLICIT_IV_LEN (Results 1 – 4 of 4) sorted by relevance
764 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()
418 # define EVP_GCM_TLS_EXPLICIT_IV_LEN 8 macro
878 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()
822 eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN; in do_ssl3_write()