Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dghash-ce-glue.c33 struct ghash_key { struct
46 struct ghash_key ghash_key; member
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 in gcm_setkey()
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dghash-ce-glue.c35 struct ghash_key { struct
49 struct ghash_key ghash_key; member
75 struct ghash_key *key, const char *head) in ghash_do_update()
100 struct ghash_key *key, const char *head, in ghash_do_simd_update()
127 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update()
164 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final()
192 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
209 .base.cra_ctxsize = sizeof(struct ghash_key) + sizeof(u64[2]),
247 memcpy(&ctx->ghash_key in gcm_aes_setkey()
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A 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]),
/kernel/linux/linux-6.6/lib/crypto/
H A Daesgcm.c58 aesgcm_encrypt_block(&ctx->aes_ctx, &ctx->ghash_key, kin); in aesgcm_expandkey()
83 aesgcm_ghash(&ghash, &ctx->ghash_key, assoc, assoc_len); in aesgcm_mac()
84 aesgcm_ghash(&ghash, &ctx->ghash_key, src, src_len); in aesgcm_mac()
85 aesgcm_ghash(&ghash, &ctx->ghash_key, &tail, sizeof(tail)); in aesgcm_mac()
/kernel/linux/linux-6.6/include/crypto/
H A Dgcm.h68 be128 ghash_key; member
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dghash-ce-glue.c40 struct ghash_key { struct
79 struct ghash_key *key, const char *head) in ghash_do_update()
120 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update()
150 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final()
176 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
212 .base.cra_ctxsize = sizeof(struct ghash_key) + sizeof(u64[2]),

Completed in 5 milliseconds