Home
last modified time | relevance | path

Searched refs:key_used (Results 1 – 1 of 1) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.c50 const unsigned char *key_used; in hmac_sha224_init() local
55 key_used = key; in hmac_sha224_init()
61 key_used = key_temp; in hmac_sha224_init()
63 key_used = key; in hmac_sha224_init()
73 ctx->block_ipad[i] = key_used[i] ^ 0x36; in hmac_sha224_init()
74 ctx->block_opad[i] = key_used[i] ^ 0x5c; in hmac_sha224_init()
136 const unsigned char *key_used; in hmac_sha256_init() local
141 key_used = key; in hmac_sha256_init()
147 key_used = key_temp; in hmac_sha256_init()
149 key_used = key; in hmac_sha256_init()
[all …]