HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PRINT_STRING_LEN (Results 1 - 3 of 3) sorted by null

  /external/srtp/crypto/test/
rand_gen.c 51 * MAX_PRINT_STRING_LEN is defined in datatypes.h, and is the length
56 #define BUF_LEN (MAX_PRINT_STRING_LEN/2)
  /external/srtp/crypto/math/
datatypes.c 96 /* the value MAX_PRINT_STRING_LEN is defined in datatypes.h */
98 char bit_string[MAX_PRINT_STRING_LEN];
116 if (length > MAX_PRINT_STRING_LEN)
117 length = MAX_PRINT_STRING_LEN-1;
  /external/srtp/crypto/include/
datatypes.h 115 #define MAX_PRINT_STRING_LEN 1024

Completed in 1931 milliseconds