Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dgf128hash.h135 static inline void ghash_init(struct ghash_ctx *ctx, in ghash_init() function
251 ghash_init(&ctx, key); in ghash()
/linux/lib/crypto/tests/
H A Dghash_kunit.c17 ghash_init(ctx, &test_key); in ghash_init_withtestkey()
50 ghash_init(&hashofhashes_ctx, &key); in test_ghash_allones_key_and_message()
/linux/lib/crypto/
H A Daesgcm.c69 ghash_init(&ghash, &ctx->ghash_key); in aesgcm_mac()
/linux/crypto/
H A Dgcm.c201 ghash_init(&ghash, &ctx->ghash); in gcm_hash()