Home
last modified time | relevance | path

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

/coreutils/src/
Dbasenc.c218 # define base_decode_ctx base32_decode_ctx macro
234 # define base_decode_ctx base64_decode_ctx macro
285 static bool (*base_decode_ctx) (struct base_decode_context *ctx, variable
1198 ok = base_decode_ctx (&ctx, inbuf, sum, outbuf, &n); in do_decode()
1291 base_decode_ctx = base64_decode_ctx_wrapper; in main()
1300 base_decode_ctx = base64url_decode_ctx_wrapper; in main()
1309 base_decode_ctx = base32_decode_ctx_wrapper; in main()
1318 base_decode_ctx = base32hex_decode_ctx_wrapper; in main()
1327 base_decode_ctx = base16_decode_ctx; in main()
1336 base_decode_ctx = base2msbf_decode_ctx; in main()
[all …]