Home
last modified time | relevance | path

Searched defs:peer_public_value (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/keymaster/km_openssl/
H A Dnist_curve_key_exchange.cpp90 bool NistCurveKeyExchange::CalculateSharedKey(const Buffer& peer_public_value, in CalculateSharedKey()
97 bool NistCurveKeyExchange::CalculateSharedKey(const uint8_t* peer_public_value, in CalculateSharedKey()
H A Decies_kem.cpp75 bool EciesKem::Encrypt(const Buffer& peer_public_value, Buffer* output_clear_key, in Encrypt()
82 bool EciesKem::Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len, in Encrypt()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dkey_exchange.h66 void CalculateSharedKeyAsync(absl::string_view peer_public_value, in CalculateSharedKeyAsync()
H A Dcurve25519_key_exchange.cc66 absl::string_view peer_public_value, std::string* shared_key) const { in CalculateSharedKeySync()
H A Dp256_key_exchange.cc87 absl::string_view peer_public_value, std::string* shared_key) const { in CalculateSharedKeySync()
/aosp_15_r20/system/keymaster/tests/
H A Decies_kem_test.cpp53 Buffer peer_public_value; in TEST() local