Searched refs:gcm_hash_update (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/crypto/ |
D | gcm.c | 229 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update() function 385 err = gcm_hash_update(req, pctx, compl, in __gcm_hash_assoc_remain_done() 439 err = gcm_hash_update(req, pctx, compl, in __gcm_hash_init_done() 477 err = gcm_hash_update(req, pctx, compl, req->assoc, req->assoclen); in gcm_hash() 488 err = gcm_hash_update(req, pctx, compl, gctx->src, gctx->cryptlen); in gcm_hash()
|