Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcipher.c112 ops->cit_setkey = setkey; in crypto_init_cipher_ops()
/linux-4.19.296/include/linux/
Dcrypto.h573 int (*cit_setkey)(struct crypto_tfm *tfm, member
1565 return crypto_cipher_crt(tfm)->cit_setkey(crypto_cipher_tfm(tfm), in crypto_cipher_setkey()