Searched refs:ghash_ctx (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ghash-generic.c | 58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 134 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final() 145 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_exit_tfm() 162 .cra_ctxsize = sizeof(struct ghash_ctx),
|
H A D | gcm.c | 70 struct crypto_gcm_ghash_ctx ghash_ctx; member 227 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len() 244 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len_continue() 289 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_crypt_continue() 319 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_assoc_remain_continue() 427 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_encrypt_continue() 494 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_dec_hash_continue() 505 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_decrypt()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ghash-generic.c | 58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 134 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final() 145 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_exit_tfm() 162 .cra_ctxsize = sizeof(struct ghash_ctx),
|
H A D | gcm.c | 70 struct crypto_gcm_ghash_ctx ghash_ctx; member 227 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len() 244 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len_continue() 288 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_crypt_continue() 318 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_assoc_remain_continue() 425 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_encrypt_continue() 492 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_dec_hash_continue() 503 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_decrypt()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | ghash_s390.c | 19 struct ghash_ctx { struct 33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() 44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 130 .cra_ctxsize = sizeof(struct ghash_ctx),
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | ghash_s390.c | 19 struct ghash_ctx { struct 33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() 44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 130 .cra_ctxsize = sizeof(struct ghash_ctx),
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 36 struct ghash_ctx { struct 57 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 80 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 112 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 133 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final() 155 .cra_ctxsize = sizeof(struct ghash_ctx),
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 36 struct ghash_ctx { struct 57 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 99 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 131 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 152 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final() 174 .cra_ctxsize = sizeof(struct ghash_ctx),
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | ghash.h | 15 struct ghash_ctx { struct
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | ghash.h | 15 struct ghash_ctx { struct
|
Completed in 8 milliseconds