Searched refs:digest_hex_bytes (Results 1 – 1 of 1) sorted by relevance
180 static size_t digest_hex_bytes; variable659 if (len == digest_hex_bytes) in valid_digits()661 for (idx_t i = 0; i < digest_hex_bytes; i++) in valid_digits()829 digest_hex_bytes = digest_length / 4; in split_3()858 digest_hex_bytes = 0; in split_3()860 digest_hex_bytes++; in split_3()861 if (digest_hex_bytes < 2 || digest_hex_bytes % 2 in split_3()862 || BLAKE2B_MAX_LEN * 2 < digest_hex_bytes) in split_3()864 digest_length = digest_hex_bytes * 4; in split_3()1079 for (size_t i = 0; i < (digest_hex_bytes / 2); ++i) in output_file()[all …]