Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dhmac_sha2.c48 const unsigned char *key_used = NULL; in hmac_sha256_init() local
53 key_used = key; in hmac_sha256_init()
59 key_used = key_temp; in hmac_sha256_init()
61 key_used = key; in hmac_sha256_init()
71 ctx->block_ipad[i] = key_used[i] ^ 0x36; in hmac_sha256_init()
72 ctx->block_opad[i] = key_used[i] ^ 0x5c; in hmac_sha256_init()

Completed in 2 milliseconds