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

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

Completed in 50 milliseconds