Home
last modified time | relevance | path

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

/coreutils/man/
Dbase32.x2 base32 \- base32 encode/decode data and print to standard output
D.gitignore4 base32.1
Dlocal.mk72 man/base32.1: src/base32$(EXEEXT)
/coreutils/src/
D.gitignore6 base32
Dbasenc.c276 struct base32_decode_context base32; member
410 base32_decode_ctx_init (&ctx->ctx.base32); in base32_decode_ctx_init_wrapper()
418 bool b = base32_decode_ctx (&ctx->ctx.base32, in, inlen, out, outlen); in base32_decode_ctx_wrapper()
419 ctx->i = ctx->ctx.base32.i; in base32_decode_ctx_wrapper()
489 base32_decode_ctx_init (&ctx->ctx.base32); in base32hex_decode_ctx_init_wrapper()
513 bool b = base32_decode_ctx (&ctx->ctx.base32, ctx->inbuf, inlen, in base32hex_decode_ctx_wrapper()
515 ctx->i = ctx->ctx.base32.i; in base32hex_decode_ctx_wrapper()
/coreutils/
DAUTHORS6 base32: Simon Josefsson
DREADME10 [ arch b2sum base32 base64 basename basenc cat chcon chgrp chmod chown
DNEWS19 base32 and base64 no longer require padding when decoding.
856 basenc is added to complement existing base64,base32 commands,
858 base64,base64url,base32,base32hex,base16,base2,z85.
1376 base32 is added to complement the existing base64 command,
/coreutils/scripts/git-hooks/
Dcommit-msg17 arch b2sum base32 base64 basenc basename cat chcon chgrp chmod chown
/coreutils/doc/
Dcoreutils.texi43 * base32: (coreutils)base32 invocation. Base32 encode/decode data.
190 * Output of entire files:: cat tac nl od base32 base64 basenc
247 * base32 invocation:: Transform data into printable data
1630 * base32 invocation:: Transform data into printable data.
2229 @node base32 invocation
2230 @section @command{base32}: Transform data into printable data
2232 @pindex base32
2233 @cindex base32 encoding
2235 @command{base32} transforms data read from a file, or standard input,
2236 into (or from) base32 encoded form. The base32 encoded form uses
[all …]