Searched refs:mac_do_update (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-glue.c | 877 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update() function 923 mac_do_update(&tctx->key, p, blocks, ctx->dg, in mac_update() 953 mac_do_update(&tctx->key, NULL, 0, ctx->dg, (ctx->len != 0), 0); in cbcmac_final() 971 mac_do_update(&tctx->key, consts, 1, ctx->dg, 0, 1); in cmac_final()
|