Home
last modified time | relevance | path

Searched refs:b32_ntop (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dutil.h355 int b32_ntop(uint8_t const *src, size_t srclength, char *target,
H A Dnsec3.c106 b32_ntop(hash, SHA_DIGEST_LENGTH, b32, sizeof(b32)); in nsec3_b32_create()
493 b32_ntop(hash, hashlen, (char*)(n+5), sizeof(n)-5); in nsec3_find_cover()
892 (void)b32_ntop(hash, sizeof(hash), hashbuf, sizeof(hashbuf)); in nsec3_add_nonexist_proof()
H A Dutil.c658 b32_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) in b32_ntop() function
H A Drdata.c390 length = b32_ntop(rdata_atom_data(rdata)+1, size, in rdata_base32_to_string()