Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/crypto/
Dghash-ce-glue.c33 struct ghash_key { struct
46 struct ghash_key ghash_key; argument
72 struct ghash_key *key, const char *head) in ghash_do_update()
97 struct ghash_key *key, const char *head, in ghash_do_simd_update()
124 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update()
161 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final()
189 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
206 .base.cra_ctxsize = sizeof(struct ghash_key) + sizeof(u64[2]),
244 memcpy(&ctx->ghash_key.k, key, GHASH_BLOCK_SIZE); in gcm_setkey()
246 ghash_reflect(ctx->ghash_key.h[0], &ctx->ghash_key.k); in gcm_setkey()
[all …]
/Linux-v5.15/arch/arm/crypto/
Dghash-ce-glue.c30 struct ghash_key { struct
62 struct ghash_key *key, const char *head) in ghash_do_update()
103 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update()
133 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final()
159 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
195 .base.cra_ctxsize = sizeof(struct ghash_key) + sizeof(u64[2]),