Home
last modified time | relevance | path

Searched defs:public_key (Results 1 – 24 of 24) sorted by relevance

/system/security/mls/mls-rs-crypto-boringssl/src/
Deddsa.rs88 let public_key = private_key.to_public(); in signature_key_generate() localVariable
156 let public_key = ed25519::PublicKey::from_bytes( in verify() localVariable
221 let public_key = ed25519.signature_key_derive_public(&private_key).unwrap(); in sign_verify() localVariable
253 let public_key = SignaturePublicKey::from( in verify_invalid_sig() localVariable
Decdh.rs169 let public_key = HpkePublicKey::from( in dh() localVariable
186 let public_key = HpkePublicKey::from( in dh_invalid_key() localVariable
244 let public_key = HpkePublicKey::from( in public_key_validate() localVariable
Dlib.rs480 let public_key = HpkePublicKey::from( in kem_public_key_validate() localVariable
672 let public_key = crypto.signature_key_derive_public(&private_key).unwrap(); in sign_verify() localVariable
Dhpke.rs409 let public_key = HpkePublicKey::from( in dh_kem_public_key_validate() localVariable
/system/update_engine/payload_generator/
Dpayload_signer_unittest.cc133 string public_key; in TEST_F() local
145 string public_key; in TEST_F() local
Dgenerate_delta_main.cc146 int VerifySignedPayload(const string& in_file, const string& public_key) { in VerifySignedPayload()
Dpayload_signer.cc258 string public_key; in VerifySignedPayload() local
/system/update_engine/payload_consumer/
Dpayload_verifier.cc152 for (const auto& public_key : public_keys_) { in VerifyRawSignature() local
197 const EVP_PKEY* public_key, in GetRawHashFromSignature()
Dcertificate_parser_android.cc104 std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)> public_key( in ReadPublicKeysFromCertificates() local
Ddelta_performer.cc1069 string public_key; in CreatePayloadVerifier() local
Ddelta_performer_integration_test.cc373 string public_key; in SignGeneratedShellPayload() local
Ddelta_performer_unittest.cc1020 string public_key; in TEST_F() local
/system/security/keystore2/src/
Dec_crypto.rs46 pub fn public_key(&self) -> Result<Vec<u8>> { in public_key() method
Dsuper_key.rs643 let public_key = key_entry in encrypt_with_hybrid_super_key() localVariable
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto54 optional bytes public_key = 3; field
/system/security/keystore2/src/fuzzers/
Dkeystore2_unsafe_fuzzer.rs171 let public_key = check_ecpoint.unwrap(); localVariable
/system/keymaster/tests/
Dnist_curve_key_exchange_test.cpp106 uint8_t* public_key = new uint8_t[public_key_len]; in TEST() local
/system/security/ondevice-signing/
DCertUtils.cpp96 bssl::UniquePtr<EVP_PKEY> public_key(EVP_PKEY_new()); in modulusToRsaPkey() local
/system/apex/apexd/
Dapex_file_repository_test.cpp280 auto public_key = instance.GetPublicKey("com.android.apex.test_package"); in TEST() local
315 auto public_key = instance.GetPublicKey("com.android.apex.compressed"); in TEST() local
597 std::string public_key; member
797 std::string public_key; in TEST_F() local
Dapex_file.cpp270 const std::string& public_key) { in VerifyVbMeta()
Dapexd.cpp521 auto public_key = instance.GetPublicKey(apex.GetManifest().name()); in MountPackageImpl() local
891 auto public_key = instance.GetPublicKey(apex_file.GetManifest().name()); in VerifyPackageBoot() local
Dapexd_test.cpp918 const std::string& public_key = "", in AddBlockApex()
934 const std::string& public_key, in AddToMetadata()
/system/security/keystore2/tests/
Dkeystore2_client_import_keys_tests.rs127 let public_key = cert.public_key().unwrap(); in build_secure_key_wrapper() localVariable
/system/gsid/
Dgsi_tool.cpp627 AvbPublicKey public_key; in Status() local