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

/linux-4.1.27/crypto/
H A Dgcm.c229 static int gcm_hash_update(struct aead_request *req, gcm_hash_update() function
385 err = gcm_hash_update(req, pctx, compl, __gcm_hash_assoc_remain_done()
439 err = gcm_hash_update(req, pctx, compl, __gcm_hash_init_done()
477 err = gcm_hash_update(req, pctx, compl, req->assoc, req->assoclen); gcm_hash()
488 err = gcm_hash_update(req, pctx, compl, gctx->src, gctx->cryptlen); gcm_hash()

Completed in 45 milliseconds