HomeSort by relevance Sort by last modified time
    Searched refs:EVP_tls_cbc_copy_mac (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/cipher/
internal.h 119 /* EVP_tls_cbc_copy_mac copies |md_size| bytes from the end of the first
127 void EVP_tls_cbc_copy_mac(uint8_t *out, unsigned md_size,
tls_cbc.c 125 /* 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,
e_tls.c 316 EVP_tls_cbc_copy_mac(record_mac, mac_len, out, data_plus_mac_len, total);

Completed in 38 milliseconds