HomeSort by relevance Sort by last modified time
    Searched refs:MIN_KEY_LENGTH (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 103 #define MIN_KEY_LENGTH 384
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);
    [all...]
  /external/openssl/apps/
req.c 103 #define MIN_KEY_LENGTH 384
660 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA))
663 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);
    [all...]

Completed in 227 milliseconds