Lines Matching defs:tfm

546 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key,  in qat_alg_aead_init_sessions()
589 static int qat_alg_aead_rekey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_rekey()
603 static int qat_alg_aead_newkey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_newkey()
655 static int qat_alg_aead_setkey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_setkey()
786 struct crypto_tfm *tfm = crypto_aead_tfm(aead_tfm); in qat_alg_aead_dec() local
832 struct crypto_tfm *tfm = crypto_aead_tfm(aead_tfm); in qat_alg_aead_enc() local
938 static int qat_alg_skcipher_setkey(struct crypto_skcipher *tfm, in qat_alg_skcipher_setkey()
952 static int qat_alg_skcipher_cbc_setkey(struct crypto_skcipher *tfm, in qat_alg_skcipher_cbc_setkey()
959 static int qat_alg_skcipher_ctr_setkey(struct crypto_skcipher *tfm, in qat_alg_skcipher_ctr_setkey()
966 static int qat_alg_skcipher_xts_setkey(struct crypto_skcipher *tfm, in qat_alg_skcipher_xts_setkey()
1020 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); in qat_alg_skcipher_encrypt() local
1087 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); in qat_alg_skcipher_decrypt() local
1152 static int qat_alg_aead_init(struct crypto_aead *tfm, in qat_alg_aead_init()
1166 static int qat_alg_aead_sha1_init(struct crypto_aead *tfm) in qat_alg_aead_sha1_init()
1171 static int qat_alg_aead_sha256_init(struct crypto_aead *tfm) in qat_alg_aead_sha256_init()
1176 static int qat_alg_aead_sha512_init(struct crypto_aead *tfm) in qat_alg_aead_sha512_init()
1181 static void qat_alg_aead_exit(struct crypto_aead *tfm) in qat_alg_aead_exit()
1206 static int qat_alg_skcipher_init_tfm(struct crypto_skcipher *tfm) in qat_alg_skcipher_init_tfm()
1212 static int qat_alg_skcipher_init_xts_tfm(struct crypto_skcipher *tfm) in qat_alg_skcipher_init_xts_tfm()
1236 static void qat_alg_skcipher_exit_tfm(struct crypto_skcipher *tfm) in qat_alg_skcipher_exit_tfm()
1263 static void qat_alg_skcipher_exit_xts_tfm(struct crypto_skcipher *tfm) in qat_alg_skcipher_exit_xts_tfm()