HomeSort by: relevance | last modified time | path
    Searched defs:ssh_get (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/pam-u2f/dist/
util.c 349 static int ssh_get(const unsigned char **buf, size_t *size, unsigned char *dst, function
361 return ssh_get(buf, size, val, sizeof(*val));
365 if (!ssh_get(buf, size, (unsigned char *) val, sizeof(*val)))
378 if (!ssh_get(buf, size, NULL, len))

Completed in 51 milliseconds