Home
last modified time | relevance | path

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

/linux/crypto/
H A Dcipher.c58 static inline void cipher_crypt_one(struct crypto_cipher *tfm, in cipher_crypt_one() function
82 cipher_crypt_one(tfm, dst, src, true); in crypto_cipher_encrypt_one()
89 cipher_crypt_one(tfm, dst, src, false); in crypto_cipher_decrypt_one()