Home
last modified time | relevance | path

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

/optee_client-3.20.0/tee-supplicant/src/
A Dhmac_sha2.c97 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message, in hmac_sha256_update() function
124 hmac_sha256_update(&ctx, message, message_len); in hmac_sha256()
A Dhmac_sha2.h61 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message,
A Drpmb.c463 hmac_sha256_update(ctx, CUC(frm->data), 256); in hmac_update_frm()
464 hmac_sha256_update(ctx, CUC(frm->nonce), 16); in hmac_update_frm()
465 hmac_sha256_update(ctx, CUC(&frm->write_counter), 4); in hmac_update_frm()
466 hmac_sha256_update(ctx, CUC(&frm->address), 2); in hmac_update_frm()
467 hmac_sha256_update(ctx, CUC(&frm->block_count), 2); in hmac_update_frm()
468 hmac_sha256_update(ctx, CUC(&frm->op_result), 2); in hmac_update_frm()
469 hmac_sha256_update(ctx, CUC(&frm->msg_type), 2); in hmac_update_frm()

Completed in 5 milliseconds