HomeSort by relevance Sort by last modified time
    Searched defs:foundkey (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
ssh.c 478 const struct curl_khkey *foundkey, /* found */
484 (void)foundkey;
550 struct curl_khkey foundkey; local
588 /* setup 'foundkey' */
589 foundkey.key = remotekey;
590 foundkey.len = keylen;
591 foundkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)?
603 &foundkey, /* from the remote host */
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 134 UWord foundkey = 1; local
137 &foundkey, &foundval, (UWord)&fake );
143 tl_assert(foundkey != 1);
144 Block* res = (Block*)foundkey;
    [all...]

Completed in 230 milliseconds