| H A D | base32.c | 40 str_totext(const char *source, isc_buffer_t *target); 43 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length); 54 isc_buffer_t *target, const char base[], char pad) { in base32_totext() argument 69 RETERR(str_totext(buf, target)); in base32_totext() 78 RETERR(str_totext(buf, target)); in base32_totext() 86 RETERR(str_totext(buf, target)); in base32_totext() 95 RETERR(str_totext(buf, target)); in base32_totext() 101 RETERR(str_totext(buf, target)); in base32_totext() 109 RETERR(str_totext(wordbreak, target)); in base32_totext() 120 isc_buffer_t *target) { in isc_base32_totext() argument 127 isc_base32hex_totext(isc_region_t * source,int wordlength,const char * wordbreak,isc_buffer_t * target) isc_base32hex_totext() argument 134 isc_base32hexnp_totext(isc_region_t * source,int wordlength,const char * wordbreak,isc_buffer_t * target) isc_base32hexnp_totext() argument 144 isc_buffer_t *target; /*%< Buffer for resulting binary data */ global() member 156 base32_decode_init(base32_decode_ctx_t * ctx,int length,const char base[],bool pad,isc_buffer_t * target) base32_decode_init() argument 296 base32_tobuffer(isc_lex_t * lexer,const char base[],bool pad,isc_buffer_t * target,int length) base32_tobuffer() argument 338 isc_base32_tobuffer(isc_lex_t * lexer,isc_buffer_t * target,int length) isc_base32_tobuffer() argument 343 isc_base32hex_tobuffer(isc_lex_t * lexer,isc_buffer_t * target,int length) isc_base32hex_tobuffer() argument 348 isc_base32hexnp_tobuffer(isc_lex_t * lexer,isc_buffer_t * target,int length) isc_base32hexnp_tobuffer() argument 354 base32_decodestring(const char * cstr,const char base[],bool pad,isc_buffer_t * target) base32_decodestring() argument 373 isc_base32_decodestring(const char * cstr,isc_buffer_t * target) isc_base32_decodestring() argument 378 isc_base32hex_decodestring(const char * cstr,isc_buffer_t * target) isc_base32hex_decodestring() argument 383 isc_base32hexnp_decodestring(const char * cstr,isc_buffer_t * target) isc_base32hexnp_decodestring() argument 389 base32_decoderegion(isc_region_t * source,const char base[],bool pad,isc_buffer_t * target) base32_decoderegion() argument 403 isc_base32_decoderegion(isc_region_t * source,isc_buffer_t * target) isc_base32_decoderegion() argument 408 isc_base32hex_decoderegion(isc_region_t * source,isc_buffer_t * target) isc_base32hex_decoderegion() argument 413 isc_base32hexnp_decoderegion(isc_region_t * source,isc_buffer_t * target) isc_base32hexnp_decoderegion() argument 418 str_totext(const char * source,isc_buffer_t * target) str_totext() argument 435 mem_tobuffer(isc_buffer_t * target,void * base,unsigned int length) mem_tobuffer() argument [all...] |