Home
last modified time | relevance | path

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

/optee_client/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.c308 hmac_sha256_update(ctx, CUC(frm->data), 256); in hmac_update_frm()
309 hmac_sha256_update(ctx, CUC(frm->nonce), 16); in hmac_update_frm()
310 hmac_sha256_update(ctx, CUC(&frm->write_counter), 4); in hmac_update_frm()
311 hmac_sha256_update(ctx, CUC(&frm->address), 2); in hmac_update_frm()
312 hmac_sha256_update(ctx, CUC(&frm->block_count), 2); in hmac_update_frm()
313 hmac_sha256_update(ctx, CUC(&frm->op_result), 2); in hmac_update_frm()
314 hmac_sha256_update(ctx, CUC(&frm->msg_type), 2); in hmac_update_frm()

Completed in 5 milliseconds