Home
last modified time | relevance | path

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

/external/openssh/
Dssh-rsa.c409 int ret, len, oidmatch, hashmatch; in openssh_RSA_verify() local
441 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0; in openssh_RSA_verify()
442 if (!oidmatch || !hashmatch) { in openssh_RSA_verify()