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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c105 #define MIN_KEY_LENGTH 512 macro
636 if (newkey < MIN_KEY_LENGTH
640 MIN_KEY_LENGTH, newkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c105 #define MIN_KEY_LENGTH 512 macro
636 if (newkey < MIN_KEY_LENGTH
640 MIN_KEY_LENGTH, newkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c103 #define MIN_KEY_LENGTH 384 macro
750 if (newkey < MIN_KEY_LENGTH && (pkey_type == TYPE_RSA || pkey_type == TYPE_DSA))
753 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);

Completed in 55 milliseconds