Searched refs:skcipher_setkey (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/crypto/ |
D | algif_skcipher.c | 314 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() function 382 .setkey = skcipher_setkey,
|
D | skcipher.c | 818 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/ |
D | caamalg_qi.c | 616 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()
|
D | caamalg.c | 723 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()
|
D | caamalg_qi2.c | 946 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()
|