Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/
H A Dbase32.c166 return (ISC_R_BADBASE32); in base32_decode_char()
168 return (ISC_R_BADBASE32); in base32_decode_char()
179 return (ISC_R_BADBASE32); in base32_decode_char()
189 return (ISC_R_BADBASE32); in base32_decode_char()
192 return (ISC_R_BADBASE32); in base32_decode_char()
196 return (ISC_R_BADBASE32); in base32_decode_char()
199 return (ISC_R_BADBASE32); in base32_decode_char()
204 return (ISC_R_BADBASE32); in base32_decode_char()
208 return (ISC_R_BADBASE32); in base32_decode_char()
211 return (ISC_R_BADBASE32); in base32_decode_char()
[all …]
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dresult.h89 #define ISC_R_BADBASE32 60 /*%< bad base32 encoding */ macro