Searched refs:sun8i_cipher_tfm_ctx (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/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() 279 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_run() 294 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_unprepare() 339 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skdecrypt() 358 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skencrypt() 376 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_init() 383 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ce_cipher_init() 420 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_exit() 430 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 | 273 struct sun8i_cipher_tfm_ctx { struct
|
| /Linux-v5.15/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() 285 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skdecrypt() 306 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skencrypt() 326 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_init() 333 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ss_cipher_init() 371 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_exit() 381 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_aes_setkey() 410 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 | 202 struct sun8i_cipher_tfm_ctx { struct
|