Lines Matching refs:crypto_skcipher
137 static int ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in ce_aes_setkey()
156 static int xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in xts_set_key()
179 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt()
199 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt()
220 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt_walk()
250 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt_walk()
279 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_encrypt()
337 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_decrypt()
395 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
431 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one()
456 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt()
528 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()