Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dhmac_sha2.c75 sha256_init(&ctx->ctx_inside); in hmac_sha256_init()
76 sha256_update(&ctx->ctx_inside, ctx->block_ipad, SHA256_BLOCK_SIZE); in hmac_sha256_init()
83 memcpy(&ctx->ctx_inside_reinit, &ctx->ctx_inside, in hmac_sha256_init()
91 memcpy(&ctx->ctx_inside, &ctx->ctx_inside_reinit, in hmac_sha256_reinit()
100 sha256_update(&ctx->ctx_inside, message, message_len); in hmac_sha256_update()
109 sha256_final(&ctx->ctx_inside, digest_inside); in hmac_sha256_final()
A Dhmac_sha2.h47 sha256_ctx ctx_inside; member

Completed in 5 milliseconds