Searched refs:skcipher_setkey (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/crypto/ |
H A D | algif_skcipher.c | 289 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() function 352 .setkey = skcipher_setkey,
|
/openbmc/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 | 739 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function 784 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey() 805 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey() 825 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey() 832 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey() 839 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
|
H A D | caamalg_qi2.c | 943 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function 995 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey() 1016 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey() 1036 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey() 1045 return skcipher_setkey(skcipher, key, keylen, 0); in chacha20_skcipher_setkey() 1052 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey() 1059 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
|
/openbmc/linux/drivers/crypto/ |
H A D | talitos.c | 1491 static int skcipher_setkey(struct crypto_skcipher *cipher, in skcipher_setkey() function 1512 skcipher_setkey(cipher, key, keylen); in skcipher_des_setkey() 1519 skcipher_setkey(cipher, key, keylen); in skcipher_des3_setkey() 1527 return skcipher_setkey(cipher, key, keylen); in skcipher_aes_setkey() 3198 t_alg->algt.alg.skcipher.setkey ?: skcipher_setkey; in talitos_alg_alloc()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 1818 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey() function 4441 crypto->setkey = skcipher_setkey; in spu_register_skcipher()
|