Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dhmac_sha2.c76 sha256_update(&ctx->ctx_inside, ctx->block_ipad, SHA256_BLOCK_SIZE); in hmac_sha256_init()
79 sha256_update(&ctx->ctx_outside, ctx->block_opad, in hmac_sha256_init()
100 sha256_update(&ctx->ctx_inside, message, message_len); in hmac_sha256_update()
110 sha256_update(&ctx->ctx_outside, digest_inside, SHA256_DIGEST_SIZE); in hmac_sha256_final()
A Dsha2.h64 void sha256_update(sha256_ctx *ctx, const unsigned char *message,
A Dsha2.c175 sha256_update(&ctx, message, len); in sha256()
191 void sha256_update(sha256_ctx *ctx, const unsigned char *message, in sha256_update() function

Completed in 4 milliseconds