Searched refs:ghash_key (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 33 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 D | ghash-ce-glue.c | 35 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 D | ghash-ce-glue.c | 30 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 D | aesgcm.c | 58 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 D | gcm.h | 68 be128 ghash_key; member
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 40 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