| /system/keymaster/km_openssl/ |
| D | ec_key_factory.cpp | 123 uint8_t pub_key[ED25519_PUBLIC_KEY_LEN]; in GenerateKey() local 131 uint8_t pub_key[X25519_PUBLIC_VALUE_LEN]; in GenerateKey() local
|
| D | ecdh_operation.cpp | 109 uint8_t pub_key[X25519_PUBLIC_VALUE_LEN]; in Finish() local
|
| /system/update_engine/payload_consumer/ |
| D | payload_verifier.cc | 63 auto pub_key = std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>( in CreateInstance() local
|
| /system/authgraph/hal/src/ |
| D | lib.rs | 127 let pub_key = match aidl.pubKey { in try_fromm() localVariable
|
| /system/authgraph/boringssl/src/ |
| D | ec.rs | 229 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/ |
| D | rsa.rs | 129 let pub_key = rsa.subject_public_key(self)?; in subject_public_key_info() localVariable
|
| D | ec.rs | 203 let pub_key = ec.subject_public_key(self)?; in public_cose_key() localVariable
|
| /system/hardware/interfaces/wifi/keystore/1.0/default/ |
| D | keystore.cpp | 197 std::optional<std::vector<uint8_t>> pub_key(extractPubKey(*response.metadata.certificate)); in keyStore2GetPubKey() local
|
| /system/security/keystore-engine/ |
| D | keystore2_engine.cpp | 351 bssl::UniquePtr<EVP_PKEY> pub_key(X509_get_pubkey(decoded_cert.get())); in extractPubKey() local
|
| /system/keymaster/legacy_support/ |
| D | keymaster1_engine.cpp | 355 unique_ptr<uint8_t, Malloc_Delete> pub_key(const_cast<uint8_t*>(export_data.data)); in GetKeymaster1PublicKey() local
|
| /system/security/keystore2/src/crypto/ |
| D | crypto.cpp | 222 int ECDHComputeKey(void* out, const EC_POINT* pub_key, const EC_KEY* priv_key) { in ECDHComputeKey()
|
| /system/authgraph/wire/src/ |
| D | lib.rs | 117 pub pub_key: Option<Vec<u8>>, // PlainPubKey.cddl field
|
| /system/security/keystore2/tests/ |
| D | keystore2_client_test_utils.rs | 299 let pub_key = cert.public_key().unwrap(); in perform_sample_asym_sign_verify_op() localVariable
|
| /system/authgraph/core/src/ |
| D | keyexchange.rs | 735 let pub_key = in decode_peer_info() localVariable
|
| D | key.rs | 123 pub pub_key: EcExchangeKeyPub, field
|