Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-glue.c804 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update() function
850 mac_do_update(&tctx->key, p, blocks, ctx->dg, in mac_update()
880 mac_do_update(&tctx->key, NULL, 0, ctx->dg, (ctx->len != 0), 0); in cbcmac_final()
898 mac_do_update(&tctx->key, consts, 1, ctx->dg, 0, 1); in cmac_final()