Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c28 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_need_fallback()
106 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_cipher_fallback()
130 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_cipher()
281 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_skdecrypt()
299 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_skencrypt()
316 struct sl3516_ce_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sl3516_ce_cipher_init()
323 memset(op, 0, sizeof(struct sl3516_ce_cipher_tfm_ctx)); in sl3516_ce_cipher_init()
355 struct sl3516_ce_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sl3516_ce_cipher_exit()
365 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_aes_setkey()
H A Dsl3516-ce.h299 struct sl3516_ce_cipher_tfm_ctx { struct
H A Dsl3516-ce-core.c230 .cra_ctxsize = sizeof(struct sl3516_ce_cipher_tfm_ctx),