Lines Matching defs:tfm
139 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req);
140 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
222 static int ecdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen)
224 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
254 static void ecdsa_exit_tfm(struct crypto_akcipher *tfm)
256 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
261 static unsigned int ecdsa_max_size(struct crypto_akcipher *tfm)
263 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
268 static int ecdsa_nist_p384_init_tfm(struct crypto_akcipher *tfm)
270 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
290 static int ecdsa_nist_p256_init_tfm(struct crypto_akcipher *tfm)
292 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
312 static int ecdsa_nist_p192_init_tfm(struct crypto_akcipher *tfm)
314 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);