Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 13 of 13) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dnist_curve_key_exchange.h58 EC_KEY* private_key() { return private_key_.release(); } in private_key() function
/system/keymaster/km_openssl/
Decies_kem.cpp129 bool EciesKem::Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) { in Decrypt()
135 bool EciesKem::Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len, in Decrypt()
Dnist_curve_key_exchange.cpp28 NistCurveKeyExchange::NistCurveKeyExchange(EC_KEY* private_key, keymaster_error_t* error) in NistCurveKeyExchange()
/system/extras/verity/
Dgenerate_verity_key.c34 static int write_public_keyfile(RSA *private_key, const char *private_key_path) in write_public_keyfile()
/system/security/diced/open_dice/src/
Dops.rs70 let mut private_key = PrivateKey::default(); localVariable
/system/update_engine/payload_generator/
Dpayload_signer.cc205 auto private_key = std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>( in CreatePrivateKeyFromPath() local
216 auto private_key = CreatePrivateKeyFromPath(private_key_path); in GetMaximumSignatureSize() local
288 auto private_key = CreatePrivateKeyFromPath(private_key_path); in SignHash() local
/system/update_engine/
Ddownload_action_android_unittest.cc110 std::string private_key = in TEST_F() local
/system/security/keystore2/src/
Dec_crypto.rs41 pub fn private_key(&self) -> Result<ZVec> { in private_key() method
Ddatabase.rs632 pub private_key: ZVec, field
3497 let private_key: Vec<u8> = vec![0x04, 0x05, 0x06]; in test_add_unsigned_key() localVariable
/system/security/keystore2/src/fuzzers/
Dkeystore2_unsafe_fuzzer.rs170 let private_key = check_private_key.unwrap(); localVariable
/system/keymaster/tests/
Dnist_curve_key_exchange_test.cpp186 string private_key = hex2str(test.my_private_key); in TEST() local
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc541 const string private_key = in GenerateDeltaFile() local
Ddelta_performer_unittest.cc242 string private_key = in GeneratePayload() local