| /packages/modules/Bluetooth/system/gd/security/ |
| D | ecdh_keys.cc | 56 std::array<uint8_t, 32> private_key = GenerateRandom<32>(); in GenerateECDHKeyPair() local 80 uint32_t private_key[8]; in ComputeDHKey() local
|
| D | initial_informations.h | 67 std::array<uint8_t, 32> private_key; member
|
| /packages/modules/Virtualization/service_vm/demo_apk/src/ |
| D | main.rs | 77 let private_key = res.private_key()?; in try_main() localVariable 121 fn private_key(&self) -> Result<Box<[u8]>> { in private_key() method 178 let mut private_key = vec![0u8; size]; in get_private_key() localVariable
|
| /packages/modules/Virtualization/compos/compos_key_helper/ |
| D | compos_key.h | 33 PrivateKey private_key; member
|
| D | compos_key.cpp | 37 Result<Signature> sign(const PrivateKey& private_key, const uint8_t* data, size_t data_size) { in sign()
|
| /packages/modules/adb/crypto/ |
| D | rsa_2048_key.cpp | 28 bool CalculatePublicKey(std::string* out, RSA* private_key) { in CalculatePublicKey()
|
| /packages/modules/Virtualization/service_vm/test_apk/src/native/ |
| D | main.rs | 198 fn private_key(&self) -> Result<Box<[u8]>> { in private_key() method 210 let private_key = self.private_key()?; in log() localVariable 269 let mut private_key = vec![0u8; size]; in get_private_key() localVariable
|
| /packages/modules/Virtualization/libs/dice/sample_inputs/tests/ |
| D | api_test.rs | 139 let private_key = derive_cdi_leaf_priv(&dice_artifacts).unwrap(); in cdi_leaf_priv_corresponds_to_leaf_public_key_in_dice_chain() localVariable
|
| /packages/modules/Virtualization/libs/dice/open_dice/src/ |
| D | ops.rs | 76 let mut private_key = PrivateKey::default(); localVariable
|
| /packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/ |
| D | hpke_jni.cc | 117 jbyte* private_key = env->GetByteArrayElements(privateKey, 0); in Java_com_android_federatedcompute_services_encryption_jni_HpkeJni_decrypt() local
|
| /packages/modules/AdServices/adservices/service-core/jni/cpp/ |
| D | hpke_jni.cpp | 117 jbyte* private_key = env->GetByteArrayElements(privateKey, 0); in Java_com_android_adservices_HpkeJni_decrypt() local
|
| /packages/modules/Virtualization/service_vm/client_vm_csr/src/ |
| D | lib.rs | 48 pub private_key: Zeroizing<Vec<u8>>, field 65 let private_key = attestation_key.private_key_to_der()?; in generate_attestation_key_and_csr() localVariable
|
| /packages/modules/Virtualization/vm_payload/src/ |
| D | lib.rs | 415 let private_key = &res.privateKey; in AVmAttestationResult_getPrivateKey() localVariable 488 let private_key = EcKey::private_key_from_der(der_encoded_ec_private_key)?; in try_ecdsa_sign() localVariable
|
| /packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
| D | ffi.rs | 128 let private_key = unsafe { CStr::from_ptr(private_key) }.to_str().unwrap(); in frontend_set_private_key() localVariable
|
| D | dns_https_frontend.rs | 73 private_key: String, field
|
| /packages/modules/Virtualization/service_vm/requests/src/ |
| D | keyblob.rs | 103 let private_key = key_blob.decrypt_private_key(kek_secret)?; in decrypt_private_key() localVariable
|
| D | client_vm.rs | 106 let private_key = in request_attestation() localVariable
|
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/ |
| D | context.rs | 33 private_key: RefCell<Option<PrivateKey>>, field
|
| /packages/modules/DnsResolver/tests/dns_responder/ |
| D | dns_tls_frontend.cpp | 86 bssl::UniquePtr<RSA> private_key(stringToRSAPrivateKey(kPrivatekey)); in startServer() local
|
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
| D | secure_simple_pairing.rs | 416 let private_key = in initiate() localVariable 679 let private_key = match peer_public_key { in respond() localVariable
|
| /packages/modules/Bluetooth/system/stack/smp/ |
| D | smp_keys.cc | 724 BT_OCTET32 private_key; in smp_process_private_key() local 757 BT_OCTET32 private_key; in smp_compute_dhkey() local
|
| D | smp_int.h | 303 BT_OCTET32 private_key; variable
|