Home
last modified time | relevance | path

Searched refs:tls_header (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dhmac_prov.c56 unsigned char tls_header[13]; member
197 if (datalen != sizeof(macctx->tls_header)) in hmac_update()
199 memcpy(macctx->tls_header, data, datalen); in hmac_update()
210 macctx->tls_header, in hmac_update()
/third_party/openssl/providers/implementations/macs/
H A Dhmac_prov.c56 unsigned char tls_header[13]; member
197 if (datalen != sizeof(macctx->tls_header)) in hmac_update()
199 memcpy(macctx->tls_header, data, datalen); in hmac_update()
210 macctx->tls_header, in hmac_update()

Completed in 2 milliseconds