Lines Matching refs:tfm
44 static void crypto_akcipher_exit_tfm(struct crypto_tfm *tfm) in crypto_akcipher_exit_tfm() argument
46 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_exit_tfm()
52 static int crypto_akcipher_init_tfm(struct crypto_tfm *tfm) in crypto_akcipher_init_tfm() argument
54 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_init_tfm()
150 static int akcipher_default_set_key(struct crypto_akcipher *tfm, in akcipher_default_set_key() argument
194 unsigned int reqsize = crypto_akcipher_reqsize(data->tfm); in crypto_akcipher_sync_prep()
215 akcipher_request_set_tfm(req, data->tfm); in crypto_akcipher_sync_prep()
245 int crypto_akcipher_sync_encrypt(struct crypto_akcipher *tfm, in crypto_akcipher_sync_encrypt() argument
250 .tfm = tfm, in crypto_akcipher_sync_encrypt()
263 int crypto_akcipher_sync_decrypt(struct crypto_akcipher *tfm, in crypto_akcipher_sync_decrypt() argument
268 .tfm = tfm, in crypto_akcipher_sync_decrypt()
282 static void crypto_exit_akcipher_ops_sig(struct crypto_tfm *tfm) in crypto_exit_akcipher_ops_sig() argument
284 struct crypto_akcipher **ctx = crypto_tfm_ctx(tfm); in crypto_exit_akcipher_ops_sig()
289 int crypto_init_akcipher_ops_sig(struct crypto_tfm *tfm) in crypto_init_akcipher_ops_sig() argument
291 struct crypto_akcipher **ctx = crypto_tfm_ctx(tfm); in crypto_init_akcipher_ops_sig()
292 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_akcipher_ops_sig()
305 tfm->exit = crypto_exit_akcipher_ops_sig; in crypto_init_akcipher_ops_sig()