Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcipher.c113 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
/linux-4.19.296/include/linux/
Dcrypto.h575 void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); member
1581 crypto_cipher_crt(tfm)->cit_encrypt_one(crypto_cipher_tfm(tfm), in crypto_cipher_encrypt_one()