Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Daesgcm.c16 static void aesgcm_encrypt_block(const struct crypto_aes_ctx *ctx, void *dst, in aesgcm_encrypt_block() function
58 aesgcm_encrypt_block(&ctx->aes_ctx, &ctx->ghash_key, kin); in aesgcm_expandkey()
88 aesgcm_encrypt_block(&ctx->aes_ctx, buf, ctr); in aesgcm_mac()
110 aesgcm_encrypt_block(&ctx->aes_ctx, buf, ctr); in aesgcm_crypt()