Home
last modified time | relevance | path

Searched refs:skcipher_setkey (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/
Dalgif_skcipher.c311 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() function
379 .setkey = skcipher_setkey,
Dskcipher.c822 static int skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in skcipher_setkey() function
868 skcipher->setkey = skcipher_setkey; in crypto_skcipher_init_tfm()