Searched refs:MAX_PRINT_STRING_LEN (Results 1 – 4 of 4) sorted by relevance
52 char bit_string[MAX_PRINT_STRING_LEN + 1];155 if (length > MAX_PRINT_STRING_LEN) { in octet_string_hex_string()156 length = MAX_PRINT_STRING_LEN; in octet_string_hex_string()
47 #define MAX_PRINT_STRING_LEN 1024 macro
82 char bit_string[MAX_PRINT_STRING_LEN];100 if (length > MAX_PRINT_STRING_LEN) in srtp_octet_string_hex_string()101 length = MAX_PRINT_STRING_LEN - 2; in srtp_octet_string_hex_string()
117 #define MAX_PRINT_STRING_LEN 1024 macro