Searched refs:mac_do_update (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-glue.c | 471 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update() function 511 mac_do_update(&tctx->key, p, blocks, ctx->dg, in mac_update() 541 mac_do_update(&tctx->key, NULL, 0, ctx->dg, 1, 0); in cbcmac_final() 559 mac_do_update(&tctx->key, consts, 1, ctx->dg, 0, 1); in cmac_final()
|