Searched refs:DH_check (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/man3/ |
D | DH_generate_parameters.pod | 6 DH_check, DH_check_params, 17 int DH_check(DH *dh, int *codes); 57 DH_check(). 78 DH_check() confirms that the Diffie-Hellman parameters B<dh> are valid. The 115 DH_check() and DH_check_params() respectively, but the error reasons are added 121 DH_generate_parameters_ex(), DH_check() and DH_check_params() return 1
|
/third_party/openssl/test/ |
D | dhtest.c | 66 if (!TEST_true(DH_check(dh, &i))) in dh_test() 134 if (!TEST_false(DH_check(dh, &i))) in dh_test() 151 if (!TEST_true(DH_check(a, &i))) in dh_test() 649 if (!DH_check(a, &i)) in rfc7919_test()
|
/third_party/openssl/crypto/dh/ |
D | dh_check.c | 77 if (!DH_check(dh, &errflags)) in DH_check_ex() 98 int DH_check(const DH *dh, int *ret) in DH_check() function
|
/third_party/openssl/apps/ |
D | dhparam.c | 269 if (!DH_check(dh, &i)) { in dhparam_main()
|
/third_party/openssl/include/openssl/ |
D | dh.h | 152 int DH_check(const DH *dh, int *codes);
|
/third_party/openssl/ |
D | NEWS | 8 o Fix DH_check() excessive time with over sized modulus (CVE-2023-3446) 85 o Changed DH_check to accept parameters with order q and 2q subgroups
|
D | CHANGES | 11 The function DH_check() performs various checks on DH parameters. After 18 If DH_check() is called with such q parameter value, 25 *) Fix DH_check() excessive time with over sized modulus 27 The function DH_check() performs various checks on DH parameters. One of 32 However the DH_check() function checks numerous aspects of the key or 36 A new limit has been added to DH_check of 32,768 bits. Supplying a 37 key/parameters with a modulus over this size will simply cause DH_check() 635 *) Changed DH_check to accept parameters with order q and 2q subgroups. 11445 *) Diffie-Hellman uses "safe" primes: DH_check() return code renamed to
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1201 #define DH_check BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DH_check) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 405 DH_F_DH_CHECK:126:DH_check
|
/third_party/node/src/ |
D | node_crypto.cc | 5531 if (!DH_check(dh_.get(), &codes)) in VerifyContext()
|
/third_party/openssl/util/ |
D | libcrypto.num | 2397 DH_check 2367 1_1_0 EXIST::FUNCTION:DH
|