Searched refs:mac_do_update (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/arm64/crypto/ |
| D | aes-glue.c | 853 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update() function 899 mac_do_update(&tctx->key, p, blocks, ctx->dg, in mac_update() 929 mac_do_update(&tctx->key, NULL, 0, ctx->dg, (ctx->len != 0), 0); in cbcmac_final() 947 mac_do_update(&tctx->key, consts, 1, ctx->dg, 0, 1); in cmac_final()
|