Searched refs:RFC5114 (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/ffc/ |
D | ffc_dh.c | 32 # define RFC5114(name, uid, sz, tag) { \ macro 44 # define RFC5114(name, uid, sz, tag) { name, uid } macro 84 RFC5114("dh_1024_160", 1, 1024, 1024_160), 85 RFC5114("dh_2048_224", 2, 2048, 2048_224), 86 RFC5114("dh_2048_256", 3, 2048, 2048_256),
|
/third_party/openssl/doc/man1/ |
D | openssl-genpkey.pod.in | 275 RFC5114 names "dh_1024_160", "dh_2048_224", "dh_2048_256". 279 If this option is set, then the appropriate RFC5114 parameters are used 423 Generate 2048 bit X9.42 DH key with 256 bit subgroup using RFC5114 group3: 435 Output 2048 bit X9.42 DH parameters with 224 bit subgroup using RFC5114 group2:
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_ctrl.pod | 494 DH parameters to the values defined in RFC5114. The I<rfc5114> parameter must 495 be 1, 2 or 3 corresponding to RFC5114 sections 2.1, 2.2 and 2.3. or 0 to clear
|
/third_party/openssl/ |
D | CHANGES.md | 6463 to support use of 'q' parameter for RFC5114 parameters. 6467 * Add DH parameters from RFC5114 including test data to dhtest.
|