Searched refs:DH_check (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | DH_generate_parameters.pod | 6 DH_check, DH_check_params, 21 int DH_check(DH *dh, int *codes); 66 DH_check(). 95 DH_check() confirms that the Diffie-Hellman parameters B<dh> are valid. The 132 DH_check() and DH_check_params() respectively, but the error reasons are added 138 DH_generate_parameters_ex(), DH_check() and DH_check_params() return 1
|
/openssl-master/crypto/dh/ |
A D | dh_check.c | 115 if (!DH_check(dh, &errflags)) in DH_check_ex() 141 int DH_check(const DH *dh, int *ret) in DH_check() function
|
/openssl-master/test/ |
A D | dhtest.c | 76 if (!DH_check(dh, &i)) in dh_test() 141 if (!DH_check(a, &i)) in dh_test() 651 if (!DH_check(a, &i)) in rfc7919_test()
|
/openssl-master/include/openssl/ |
A D | dh.h | 220 OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 1066 Low-level validation functions such as L<DH_check(3)> have been informally 1291 DH_check(), DH_check_ex(), DH_check_params(), DH_check_params_ex(),
|
/openssl-master/ |
A D | NEWS.md | 167 * Changed DH_check to accept parameters with order q and 2q subgroups
|
A D | CHANGES.md | 1175 Previously generated DH parameters are still accepted by DH_check 1879 * Changed DH_check to accept parameters with order q and 2q subgroups. 16100 * Diffie-Hellman uses "safe" primes: DH_check() return code renamed to
|
/openssl-master/util/ |
A D | libcrypto.num | 2317 DH_check 2367 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
Completed in 43 milliseconds