Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcipher.c115 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
/Linux-v4.19/include/linux/
Dcrypto.h576 void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); member
1597 crypto_cipher_crt(tfm)->cit_decrypt_one(crypto_cipher_tfm(tfm), in crypto_cipher_decrypt_one()