Lines Matching defs:tfm

127 	struct crypto_aead *tfm = crypto_aead_reqtfm(aead_req);  in sec_aead_verify()  local
536 static int sec_skcipher_init(struct crypto_skcipher *tfm) in sec_skcipher_init()
564 static void sec_skcipher_uninit(struct crypto_skcipher *tfm) in sec_skcipher_uninit()
626 static int sec_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in sec_skcipher_setkey()
881 static int sec_aead_setkey(struct crypto_aead *tfm, const u8 *key, in sec_aead_setkey()
1173 struct crypto_aead *tfm = crypto_aead_reqtfm(a_req); in sec_aead_callback() local
1304 static int sec_skcipher_ctx_init(struct crypto_skcipher *tfm) in sec_skcipher_ctx_init()
1313 static void sec_skcipher_ctx_exit(struct crypto_skcipher *tfm) in sec_skcipher_ctx_exit()
1318 static int sec_aead_init(struct crypto_aead *tfm) in sec_aead_init()
1354 static void sec_aead_exit(struct crypto_aead *tfm) in sec_aead_exit()
1363 static int sec_aead_ctx_init(struct crypto_aead *tfm, const char *hash_name) in sec_aead_ctx_init()
1385 static void sec_aead_ctx_exit(struct crypto_aead *tfm) in sec_aead_ctx_exit()
1393 static int sec_aead_sha1_ctx_init(struct crypto_aead *tfm) in sec_aead_sha1_ctx_init()
1398 static int sec_aead_sha256_ctx_init(struct crypto_aead *tfm) in sec_aead_sha256_ctx_init()
1403 static int sec_aead_sha512_ctx_init(struct crypto_aead *tfm) in sec_aead_sha512_ctx_init()
1445 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(sk_req); in sec_skcipher_crypto() local
1535 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in sec_aead_param_check() local
1573 struct crypto_aead *tfm = crypto_aead_reqtfm(a_req); in sec_aead_crypto() local