Searched refs:MIN_LENGTH (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_lib.c74 #define MIN_LENGTH 4 macro
110 if (j < MIN_LENGTH)
112 fprintf(stderr,"phrase is too short, needs to be at least %d chars\n",MIN_LENGTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_lib.c79 #define MIN_LENGTH 4 macro
108 i = EVP_read_pw_string_min(buf, MIN_LENGTH, num, prompt, w);
115 if (j < MIN_LENGTH) {
118 MIN_LENGTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem_lib.c79 #define MIN_LENGTH 4 macro
108 i = EVP_read_pw_string_min(buf, MIN_LENGTH, num, prompt, w);
115 if (j < MIN_LENGTH) {
118 MIN_LENGTH);

Completed in 117 milliseconds