Home
last modified time | relevance | path

Searched refs:sun8i_cipher_req_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c73 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher_fallback()
100 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher()
286 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skdecrypt()
290 memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx)); in sun8i_ss_skdecrypt()
307 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skencrypt()
311 memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx)); in sun8i_ss_skencrypt()
345 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ss_cipher_init()
A Dsun8i-ss.h177 struct sun8i_cipher_req_ctx { struct
292 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, const char *name);
A Dsun8i-ss-core.c63 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, in sun8i_ss_run_task()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c56 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_fallback()
84 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_prepare()
281 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()
A Dsun8i-ce.h252 struct sun8i_cipher_req_ctx { struct

Completed in 12 milliseconds