/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A 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()
|
H A 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()
|
H A 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
|
H A D | ec_key.proto | 28 optional int32 curve_id = 1; field
|
H A D | ec_point_util.cc | 35 StatusOr<std::unique_ptr<ECPointUtil>> ECPointUtil::Create(int curve_id) { in Create()
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/ |
H A D | EllipticCurvesHelloExtension.java | 41 int curve_id = in.readUnsignedShort(); in parseData() local
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/ |
H A D | EllipticCurvesHelloExtension.java | 43 int curve_id = in.readUnsignedShort(); in parseData() local
|
/aosp_15_r20/out/soong/.intermediates/external/private-join-and-compute/libpjc_crypto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/external/private-join-and-compute/private_join_and_compute/crypto/ |
D | ec_key.pb.h | 247 inline ::int32_t EcKeyProto::curve_id() const { in curve_id() function
|
/aosp_15_r20/out/soong/.intermediates/external/private-join-and-compute/libpjc_crypto/android_arm64_armv8-2a_cortex-a55_sdk_static_apex30/gen/proto/external/private-join-and-compute/private_join_and_compute/crypto/ |
D | ec_key.pb.h | 247 inline ::int32_t EcKeyProto::curve_id() const { in curve_id() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/cert_create/src/ |
D | key.c | 134 static int key_create_ecdsa(key_t *key, int key_bits, const int curve_id) in key_create_ecdsa()
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/ |
D | keymaster_types.proto | 92 uint32 curve_id = 1; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster_types.proto | 92 uint32 curve_id = 1; field
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | crypto_wolfssl.c | 1641 int curve_id; member 1650 int curve_id = crypto_ec_group_2_id(group); in crypto_ec_init() local 2703 int curve_id = crypto_ec_group_2_id(group); in crypto_ec_key_set_pub() local 2849 int curve_id = crypto_ec_group_2_id(group); in crypto_ec_key_gen() local
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/py/crypto_util/ |
H A D | elliptic_curve.py | 389 def curve_id(self): member in ECKey
|
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/ |
H A D | publickey.rs | 126 let curve_id = if crv == &Value::from(iana::EllipticCurve::Ed25519.to_i64()) { in pkey_from_okp_key() localVariable
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 577 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/ |
H A D | bssl_shim.cc | 628 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
|
/aosp_15_r20/external/boringssl/src/ssl/test/ |
H A D | bssl_shim.cc | 628 uint16_t curve_id = SSL_get_curve_id(ssl); in CheckHandshakeProperties() local
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/ |
H A D | virtio_crypto.h | 154 __le32 curve_id; member
|
/aosp_15_r20/bionic/libc/kernel/uapi/linux/ |
H A D | virtio_crypto.h | 154 __le32 curve_id; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/ |
H A D | virtio_crypto.h | 154 __le32 curve_id; member
|