aes_cbcmac_update
aes_cbcmac_update(AES_CBCMAC_CTX(desc), data, len);
aes_cbcmac_update(AES_CBCMAC_CTX(desc), data, len);
void aes_cbcmac_update(struct aes_cbcmac_ctx *ctx, const u8 *data,
EXPORT_SYMBOL_NS_GPL(aes_cbcmac_update, "CRYPTO_INTERNAL");
aes_cbcmac_update(&ctx, data, data_len);
aes_cbcmac_update(&ctx, data, part1_len);
aes_cbcmac_update(&ctx, &data[part1_len],