Searched refs:skcipher_setkey (Results 1 – 5 of 5) sorted by relevance
/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 | 730 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function 775 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey() 796 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey() 816 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey() 823 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey() 830 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
|
D | caamalg_qi2.c | 941 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() function 993 return skcipher_setkey(skcipher, key, keylen, 0); in aes_skcipher_setkey() 1014 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey() 1034 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey() 1043 return skcipher_setkey(skcipher, key, keylen, 0); in chacha20_skcipher_setkey() 1050 skcipher_setkey(skcipher, key, keylen, 0); in des_skcipher_setkey() 1057 skcipher_setkey(skcipher, key, keylen, 0); in des3_skcipher_setkey()
|
/drivers/crypto/ |
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()
|
/drivers/crypto/bcm/ |
D | cipher.c | 1819 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey() function 4471 crypto->setkey = skcipher_setkey; in spu_register_skcipher()
|