Home
last modified time | relevance | path

Searched defs:curve_id (Results 1 – 25 of 30) sorted by relevance

12

/external/private-join-and-compute/private_join_and_compute/util/
Dec_key_util.cc25 Status GenerateEcKey(int curve_id, absl::string_view ec_key_filename) { in GenerateEcKey()
35 StatusOr<BigNum> DeserializeEcKey(Context* context, int curve_id, in DeserializeEcKey()
Delgamal_key_util.cc37 Status GenerateElGamalKeyPair(int curve_id, absl::string_view pub_key_filename, in GenerateElGamalKeyPair()
57 int curve_id, const std::vector<std::string>& shares_filenames, in ComputeJointElGamalPublicKey()
/external/private-join-and-compute/private_join_and_compute/crypto/
Dcommutative_elgamal.cc49 CommutativeElGamal::CreateWithNewKeyPair(int curve_id) { in CreateWithNewKeyPair()
61 int curve_id, const std::pair<std::string, std::string>& public_key_bytes) { in CreateFromPublicKey()
77 int curve_id, const std::pair<std::string, std::string>& public_key_bytes, in CreateFromPublicAndPrivateKeys()
Dec_commutative_cipher.cc64 ECCommutativeCipher::CreateWithNewKey(int curve_id, HashType hash_type) { in CreateWithNewKey()
76 ECCommutativeCipher::CreateFromKey(int curve_id, absl::string_view key_bytes, in CreateFromKey()
93 ECCommutativeCipher::CreateWithKeyFromSeed(int curve_id, in CreateWithKeyFromSeed()
Dec_key.proto28 optional int32 curve_id = 1; field
Dec_group.cc32 StatusOr<ECGroup::ECGroupPtr> CreateGroup(int curve_id) { in CreateGroup()
126 StatusOr<ECGroup> ECGroup::Create(int curve_id, Context* context) { in Create()
201 int curve_id = GetCurveId(); in GetPointByHashingToCurveSswuRo() local
Dec_point_util.cc35 StatusOr<std::unique_ptr<ECPointUtil>> ECPointUtil::Create(int curve_id) { in Create()
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DEllipticCurvesHelloExtension.java41 int curve_id = in.readUnsignedShort(); in parseData() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DEllipticCurvesHelloExtension.java43 int curve_id = in.readUnsignedShort(); in parseData() local
/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_crypto_lib.c238 int curve_id; in crypto_convert_pk() local
318 int curve_id; in crypto_verify_signature() local
/external/trusty/arm-trusted-firmware/tools/cert_create/src/
Dkey.c134 static int key_create_ecdsa(cert_key_t *key, int key_bits, const int curve_id) in key_create_ecdsa()
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/
Dkeymaster_types.proto92 uint32 curve_id = 1; field
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster_types.proto92 uint32 curve_id = 1; field
/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
Delliptic_curve.py389 def curve_id(self): member in ECKey
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc577 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_wolfssl.c1645 int curve_id; member
1654 int curve_id = crypto_ec_group_2_id(group); in crypto_ec_init() local
2707 int curve_id = crypto_ec_group_2_id(group); in crypto_ec_key_set_pub() local
2853 int curve_id = crypto_ec_group_2_id(group); in crypto_ec_key_gen() local
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dbssl_shim.cc632 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
/external/cronet/tot/third_party/boringssl/src/ssl/test/
Dbssl_shim.cc632 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
/external/boringssl/src/ssl/test/
Dbssl_shim.cc609 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
/external/kernel-headers/original/uapi/linux/
Dvirtio_crypto.h213 __le32 curve_id; member
/external/rust/android-crates-io/crates/quiche/src/
Dtls.rs647 let curve_id = SSL_get_curve_id(self.as_ptr()); in curve() localVariable
/external/gsc-utils/tpm_generated/
Dtpm_generated.h1452 TPM_ECC_CURVE curve_id = {}; member
1528 TPMI_ECC_CURVE curve_id = {}; member
/external/cronet/tot/third_party/boringssl/src/ssl/
Dssl_lib.cc3237 const char *SSL_get_curve_name(uint16_t curve_id) { in SSL_get_curve_name()
/external/cronet/stable/third_party/boringssl/src/ssl/
Dssl_lib.cc3237 const char *SSL_get_curve_name(uint16_t curve_id) { in SSL_get_curve_name()
/external/boringssl/src/ssl/
Dssl_lib.cc3113 const char *SSL_get_curve_name(uint16_t curve_id) { in SSL_get_curve_name()

12