Home
last modified time | relevance | path

Searched defs:pub_key (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_consumer/
Dpayload_verifier.cc64 auto pub_key = std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>( in CreateInstance() local
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp197 std::optional<std::vector<uint8_t>> pub_key(extractPubKey(*response.metadata.certificate)); in keyStore2GetPubKey() local
/system/security/keystore2/src/crypto/
Dcrypto.cpp222 int ECDHComputeKey(void* out, const EC_POINT* pub_key, const EC_KEY* priv_key) { in ECDHComputeKey()
/system/keymaster/legacy_support/
Dkeymaster1_engine.cpp352 unique_ptr<uint8_t, Malloc_Delete> pub_key(const_cast<uint8_t*>(export_data.data)); in GetKeymaster1PublicKey() local