Searched refs:sun8i_cipher_req_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-cipher.c | 93 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 crypto_skcipher_set_reqsize(sktfm, sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ss_cipher_init()
|
| H A D | sun8i-ss.h | 187 struct sun8i_cipher_req_ctx { struct 302 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, const char *name);
|
| H A D | sun8i-ss-core.c | 67 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/ |
| H A D | sun8i-ce-cipher.c | 109 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_fallback() 140 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_prepare() 316 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_unprepare() 352 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(req); in sun8i_ce_cipher_do_one() 381 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skdecrypt() 400 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skencrypt() 436 crypto_skcipher_set_reqsize(sktfm, sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ce_cipher_init()
|
| H A D | sun8i-ce.h | 270 struct sun8i_cipher_req_ctx { struct
|