HomeSort by: relevance | last modified time | path
    Searched refs:drbg_fork_result (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
drbgtest.c 286 } drbg_fork_result; typedef in typeref:struct:drbg_fork_result_st
289 * Sort the drbg_fork_result entries in lexicographical order
297 const drbg_fork_result *l = left;
298 const drbg_fork_result *r = right;
331 drbg_fork_result result[2])
409 drbg_fork_result result[DRBG_FORK_RESULT_COUNT];
410 drbg_fork_result *presult = &result[2];
458 qsort(result, DRBG_FORK_RESULT_COUNT, sizeof(drbg_fork_result),
  /src/crypto/external/bsd/openssl/dist/test/
drbgtest.c 294 } drbg_fork_result; typedef in typeref:struct:drbg_fork_result_st
297 * Sort the drbg_fork_result entries in lexicographical order
305 const drbg_fork_result *l = left;
306 const drbg_fork_result *r = right;
339 drbg_fork_result result[2])
417 drbg_fork_result result[DRBG_FORK_RESULT_COUNT];
418 drbg_fork_result *presult = &result[2];
466 qsort(result, DRBG_FORK_RESULT_COUNT, sizeof(drbg_fork_result),

Completed in 25 milliseconds