Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dalgif_skcipher.c318 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() function
386 .setkey = skcipher_setkey,
Dskcipher.c805 static int skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in skcipher_setkey() function
849 skcipher->setkey = skcipher_setkey; in crypto_skcipher_init_tfm()