Home
last modified time | relevance | path

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

/external/srtp/crypto/math/
Ddatatypes.c98 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()
/external/srtp/crypto/test/
Drand_gen.c56 #define BUF_LEN (MAX_PRINT_STRING_LEN/2)
/external/srtp/crypto/include/
Ddatatypes.h115 #define MAX_PRINT_STRING_LEN 1024 macro