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

/external/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c40 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 158 milliseconds