Home
last modified time | relevance | path

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

/openbmc/linux/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() argument
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),