Home
last modified time | relevance | path

Searched refs:sun8i_cipher_req_ctx (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c74 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher_fallback()
101 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_setup_ivs()
164 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher()
326 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skdecrypt()
330 memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx)); in sun8i_ss_skdecrypt()
347 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skencrypt()
351 memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx)); in sun8i_ss_skencrypt()
385 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ss_cipher_init()
H A Dsun8i-ss.h170 * struct sun8i_cipher_req_ctx - context for a skcipher request
184 struct sun8i_cipher_req_ctx { struct
299 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, const char *name);
H A Dsun8i-ss-core.c65 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, in sun8i_ss_run_task()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c93 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher_fallback()
125 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_setup_ivs()
188 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher()
349 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skdecrypt()
353 memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx)); in sun8i_ss_skdecrypt()
370 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skencrypt()
374 memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx)); in sun8i_ss_skencrypt()
408 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ss_cipher_init()
H A Dsun8i-ss.h173 * struct sun8i_cipher_req_ctx - context for a skcipher request
187 struct sun8i_cipher_req_ctx { struct
300 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, const char *name);
H A Dsun8i-ss-core.c67 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, in sun8i_ss_run_task()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c57 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_fallback()
85 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_prepare()
279 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(breq); in sun8i_ce_cipher_run()
296 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_unprepare()
340 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skdecrypt()
359 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skencrypt()
395 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ce_cipher_init()
H A Dsun8i-ce.h239 * struct sun8i_cipher_req_ctx - context for a skcipher request
251 struct sun8i_cipher_req_ctx { struct
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c93 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_fallback()
126 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_prepare()
308 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(breq); in sun8i_ce_cipher_run()
325 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_unprepare()
379 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skdecrypt()
398 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skencrypt()
434 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ce_cipher_init()
H A Dsun8i-ce.h245 * struct sun8i_cipher_req_ctx - context for a skcipher request
255 struct sun8i_cipher_req_ctx { struct

Completed in 10 milliseconds