Lines Matching defs:skcipher
51 struct skcipher_alg skcipher; member
617 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey()
664 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey()
676 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey()
697 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey()
717 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey()
724 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey()
731 static int xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in xts_skcipher_setkey()
904 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local
1209 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_done() local
1247 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local
1398 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in xts_skcipher_ivsize() local
1407 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_crypt() local