Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/gemini/
Dsl3516-ce-cipher.c24 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_need_fallback()
102 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_cipher_fallback()
126 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_cipher()
277 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_skdecrypt()
295 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_skencrypt()
312 struct sl3516_ce_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sl3516_ce_cipher_init()
319 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()
Dsl3516-ce.h303 struct sl3516_ce_cipher_tfm_ctx { struct
Dsl3516-ce-core.c228 .cra_ctxsize = sizeof(struct sl3516_ce_cipher_tfm_ctx),