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

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
ct.c 44 * ct_memcmp() can't be used to order memory regions like memcmp(),
45 * for example, use ct_memcmp() with qsort().
48 * linker turn this ct_memcmp() into a plain memcmp(). The pointers
63 ct_memcmp(const volatile void * volatile p1, function

Completed in 46 milliseconds