HomeSort by relevance Sort by last modified time
    Searched full:rounds_s (Results 1 - 1 of 1) sorted by null

  /external/openssh/
auth2-jpake.c 222 char *rounds_s, *style; local
235 if ((rounds_s = strchr(style, ',')) != NULL)
236 *rounds_s++ = '\0';
237 rounds = strtonum(rounds_s, 1, 1<<31, NULL);

Completed in 518 milliseconds