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

/external/openssl/apps/
H A Dreq.c103 #define MIN_KEY_LENGTH 384 macro
661 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA))
664 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);

Completed in 34 milliseconds