Searched refs:base32hex (Results 1 – 3 of 3) sorted by relevance
79 static const char base32hex[] = variable786 tmp[1] = base32hex[((rdata[0]<<2)&0x1c)| in ns_sprintrrf()794 tmp[1] = base32hex[((rdata[0]<<2)&0x1c)| in ns_sprintrrf()797 tmp[3] = base32hex[((rdata[1]<<4)&0x10)| in ns_sprintrrf()804 tmp[1] = base32hex[((rdata[0]<<2)&0x1c)| in ns_sprintrrf()807 tmp[3] = base32hex[((rdata[1]<<4)&0x10)| in ns_sprintrrf()809 tmp[4] = base32hex[((rdata[2]<<1)&0x1e)| in ns_sprintrrf()812 tmp[6] = base32hex[(rdata[3]<<3)&0x18]; in ns_sprintrrf()817 tmp[1] = base32hex[((rdata[0]<<2)&0x1c)| in ns_sprintrrf()820 tmp[3] = base32hex[((rdata[1]<<4)&0x10)| in ns_sprintrrf()[all …]
52 static const char base32hex[] = variable132 base32hex)); in isc_base32hex_totext()293 return (base32_tobuffer(lexer, base32hex, target, length)); in isc_base32hex_tobuffer()320 return (base32_decodestring(cstr, base32hex, target)); in isc_base32hex_decodestring()344 return (base32_decoderegion(source, base32hex, target)); in isc_base32hex_decoderegion()
205 static const char base32hex[] = variable587 base = base32hex; in apr_encode_base32()691 base = base32hex; in apr_encode_base32_binary()