Symbol: starfive_cryp_request_ctx
drivers/crypto/starfive/jh7110-aes.c
226
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-aes.c
295
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-aes.c
345
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-aes.c
373
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-aes.c
571
struct starfive_cryp_request_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/starfive/jh7110-aes.c
621
crypto_skcipher_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) +
drivers/crypto/starfive/jh7110-aes.c
641
struct starfive_cryp_request_ctx *rctx = aead_request_ctx(req);
drivers/crypto/starfive/jh7110-aes.c
736
crypto_aead_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) +
drivers/crypto/starfive/jh7110-cryp.h
163
struct starfive_cryp_request_ctx *rctx;
drivers/crypto/starfive/jh7110-hash.c
167
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
200
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-hash.c
257
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
273
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
290
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
307
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
326
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
330
memset(rctx, 0, sizeof(struct starfive_cryp_request_ctx));
drivers/crypto/starfive/jh7110-hash.c
348
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
362
struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req);
drivers/crypto/starfive/jh7110-hash.c
394
crypto_ahash_set_reqsize(hash, sizeof(struct starfive_cryp_request_ctx) +
drivers/crypto/starfive/jh7110-hash.c
66
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-rsa.c
172
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-rsa.c
251
struct starfive_cryp_request_ctx *rctx = ctx->rctx;
drivers/crypto/starfive/jh7110-rsa.c
292
struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req);
drivers/crypto/starfive/jh7110-rsa.c
323
struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req);
drivers/crypto/starfive/jh7110-rsa.c
550
akcipher_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) +
drivers/crypto/starfive/jh7110-rsa.c
75
struct starfive_cryp_request_ctx *rctx = ctx->rctx;