Lines Matching refs:key_temp
51 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
318 sha512(key, key_size, key_temp); in hmac_sha512_init()
319 key_used = key_temp; in hmac_sha512_init()