Home
last modified time | relevance | path

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

/coreutils/src/
Dbasenc.c216 # define base_decode_context base32_decode_context macro
232 # define base_decode_context base64_decode_context macro
271 struct base_decode_context struct
284 static void (*base_decode_ctx_init) (struct base_decode_context *ctx); argument
285 static bool (*base_decode_ctx) (struct base_decode_context *ctx,
302 base64_decode_ctx_init_wrapper (struct base_decode_context *ctx) in base64_decode_ctx_init_wrapper()
308 base64_decode_ctx_wrapper (struct base_decode_context *ctx, in base64_decode_ctx_wrapper()
318 init_inbuf (struct base_decode_context *ctx) in init_inbuf()
325 prepare_inbuf (struct base_decode_context *ctx, idx_t inlen) in prepare_inbuf()
360 base64url_decode_ctx_init_wrapper (struct base_decode_context *ctx) in base64url_decode_ctx_init_wrapper()
[all …]