Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Daesgcm.c15 static void aesgcm_encrypt_block(const struct aes_enckey *key, void *dst, in aesgcm_encrypt_block() function
57 aesgcm_encrypt_block(&ctx->aes_key, &ctx->ghash_key, kin); in aesgcm_expandkey()
100 aesgcm_encrypt_block(&ctx->aes_key, buf, ctr); in aesgcm_mac()
122 aesgcm_encrypt_block(&ctx->aes_key, buf, ctr); in aesgcm_crypt()