Home
last modified time | relevance | path

Searched refs:EC_GROUP_order_bits (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c212 return EC_GROUP_order_bits(EC_KEY_get0_group(pkey->pkey.ec)); in ec_bits()
318 EC_GROUP_order_bits(group)) <= 0) in do_EC_KEY_print()
567 ecbits = EC_GROUP_order_bits(ecg); in ec_pkey_export_to()
H A Dec_key.c917 buf_len = (EC_GROUP_order_bits(eckey->group) + 7) / 8; in ossl_ec_key_simple_priv2oct()
H A Dec_lib.c458 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits() function
/third_party/openssl/crypto/ec/
H A Dec_ameth.c212 return EC_GROUP_order_bits(EC_KEY_get0_group(pkey->pkey.ec)); in ec_bits()
318 EC_GROUP_order_bits(group)) <= 0) in do_EC_KEY_print()
567 ecbits = EC_GROUP_order_bits(ecg); in ec_pkey_export_to()
H A Dec_key.c917 buf_len = (EC_GROUP_order_bits(eckey->group) + 7) / 8; in ossl_ec_key_simple_priv2oct()
H A Dec_lib.c458 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits() function
/third_party/node/deps/openssl/openssl/providers/common/
H A Dsecuritycheck.c122 strength = EC_GROUP_order_bits(group) / 2; in ossl_ec_check_key()
/third_party/openssl/providers/common/
H A Dsecuritycheck.c122 strength = EC_GROUP_order_bits(group) / 2; in ossl_ec_check_key()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs71 pub fn EC_GROUP_order_bits(group: *const EC_GROUP) -> c_int; in EC_GROUP_order_bits() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs94 /// [`EC_GROUP`]: https://www.openssl.org/docs/manmaster/man3/EC_GROUP_order_bits.html
242 #[corresponds(EC_GROUP_order_bits)]
245 unsafe { ffi::EC_GROUP_order_bits(self.as_ptr()) as u32 } in order_bits()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c222 ecbits = EC_GROUP_order_bits(ecg); in key_to_params()
665 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params()
670 ecbits = EC_GROUP_order_bits(ecg); in common_get_params()
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c222 ecbits = EC_GROUP_order_bits(ecg); in key_to_params()
665 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params()
670 ecbits = EC_GROUP_order_bits(ecg); in common_get_params()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c542 EC_GROUP_order_bits(group)) <= 0) in ec_to_text()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c542 EC_GROUP_order_bits(group)) <= 0) in ec_to_text()
/third_party/node/src/crypto/
H A Dcrypto_sig.cc127 bits = EC_GROUP_order_bits(ec_group); in ValidateDSAParameters()
H A Dcrypto_common.cc449 int bits = EC_GROUP_order_bits(group); in GetECGroup()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h251 int EC_GROUP_order_bits(const EC_GROUP *group);
/third_party/openssl/include/openssl/
H A Dec.h251 int EC_GROUP_order_bits(const EC_GROUP *group);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h186 int EC_GROUP_order_bits(const EC_GROUP *group);
/third_party/openssl/test/
H A Dectest.c2637 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_generator_test()
2794 || !TEST_true(BN_rand(k, EC_GROUP_order_bits(group) - 1, in custom_params_test()

Completed in 31 milliseconds