Lines Matching defs:tfm
59 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
60 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
71 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
72 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
83 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
84 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
100 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
101 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
150 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
152 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
245 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
246 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
373 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
375 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
398 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
400 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
444 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
445 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
491 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
492 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
568 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
569 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
664 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
665 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
707 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
708 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
746 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
747 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
775 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
776 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
804 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
805 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
833 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
834 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
934 static int caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key,
937 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
1036 static int caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key,
1039 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
1088 static unsigned int caam_rsa_max_size(struct crypto_akcipher *tfm)
1090 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
1096 static int caam_rsa_init_tfm(struct crypto_akcipher *tfm)
1098 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
1122 static void caam_rsa_exit_tfm(struct crypto_akcipher *tfm)
1124 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);