Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dcipher.c59 static inline void cipher_crypt_one(struct crypto_cipher *tfm, in cipher_crypt_one() function
83 cipher_crypt_one(tfm, dst, src, true); in crypto_cipher_encrypt_one()
90 cipher_crypt_one(tfm, dst, src, false); in crypto_cipher_decrypt_one()