Searched refs:sha256_update (Results 1 – 3 of 3) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | hmac_sha2.c | 76 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 D | sha2.h | 64 void sha256_update(sha256_ctx *ctx, const unsigned char *message,
|
A D | sha2.c | 175 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