Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Dutil.c52 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()
Dutil.h47 #define MAX_PRINT_STRING_LEN 1024 macro
/external/libsrtp2/crypto/math/
Ddatatypes.c82 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()
/external/libsrtp2/crypto/include/
Ddatatypes.h117 #define MAX_PRINT_STRING_LEN 1024 macro