Symbol: sun8i_cipher_req_ctx
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
109
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
140
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
316
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
352
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
381
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
400
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
436
crypto_skcipher_set_reqsize(sktfm, sizeof(struct sun8i_cipher_req_ctx) +
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
125
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
188
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
349
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
353
memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx));
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
370
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
374
memset(rctx, 0, sizeof(struct sun8i_cipher_req_ctx));
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
408
crypto_skcipher_set_reqsize(sktfm, sizeof(struct sun8i_cipher_req_ctx) +
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
93
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
67
int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
302
int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, const char *name);