Searched refs:peer_public_value_len (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
D | key_exchange.h | 40 virtual bool CalculateSharedKey(const uint8_t* peer_public_value, size_t peer_public_value_len,
|
D | kem.h | 42 virtual bool Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len,
|
D | nist_curve_key_exchange.h | 53 bool CalculateSharedKey(const uint8_t* peer_public_value, size_t peer_public_value_len,
|
D | ecies_kem.h | 44 bool Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len,
|
/system/keymaster/km_openssl/ |
D | nist_curve_key_exchange.cpp | 98 size_t peer_public_value_len, in CalculateSharedKey() argument 104 group, point.get(), peer_public_value, peer_public_value_len, in CalculateSharedKey()
|
D | ecies_kem.cpp | 82 bool EciesKem::Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len, in Encrypt() argument 91 if (!key_exchange_->CalculateSharedKey(peer_public_value, peer_public_value_len, in Encrypt()
|