OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mac_out
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c
461
unsigned char
mac_out
[EVP_MAX_MD_SIZE];
local
666
memset(
mac_out
, 0, sizeof(
mac_out
));
671
* constant time, to |
mac_out
|. */
714
/* If this is index_b, copy the hash value to |
mac_out
|. */
716
mac_out
[j] |= block[j]&is_block_b;
728
EVP_DigestUpdate(&md_ctx,
mac_out
, md_size);
737
EVP_DigestUpdate(&md_ctx,
mac_out
, md_size);
/external/openssl/ssl/
s3_cbc.c
461
unsigned char
mac_out
[EVP_MAX_MD_SIZE];
local
666
memset(
mac_out
, 0, sizeof(
mac_out
));
671
* constant time, to |
mac_out
|. */
714
/* If this is index_b, copy the hash value to |
mac_out
|. */
716
mac_out
[j] |= block[j]&is_block_b;
728
EVP_DigestUpdate(&md_ctx,
mac_out
, md_size);
737
EVP_DigestUpdate(&md_ctx,
mac_out
, md_size);
Completed in 182 milliseconds