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

/linux-master/crypto/
H A Dccm.c169 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, function
302 err = crypto_ccm_auth(req, sg_next(pctx->src), cryptlen);
338 err = crypto_ccm_auth(req, dst, cryptlen);
382 err = crypto_ccm_auth(req, sg_next(dst), cryptlen);

Completed in 85 milliseconds