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

  /src/external/bsd/nsd/dist/
util.h 341 int b32_ntop(uint8_t const *src, size_t srclength, char *target,
nsec3.c 110 b32_ntop(hash, SHA_DIGEST_LENGTH, b32, sizeof(b32));
523 b32_ntop(hash, hashlen, (char*)(n+5), sizeof(n)-5);
921 (void)b32_ntop(hash, sizeof(hash), hashbuf, sizeof(hashbuf));
util.c 580 b32_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) function

Completed in 25 milliseconds