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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c1000 static int aead_perform(struct aead_request *req, int encrypt, function
1194 return aead_perform(req, 1, req->assoclen + ivsize,
1201 return aead_perform(req, 0, req->assoclen + ivsize,
1225 return aead_perform(&req->areq, 1, req->areq.assoclen,

Completed in 26 milliseconds