Home
last modified time | relevance | path

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

/external/openssl/crypto/srp/
Dsrp_vfy.c69 #define MAX_LEN 2500 macro
225 unsigned char tmp[MAX_LEN]; in SRP_user_pwd_set_sv()
228 if (strlen(s) > MAX_LEN || strlen(v) > MAX_LEN) in SRP_user_pwd_set_sv()
283 unsigned char tmp[MAX_LEN]; in SRP_gN_new_init()
531 unsigned char tmp[MAX_LEN]; in SRP_create_verifier()
532 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier()
612 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_BN()
/external/srtp/test/
Dlfsr.c170 #define MAX_LEN 8 macro
171 #define MAX_WEIGHT (1 << MAX_LEN)
/external/icu4c/test/intltest/
Dtranstst.cpp2520 const int MAX_LEN= 52; in TestDevanagariLatinRT() local
2521 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT()
2582 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT()
2651 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT()
2661 const int MAX_LEN=10; in TestTeluguLatinRT() local
2662 const char* const source[MAX_LEN] = { in TestTeluguLatinRT()
2675 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT()
2699 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT()
2709 const int MAX_LEN =16; in TestSanskritLatinRT() local
2710 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()
[all …]
/external/srec/srec/crec/
Dword_lattice.c351 #define MAX_LEN 256 macro
520 char transcription[MAX_LEN];
523 srec_get_top_choice_transcription(recm, transcription, MAX_LEN, 1);