OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hmac_key_len
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/cipher_extra/
e_aesctrhmac.c
40
static const size_t
hmac_key_len
= 32;
local
42
OPENSSL_memcpy(block, hmac_key,
hmac_key_len
);
43
OPENSSL_memset(block +
hmac_key_len
, 0x36, sizeof(block) -
hmac_key_len
);
46
for (i = 0; i <
hmac_key_len
; i++) {
53
OPENSSL_memset(block +
hmac_key_len
, 0x5c, sizeof(block) -
hmac_key_len
);
54
for (i = 0; i <
hmac_key_len
; i++) {
65
static const size_t
hmac_key_len
= 32;
local
67
if (key_len <
hmac_key_len
) {
[
all
...]
Completed in 4781 milliseconds