Home
last modified time | relevance | path

Searched refs:sun8i_cipher_tfm_ctx (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c56 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_fallback()
83 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_prepare()
277 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 *o in sun8i_ce_aes_setkey()
[all...]
H A 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),
H A Dsun8i-ce.h265 * struct sun8i_cipher_tfm_ctx - context for a skcipher TFM
272 struct sun8i_cipher_tfm_ctx { struct
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c92 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()
306 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_run()
323 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_unprepare()
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 *o in sun8i_ce_aes_setkey()
[all...]
H A Dsun8i-ce.h267 * struct sun8i_cipher_tfm_ctx - context for a skcipher TFM
273 struct sun8i_cipher_tfm_ctx { struct
H A Dsun8i-ce-core.c292 .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),
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c73 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher_fallback()
99 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_setup_ivs()
162 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher()
325 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skdecrypt()
346 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skencrypt()
366 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_init()
373 memset(op, 0, sizeof(struct sun8i_cipher_tfm_ctx)); in sun8i_ss_cipher_init()
411 struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ss_cipher_exit()
421 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_aes_setkey()
450 struct sun8i_cipher_tfm_ctx *o in sun8i_ss_des3_setkey()
[all...]
H A Dsun8i-ss-core.c179 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
206 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
232 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
259 .cra_ctxsize = sizeof(struct sun8i_cipher_tfm_ctx),
H A Dsun8i-ss.h200 * struct sun8i_cipher_tfm_ctx - context for a skcipher TFM
209 struct sun8i_cipher_tfm_ctx { struct
/kernel/linux/linux-6.6/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()
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 *o in sun8i_ss_des3_setkey()
[all...]
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.h203 * struct sun8i_cipher_tfm_ctx - context for a skcipher TFM
209 struct sun8i_cipher_tfm_ctx { struct

Completed in 13 milliseconds