Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dhmac_sha2.c46 unsigned int fill = 0; in hmac_sha256_init() local
64 fill = SHA256_BLOCK_SIZE - num; in hmac_sha256_init()
66 memset(ctx->block_ipad + num, 0x36, fill); in hmac_sha256_init()
67 memset(ctx->block_opad + num, 0x5c, fill); in hmac_sha256_init()

Completed in 2 milliseconds