Home
last modified time | relevance | path

Searched refs:skcipher_setkey (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/crypto/
Dalgif_skcipher.c314 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() function
382 .setkey = skcipher_setkey,
Dskcipher.c818 static int skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in skcipher_setkey() function
897 skcipher->setkey = skcipher_setkey; in crypto_skcipher_init_tfm()
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi.c616 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function
678 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey()
702 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
725 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()
732 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
739 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey()
Dcaamalg.c723 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function
771 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey()
795 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
818 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()
824 return skcipher_setkey(skcipher, key, keylen, 0); in arc4_skcipher_setkey()
831 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey()
838 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
Dcaamalg_qi2.c946 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function
1001 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey()
1025 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
1048 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()
1060 return skcipher_setkey(skcipher, key, keylen, 0); in chacha20_skcipher_setkey()
1067 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey()
1074 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()