Home
last modified time | relevance | path

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

/linux/crypto/
H A Dalgif_skcipher.c353 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() function
418 .setkey = skcipher_setkey,
/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c622 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()
699 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
719 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()
726 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
733 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey()
H A Dcaamalg.c745 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function
851 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey()
872 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
892 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()
899 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey()
906 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
H A Dcaamalg_qi2.c944 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function
996 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey()
1017 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
1037 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()
1046 return skcipher_setkey(skcipher, key, keylen, 0); in chacha20_skcipher_setkey()
1053 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey()
1060 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
/linux/drivers/crypto/bcm/
H A Dcipher.c1813 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey() function
4382 crypto->setkey = skcipher_setkey; in spu_register_skcipher()