/external/private-join-and-compute/private_join_and_compute/util/ |
D | ec_key_util.cc | 25 Status GenerateEcKey(int curve_id, absl::string_view ec_key_filename) { in GenerateEcKey() 35 StatusOr<BigNum> DeserializeEcKey(Context* context, int curve_id, in DeserializeEcKey()
|
D | elgamal_key_util.cc | 37 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/ |
D | commutative_elgamal.cc | 49 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()
|
D | ec_commutative_cipher.cc | 64 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()
|
D | ec_key.proto | 28 optional int32 curve_id = 1; field
|
D | ec_group.cc | 32 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
|
D | ec_point_util.cc | 35 StatusOr<std::unique_ptr<ECPointUtil>> ECPointUtil::Create(int curve_id) { in Create()
|
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/ |
D | EllipticCurvesHelloExtension.java | 41 int curve_id = in.readUnsignedShort(); in parseData() local
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/ |
D | EllipticCurvesHelloExtension.java | 43 int curve_id = in.readUnsignedShort(); in parseData() local
|
/external/trusty/arm-trusted-firmware/plat/st/common/ |
D | stm32mp_crypto_lib.c | 238 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/ |
D | key.c | 134 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/ |
D | keymaster_types.proto | 92 uint32 curve_id = 1; field
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster_types.proto | 92 uint32 curve_id = 1; field
|
/external/private-join-and-compute/private_join_and_compute/py/crypto_util/ |
D | elliptic_curve.py | 389 def curve_id(self): member in ECKey
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 577 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_wolfssl.c | 1645 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/ |
D | bssl_shim.cc | 632 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 632 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 609 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_crypto.h | 213 __le32 curve_id; member
|
/external/rust/android-crates-io/crates/quiche/src/ |
D | tls.rs | 647 let curve_id = SSL_get_curve_id(self.as_ptr()); in curve() localVariable
|
/external/gsc-utils/tpm_generated/ |
D | tpm_generated.h | 1452 TPM_ECC_CURVE curve_id = {}; member 1528 TPMI_ECC_CURVE curve_id = {}; member
|
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | ssl_lib.cc | 3237 const char *SSL_get_curve_name(uint16_t curve_id) { in SSL_get_curve_name()
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | ssl_lib.cc | 3237 const char *SSL_get_curve_name(uint16_t curve_id) { in SSL_get_curve_name()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.cc | 3113 const char *SSL_get_curve_name(uint16_t curve_id) { in SSL_get_curve_name()
|