Searched refs:skcipher_setkey (Results 1 – 5 of 5) sorted by relevance
| /linux/crypto/ |
| H A D | algif_skcipher.c | 353 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 D | caamalg_qi.c | 622 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 D | caamalg.c | 745 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 D | caamalg_qi2.c | 944 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 D | cipher.c | 1813 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey() function 4382 crypto->setkey = skcipher_setkey; in spu_register_skcipher()
|