OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mac_out
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/cipher/
tls_cbc.c
294
uint8_t
mac_out
[EVP_MAX_MD_SIZE];
local
423
memset(
mac_out
, 0, sizeof(
mac_out
));
428
* constant time, to |
mac_out
|. */
471
/* If this is index_b, copy the hash value to |
mac_out
|. */
473
mac_out
[j] |= block[j] & is_block_b;
489
EVP_DigestUpdate(&md_ctx,
mac_out
, md_size);
Completed in 97 milliseconds