Searched refs:EVP_tls_cbc_copy_mac (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/cipher/
H A Dinternal.h116 /* EVP_tls_cbc_copy_mac copies |md_size| bytes from the end of the first
124 void EVP_tls_cbc_copy_mac(uint8_t *out, unsigned md_size,
H A Dtls_cbc.c125 /* If CBC_MAC_ROTATE_IN_PLACE is defined then EVP_tls_cbc_copy_mac is performed
132 void EVP_tls_cbc_copy_mac(uint8_t *out, unsigned md_size, function
H A De_tls.c321 EVP_tls_cbc_copy_mac(record_mac, mac_len, out, data_plus_mac_len, total);

Completed in 97 milliseconds