Searched refs:skcipher_setkey (Results 1 – 2 of 2) sorted by relevance
| /linux/crypto/ |
| H A D | algif_skcipher.c | 349 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() function 414 .setkey = skcipher_setkey,
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 1563 static int skcipher_setkey(struct crypto_skcipher *cipher, in skcipher_setkey() function 1584 skcipher_setkey(cipher, key, keylen); in skcipher_des_setkey() 1591 skcipher_setkey(cipher, key, keylen); in skcipher_des3_setkey() 1599 return skcipher_setkey(cipher, key, keylen); in skcipher_aes_setkey() 3273 t_alg->algt.alg.skcipher.setkey ?: skcipher_setkey; in talitos_alg_alloc()
|