Searched refs:mac_do_update (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | aes-glue.c | 841 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update() function 863 mac_do_update(&tctx->key, p, blocks, ctx->dg, 0); in mac_update() 875 mac_do_update(&tctx->key, NULL, 0, ctx->dg, 1); in cbcmac_finup() 893 mac_do_update(&tctx->key, consts, 1, ctx->dg, 0); in cmac_finup()
|