Home
last modified time | relevance | path

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

/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c108 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_fallback()
138 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_prepare()
314 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_unprepare()
354 struct sun8i_cipher_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_do_one()
380 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skdecrypt()
399 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skencrypt()
417 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_init()
424 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ce_cipher_init()
456 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_cipher_exit()
466 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_aes_setkey()
[all …]
H A Dsun8i-ce-core.c317 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
347 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
376 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
406 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
H A Dsun8i-ce.h289 struct sun8i_cipher_tfm_ctx { struct
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c92 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()
429 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_exit()
439 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_aes_setkey()
468 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_des3_setkey()
H A Dsun8i-ss-core.c181 .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 Dsun8i-ss.h209 struct sun8i_cipher_tfm_ctx { struct