Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dccm.c168 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() function
301 err = crypto_ccm_auth(req, sg_next(pctx->src), cryptlen); in crypto_ccm_encrypt()
338 err = crypto_ccm_auth(req, dst, cryptlen); in crypto_ccm_decrypt_done()
382 err = crypto_ccm_auth(req, sg_next(dst), cryptlen); in crypto_ccm_decrypt()