Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dec_key_factory.cpp123 uint8_t pub_key[ED25519_PUBLIC_KEY_LEN]; in GenerateKey() local
131 uint8_t pub_key[X25519_PUBLIC_VALUE_LEN]; in GenerateKey() local
Decdh_operation.cpp109 uint8_t pub_key[X25519_PUBLIC_VALUE_LEN]; in Finish() local
/system/update_engine/payload_consumer/
Dpayload_verifier.cc63 auto pub_key = std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>( in CreateInstance() local
/system/authgraph/hal/src/
Dlib.rs127 let pub_key = match aidl.pubKey { in try_fromm() localVariable
/system/authgraph/boringssl/src/
Dec.rs229 let pub_key = coset::CoseKeyBuilder::new_ec2_pub_key(curve, x, y).algorithm(algorithm).build(); in create_nist_key_pair() localVariable
240 let pub_key = coset::CoseKeyBuilder::new_okp_key() localVariable
/system/keymint/common/src/crypto/
Drsa.rs129 let pub_key = rsa.subject_public_key(self)?; in subject_public_key_info() localVariable
Dec.rs203 let pub_key = ec.subject_public_key(self)?; in public_cose_key() localVariable
/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/keystore-engine/
Dkeystore2_engine.cpp351 bssl::UniquePtr<EVP_PKEY> pub_key(X509_get_pubkey(decoded_cert.get())); in extractPubKey() local
/system/keymaster/legacy_support/
Dkeymaster1_engine.cpp355 unique_ptr<uint8_t, Malloc_Delete> pub_key(const_cast<uint8_t*>(export_data.data)); in GetKeymaster1PublicKey() 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/authgraph/wire/src/
Dlib.rs117 pub pub_key: Option<Vec<u8>>, // PlainPubKey.cddl field
/system/security/keystore2/tests/
Dkeystore2_client_test_utils.rs299 let pub_key = cert.public_key().unwrap(); in perform_sample_asym_sign_verify_op() localVariable
/system/authgraph/core/src/
Dkeyexchange.rs735 let pub_key = in decode_peer_info() localVariable
Dkey.rs123 pub pub_key: EcExchangeKeyPub, field