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

/linux-master/crypto/
H A Dgcm.c463 static int crypto_gcm_verify(struct aead_request *req) function
483 err = crypto_gcm_verify(req);
496 return crypto_skcipher_decrypt(skreq) ?: crypto_gcm_verify(req);

Completed in 96 milliseconds