Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c55 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_fallback()
82 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_prepare()
276 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_run()
291 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_unprepare()
336 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skdecrypt()
355 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skencrypt()
373 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_init()
380 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ce_cipher_init()
417 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_exit()
427 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_aes_setkey()
[all …]
Dsun8i-ce-core.c269 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
296 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
322 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
349 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
Dsun8i-ce.h272 struct sun8i_cipher_tfm_ctx { struct
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c72 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher_fallback()
98 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher()
282 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skdecrypt()
303 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skencrypt()
323 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_init()
330 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ss_cipher_init()
368 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_exit()
378 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_aes_setkey()
407 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_des3_setkey()
Dsun8i-ss-core.c177 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
204 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
230 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
257 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
Dsun8i-ss.h201 struct sun8i_cipher_tfm_ctx { struct