Searched refs:sun8i_cipher_tfm_ctx (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-cipher.c | 92 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_fallback() 124 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_prepare() 307 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_unprepare() 351 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_run() 378 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skdecrypt() 397 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skencrypt() 415 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_init() 422 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ce_cipher_init() 454 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_exit() 464 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_aes_setkey() [all …]
|
H A D | sun8i-ce.h | 273 struct sun8i_cipher_tfm_ctx { struct
|
H A D | sun8i-ce-core.c | 292 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx), 322 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx), 351 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx), 381 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-cipher.c | 92 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher_fallback() 123 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_setup_ivs() 186 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher() 348 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skdecrypt() 369 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skencrypt() 389 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_init() 396 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ss_cipher_init() 430 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_exit() 440 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_aes_setkey() 469 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_des3_setkey()
|
H A D | sun8i-ss-core.c | 181 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx), 211 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx), 240 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx), 270 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
|
H A D | sun8i-ss.h | 209 struct sun8i_cipher_tfm_ctx { struct
|