Home
last modified time | relevance | path

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

/linux/crypto/
H A Dalgif_skcipher.c349 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 Dtalitos.c1563 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()