Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.c51 unsigned char key_temp[SHA224_DIGEST_SIZE]; in hmac_sha224_init() local
60 sha224(key, key_size, key_temp); in hmac_sha224_init()
61 key_used = key_temp; in hmac_sha224_init()
137 unsigned char key_temp[SHA256_DIGEST_SIZE]; in hmac_sha256_init() local
146 sha256(key, key_size, key_temp); in hmac_sha256_init()
147 key_used = key_temp; in hmac_sha256_init()
223 unsigned char key_temp[SHA384_DIGEST_SIZE]; in hmac_sha384_init() local
232 sha384(key, key_size, key_temp); in hmac_sha384_init()
233 key_used = key_temp; in hmac_sha384_init()
309 unsigned char key_temp[SHA512_DIGEST_SIZE]; in hmac_sha512_init() local
[all …]