Searched refs:skcipher_setkey (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/crypto/ | 
| D | algif_skcipher.c | 303 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen)  in skcipher_setkey()  function 366 	.setkey		=	skcipher_setkey,
  | 
| /Linux-v5.10/drivers/crypto/caam/ | 
| D | caamalg_qi.c | 617 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key,  in skcipher_setkey()  function 673 	return skcipher_setkey(skcipher, key, keylen, 0);  in aes_skcipher_setkey() 694 	return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);  in rfc3686_skcipher_setkey() 714 	return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);  in ctr_skcipher_setkey() 721 	       skcipher_setkey(skcipher, key, keylen, 0);  in des3_skcipher_setkey() 728 	       skcipher_setkey(skcipher, key, keylen, 0);  in des_skcipher_setkey()
  | 
| D | caamalg.c | 729 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key,  in skcipher_setkey()  function 774 	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() 815 	return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);  in ctr_skcipher_setkey() 822 	       skcipher_setkey(skcipher, key, keylen, 0);  in des_skcipher_setkey() 829 	       skcipher_setkey(skcipher, key, keylen, 0);  in des3_skcipher_setkey()
  | 
| D | caamalg_qi2.c | 937 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key,  in skcipher_setkey()  function 989 	return skcipher_setkey(skcipher, key, keylen, 0);  in aes_skcipher_setkey() 1010 	return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);  in rfc3686_skcipher_setkey() 1030 	return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);  in ctr_skcipher_setkey() 1039 	return skcipher_setkey(skcipher, key, keylen, 0);  in chacha20_skcipher_setkey() 1046 	       skcipher_setkey(skcipher, key, keylen, 0);  in des_skcipher_setkey() 1053 	       skcipher_setkey(skcipher, key, keylen, 0);  in des3_skcipher_setkey()
  | 
| /Linux-v5.10/drivers/crypto/ | 
| D | talitos.c | 1488 static int skcipher_setkey(struct crypto_skcipher *cipher,  in skcipher_setkey()  function 1509 	       skcipher_setkey(cipher, key, keylen);  in skcipher_des_setkey() 1516 	       skcipher_setkey(cipher, key, keylen);  in skcipher_des3_setkey() 1524 		return skcipher_setkey(cipher, key, keylen);  in skcipher_aes_setkey() 3177 			t_alg->algt.alg.skcipher.setkey ?: skcipher_setkey;  in talitos_alg_alloc()
  | 
| /Linux-v5.10/drivers/crypto/bcm/ | 
| D | cipher.c | 1821 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key,  in skcipher_setkey()  function 4473 	crypto->setkey = skcipher_setkey;  in spu_register_skcipher()
  |