OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
Completed in 881 milliseconds