Lines Matching refs:crypto_skcipher
48 struct crypto_skcipher *skcipher;
58 struct crypto_skcipher *fallback;
175 static int setkey_fallback_skcipher(struct crypto_skcipher *tfm, const u8 *key, in setkey_fallback_skcipher()
201 static int ecb_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in ecb_aes_set_key()
224 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_aes_crypt()
254 static int fallback_init_skcipher(struct crypto_skcipher *tfm) in fallback_init_skcipher()
273 static void fallback_exit_skcipher(struct crypto_skcipher *tfm) in fallback_exit_skcipher()
297 static int cbc_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in cbc_aes_set_key()
320 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_aes_crypt()
378 static int xts_fallback_setkey(struct crypto_skcipher *tfm, const u8 *key, in xts_fallback_setkey()
390 static int xts_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in xts_aes_set_key()
424 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_aes_crypt()
490 static int xts_fallback_init(struct crypto_skcipher *tfm) in xts_fallback_init()
508 static void xts_fallback_exit(struct crypto_skcipher *tfm) in xts_fallback_exit()
533 static int ctr_aes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in ctr_aes_set_key()
571 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_aes_crypt()