Lines Matching defs:tfm
65 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
66 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
77 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
78 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
89 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
90 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
106 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
107 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
156 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
158 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
252 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
253 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
379 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
381 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
407 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
409 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
453 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
454 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
500 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
501 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
577 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
578 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
673 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
674 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
716 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
717 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
755 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
756 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
784 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
785 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
813 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
814 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
842 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
843 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
943 static int caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key,
946 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
1048 static int caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key,
1051 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
1100 static unsigned int caam_rsa_max_size(struct crypto_akcipher *tfm)
1102 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
1108 static int caam_rsa_init_tfm(struct crypto_akcipher *tfm)
1110 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);
1112 akcipher_set_reqsize(tfm, sizeof(struct caam_rsa_req_ctx));
1134 static void caam_rsa_exit_tfm(struct crypto_akcipher *tfm)
1136 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx_dma(tfm);