Searched refs:MAX_PRINT_STRING_LEN (Results 1 – 3 of 3) sorted by relevance
98 char bit_string[MAX_PRINT_STRING_LEN];116 if (length > MAX_PRINT_STRING_LEN) in octet_string_hex_string()117 length = MAX_PRINT_STRING_LEN-1; in octet_string_hex_string()
56 #define BUF_LEN (MAX_PRINT_STRING_LEN/2)
115 #define MAX_PRINT_STRING_LEN 1024 macro