Searched refs:aesgcm_ghash (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/crypto/
H A Daesgcm.c64 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, function
96 aesgcm_ghash(&ghash, &ctx->ghash_key, assoc, assoc_len);
97 aesgcm_ghash(&ghash, &ctx->ghash_key, src, src_len);
98 aesgcm_ghash(&ghash, &ctx->ghash_key, &tail, sizeof(tail));

Completed in 182 milliseconds