Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/
Dtalitos.c1493 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() function
1514 ablkcipher_setkey(cipher, key, keylen); in ablkcipher_des_setkey()
1521 ablkcipher_setkey(cipher, key, keylen); in ablkcipher_des3_setkey()
1529 return ablkcipher_setkey(cipher, key, keylen); in ablkcipher_aes_setkey()
3165 ablkcipher_setkey; in talitos_alg_alloc()
/Linux-v5.4/drivers/crypto/bcm/
Dcipher.c1877 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in ablkcipher_setkey() function
4549 crypto->cra_ablkcipher.setkey = ablkcipher_setkey; in spu_register_ablkcipher()