Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dgf128hash.h221 void ghash_final(struct ghash_ctx *ctx, u8 out[GHASH_BLOCK_SIZE]);
253 ghash_final(&ctx, out); in ghash()
/linux/lib/crypto/tests/
H A Dghash_kunit.c32 #define HASH_FINAL ghash_final
55 ghash_final(&hashofhashes_ctx, hash); in test_ghash_allones_key_and_message()
/linux/lib/crypto/
H A Dgf128hash.c333 void ghash_final(struct ghash_ctx *ctx, u8 out[GHASH_BLOCK_SIZE]) in ghash_final() function
340 EXPORT_SYMBOL_GPL(ghash_final);
H A Daesgcm.c79 ghash_final(&ghash, ghash_out); in aesgcm_mac()
/linux/crypto/
H A Dgcm.c212 ghash_final(&ghash, out); in gcm_hash()