Home
last modified time | relevance | path

Searched defs:out (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dbasenc.c310 char *restrict out, idx_t *outlen) in base64_decode_ctx_wrapper()
337 char *restrict out, idx_t outlen) in base64url_encode()
370 char *restrict out, idx_t *outlen) in base64url_decode_ctx_wrapper()
416 char *restrict out, idx_t *outlen) in base32_decode_ctx_wrapper()
474 char *restrict out, idx_t outlen) in base32hex_encode()
497 char *restrict out, idx_t *outlen) in base32hex_decode_ctx_wrapper()
629 char *restrict out, idx_t outlen) in base16_encode()
655 char *restrict out, idx_t *outlen) in base16_decode_ctx()
722 char *restrict out, idx_t outlen) in z85_encode()
819 char *restrict out, idx_t *outlen) in z85_decode_ctx()
[all …]
Dsort.c3882 size_t out; in merge() local
/coreutils/src/blake2/
Dblake2b-ref.c252 int blake2b_final( blake2b_state *S, void *out, size_t outlen ) in blake2b_final()
277 int blake2b( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen… in blake2b()
306 int blake2( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen … in blake2()
311 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash()