Searched refs:MAX_LEN (Results 1 – 4 of 4) sorted by relevance
69 #define MAX_LEN 2500 macro225 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()
170 #define MAX_LEN 8 macro171 #define MAX_WEIGHT (1 << MAX_LEN)
2520 const int MAX_LEN= 52; in TestDevanagariLatinRT() local2521 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() local2662 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() local2710 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()[all …]
351 #define MAX_LEN 256 macro520 char transcription[MAX_LEN];523 srec_get_top_choice_transcription(recm, transcription, MAX_LEN, 1);