Home
last modified time | relevance | path

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

/optee_client-3.20.0/tee-supplicant/src/
A Dhmac_sha2.c66 memset(ctx->block_ipad + num, 0x36, fill); in hmac_sha256_init()
71 ctx->block_ipad[i] = key_used[i] ^ 0x36; in hmac_sha256_init()
76 sha256_update(&ctx->ctx_inside, ctx->block_ipad, SHA256_BLOCK_SIZE); in hmac_sha256_init()
A Dhmac_sha2.h54 unsigned char block_ipad[SHA256_BLOCK_SIZE]; member

Completed in 3 milliseconds