Searched refs:isc_base64_tobuffer (Results 1 - 12 of 12) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dbase64.h75 *\li isc_base64_tobuffer().
79 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dtkey_249.c109 RETERR(isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
123 return (isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
H A Dcert_37.c68 return (isc_base64_tobuffer(lexer, target, -1));
H A Ddnskey_48.c71 result = isc_base64_tobuffer(lexer, target, -1);
H A Dkey_25.c71 result = isc_base64_tobuffer(lexer, target, -1);
H A Dipseckey_45.c116 return (isc_base64_tobuffer(lexer, target, -1));
H A Drrsig_46.c150 return (isc_base64_tobuffer(lexer, target, -1));
H A Dsig_24.c124 return (isc_base64_tobuffer(lexer, target, -1));
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Ddhcid_49.c38 return (isc_base64_tobuffer(lexer, target, -1));
/bind-9.6-ESV-R11/lib/isc/
H A Dbase64.c180 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) { function
/bind-9.6-ESV-R11/lib/dns/rdata/any_255/
H A Dtsig_250.c89 RETERR(isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
129 return (isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.c410 ret = isc_base64_tobuffer(lex, &b, -1);

Completed in 20 milliseconds