Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dgcm.c465 static int crypto_gcm_verify(struct aead_request *req) in crypto_gcm_verify() function
485 err = crypto_gcm_verify(req); in gcm_decrypt_done()
498 return crypto_skcipher_decrypt(skreq) ?: crypto_gcm_verify(req); in gcm_dec_hash_continue()
/kernel/linux/linux-6.6/crypto/
H A Dgcm.c463 static int crypto_gcm_verify(struct aead_request *req) in crypto_gcm_verify() function
483 err = crypto_gcm_verify(req); in gcm_decrypt_done()
496 return crypto_skcipher_decrypt(skreq) ?: crypto_gcm_verify(req); in gcm_dec_hash_continue()

Completed in 4 milliseconds