Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dgcm.c926 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) in crypto_rfc4543_crypt() function
976 crypto_rfc4543_crypt(req, true); in crypto_rfc4543_encrypt()
982 crypto_rfc4543_crypt(req, false); in crypto_rfc4543_decrypt()