Home
last modified time | relevance | path

Searched refs:ISC_R_BADBASE64 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/
H A Dbase64.c124 return (ISC_R_BADBASE64); in base64_decode_char()
126 return (ISC_R_BADBASE64); in base64_decode_char()
132 return (ISC_R_BADBASE64); in base64_decode_char()
134 return (ISC_R_BADBASE64); in base64_decode_char()
139 return (ISC_R_BADBASE64); in base64_decode_char()
145 return (ISC_R_BADBASE64); in base64_decode_char()
161 return (ISC_R_BADBASE64); in base64_decode_char()
175 return (ISC_R_BADBASE64); in base64_decode_finish()
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dresult.h60 #define ISC_R_BADBASE64 31 /*%< bad base64 encoding */ macro