Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dssh-rsa.c311 int ret, len, oidmatch, hashmatch; in openssh_RSA_verify() local
342 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0; in openssh_RSA_verify()
344 if (!oidmatch || !hashmatch) { in openssh_RSA_verify()