Searched refs:gcm_hash_update (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | gcm.c | 227 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update() function 383 err = gcm_hash_update(req, pctx, compl, in __gcm_hash_assoc_remain_done() 437 err = gcm_hash_update(req, pctx, compl, in __gcm_hash_init_done() 475 err = gcm_hash_update(req, pctx, compl, req->assoc, req->assoclen); in gcm_hash() 486 err = gcm_hash_update(req, pctx, compl, gctx->src, gctx->cryptlen); in gcm_hash()
|