Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dgcm.c508 static int crypto_gcm_verify(struct aead_request *req) in crypto_gcm_verify() function
528 err = crypto_gcm_verify(req); in gcm_decrypt_done()
541 return crypto_ablkcipher_decrypt(abreq) ?: crypto_gcm_verify(req); in gcm_dec_hash_continue()