Home
last modified time | relevance | path

Searched defs:private_key_proto (Results 1 – 12 of 12) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/util/
Delgamal_proto_util.cc45 ElGamalSecretKey private_key_proto; in SerializePrivateKey() local
61 Context* context, const ElGamalSecretKey& private_key_proto) { in DeserializePrivateKey()
/external/tink/cc/signature/
Dsignature_pem_keyset_reader.cc153 RsaSsaPssPrivateKey private_key_proto; in NewRsaSsaPrivateKey() local
192 RsaSsaPkcs1PrivateKey private_key_proto; in NewRsaSsaPkcs1PrivateKey() local
246 RsaSsaPssPrivateKey private_key_proto = private_key_proto_or.value(); in AddRsaSsaPrivateKey() local
260 RsaSsaPkcs1PrivateKey private_key_proto = NewRsaSsaPkcs1PrivateKey( in AddRsaSsaPrivateKey() local
Ded25519_proto_serialization_test.cc333 google::crypto::tink::Ed25519PrivateKey private_key_proto; in TEST_P() local
405 google::crypto::tink::Ed25519PrivateKey private_key_proto; in TEST_F() local
437 google::crypto::tink::Ed25519PrivateKey private_key_proto; in TEST_F() local
Dsignature_config_test.cc328 google::crypto::tink::Ed25519PrivateKey private_key_proto; in TEST_F() local
Dsignature_pem_keyset_reader_test.cc200 RsaSsaPssPrivateKey private_key_proto; in GetRsaSsaPssPrivateKeyProto() local
/external/private-join-and-compute/private_join_and_compute/crypto/dodis_yampolskiy_prf/
Ddy_verifiable_random_function_test.cc168 proto::DyVrfPrivateKey private_key_proto; in TEST_F() local
180 proto::DyVrfPrivateKey private_key_proto; in TEST_F() local
195 proto::DyVrfPrivateKey private_key_proto; in TEST_F() local
210 proto::DyVrfPrivateKey private_key_proto; in TEST_F() local
228 proto::DyVrfPrivateKey private_key_proto; in TEST_F() local
251 proto::DyVrfPrivateKey private_key_proto; in TEST_F() local
Ddy_verifiable_random_function.cc78 proto::DyVrfPrivateKey private_key_proto = in GenerateKeyPair() local
574 proto::DyVrfPrivateKey private_key_proto; in DyVrfPrivateKeyToProto() local
609 Context* ctx, const proto::DyVrfPrivateKey& private_key_proto) { in ParseDyVrfPrivateKeyProto()
Dbb_oblivious_signature.cc181 proto::BbObliviousSignaturePrivateKey private_key_proto; in GenerateKeys() local
/external/tink/cc/hybrid/internal/
Dhpke_test_util.cc176 google::crypto::tink::HpkePrivateKey private_key_proto; in CreateHpkePrivateKey() local
/external/private-join-and-compute/private_join_and_compute/crypto/
Dcamenisch_shoup.cc320 proto::CamenischShoupPrivateKey private_key_proto; in CamenischShoupPrivateKeyToProto() local
326 Context* ctx, const proto::CamenischShoupPrivateKey& private_key_proto) { in ParseCamenischShoupPrivateKeyProto()
444 const proto::CamenischShoupPrivateKey& private_key_proto) { in FromProto()
Dcamenisch_shoup_test.cc140 proto::CamenischShoupPrivateKey private_key_proto = in TEST_F() local
Dpaillier.cc450 const PaillierPrivateKey& private_key_proto) in PrivatePaillier()