Home
last modified time | relevance | path

Searched refs:p8_ghash_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Dghash.c32 struct p8_ghash_ctx { struct
57 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(tfm)); in p8_ghash_setkey()
75 static inline void __ghash_block(struct p8_ghash_ctx *ctx, in __ghash_block()
93 static inline void __ghash_blocks(struct p8_ghash_ctx *ctx, in __ghash_blocks()
120 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm)); in p8_ghash_update()
155 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm)); in p8_ghash_final()
181 .cra_ctxsize = sizeof(struct p8_ghash_ctx),
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Dghash.c33 struct p8_ghash_ctx { struct
58 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(tfm)); in p8_ghash_setkey()
76 static inline void __ghash_block(struct p8_ghash_ctx *ctx, in __ghash_block()
94 static inline void __ghash_blocks(struct p8_ghash_ctx *ctx, in __ghash_blocks()
121 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm)); in p8_ghash_update()
156 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm)); in p8_ghash_final()
182 .cra_ctxsize = sizeof(struct p8_ghash_ctx),

Completed in 1 milliseconds