Home
last modified time | relevance | path

Searched refs:base32hexmem (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/test/
Dtest-hexdecoct.c113 TEST(base32hexmem) { in TEST() argument
116 b32 = base32hexmem("", STRLEN(""), true); in TEST()
121 b32 = base32hexmem("f", STRLEN("f"), true); in TEST()
126 b32 = base32hexmem("fo", STRLEN("fo"), true); in TEST()
131 b32 = base32hexmem("foo", STRLEN("foo"), true); in TEST()
136 b32 = base32hexmem("foob", STRLEN("foob"), true); in TEST()
141 b32 = base32hexmem("fooba", STRLEN("fooba"), true); in TEST()
146 b32 = base32hexmem("foobar", STRLEN("foobar"), true); in TEST()
151 b32 = base32hexmem("", STRLEN(""), false); in TEST()
156 b32 = base32hexmem("f", STRLEN("f"), false); in TEST()
[all …]
/systemd-251/src/basic/
Dhexdecoct.h33 char *base32hexmem(const void *p, size_t l, bool padding);
Dhexdecoct.c192 char *base32hexmem(const void *p, size_t l, bool padding) { in base32hexmem() function
/systemd-251/src/resolve/
Dtest-dnssec.c782 b = base32hexmem(h, k, false); in TEST()
Dresolved-dns-dnssec.c1668 l = base32hexmem(hashed, hashed_size, false); in nsec3_hashed_domain_format()
Dresolved-dns-rr.c1063 … hash = base32hexmem(rr->nsec3.next_hashed_name, rr->nsec3.next_hashed_name_size, false); in dns_resource_record_to_string()