Home
last modified time | relevance | path

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

/external/openssh/
Dssh-rsa.c217 int len, oidmatch, hashmatch; in openssh_RSA_verify() local
254 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0; in openssh_RSA_verify()
256 if (!oidmatch || !hashmatch) { in openssh_RSA_verify()