Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c1071 char b64[BASE64_LENGTH (DIGEST_BIN_BYTES) + 1]; in output_file() local
1073 b64, sizeof b64); in output_file()
1074 fputs (b64, stdout); in output_file()
1101 char b64[BASE64_LENGTH (DIGEST_BIN_BYTES) + 1]; in b64_equal() local
1102 base64_encode ((char const *) bin_buffer, digest_length / 8, b64, sizeof b64); in b64_equal()
1103 return memcmp (b64_digest, b64, b64_n_bytes + 1) == 0; in b64_equal()