Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Decdh_keys.cc55 std::array<uint8_t, 32> private_key = GenerateRandom<32>(); in GenerateECDHKeyPair() local
79 uint32_t private_key[8]; in ComputeDHKey() local
Dinitial_informations.h71 std::array<uint8_t, 32> private_key; member
/packages/modules/Virtualization/compos/compos_key_helper/
Dcompos_key.h30 PrivateKey private_key; member
Dcompos_key.cpp51 Result<Signature> sign(const PrivateKey& private_key, const uint8_t* data, size_t data_size) { in sign()
/packages/modules/adb/crypto/
Drsa_2048_key.cpp28 bool CalculatePublicKey(std::string* out, RSA* private_key) { in CalculatePublicKey()
/packages/modules/DnsResolver/tests/doh/src/
Dffi.rs116 let private_key = CStr::from_ptr(private_key).to_str().unwrap(); in frontend_set_private_key() localVariable
Ddns_https_frontend.rs74 private_key: String, field
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/test/
Dcontext.rs21 private_key: RefCell<Option<PrivateKey>>, field
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_tls_frontend.cpp90 bssl::UniquePtr<RSA> private_key(stringToRSAPrivateKey(kPrivatekey)); in startServer() local
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/procedure/
Dsecure_simple_pairing.rs388 let private_key = in initiate() localVariable
569 let private_key = match peer_public_key { in respond() localVariable
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc711 BT_OCTET32 private_key; in smp_process_private_key() local
744 BT_OCTET32 private_key; in smp_compute_dhkey() local
Dsmp_int.h258 BT_OCTET32 private_key; member
/packages/modules/Connectivity/nearby/service/proto/src/fastpair/
Drpcs.proto183 bytes private_key = 1; field