Searched refs:p8_ghash_ctx (Results 1 – 1 of 1) sorted by relevance
32 struct p8_ghash_ctx { struct57 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(tfm)); in p8_ghash_setkey() argument75 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),