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

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dbase64.c108 } base64_decode_ctx_t; typedef in typeref:struct:__anon5264
111 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target)
120 base64_decode_char(base64_decode_ctx_t *ctx, int c) {
171 base64_decode_finish(base64_decode_ctx_t *ctx) {
181 base64_decode_ctx_t ctx;
211 base64_decode_ctx_t ctx;

Completed in 43 milliseconds