OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashmatch
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
ssh-rsa.c
214
int len, oidmatch,
hashmatch
;
local
254
hashmatch
= timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0;
259
if (!
hashmatch
) {
Completed in 38 milliseconds