Searched refs:sun8i_cipher_tfm_ctx (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 55 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 …]
|
D | sun8i-ce-core.c | 269 .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),
|
D | sun8i-ce.h | 272 struct sun8i_cipher_tfm_ctx { struct
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 72 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()
|
D | sun8i-ss-core.c | 177 .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),
|
D | sun8i-ss.h | 201 struct sun8i_cipher_tfm_ctx { struct
|