HomeSort by relevance Sort by last modified time
    Searched refs:public_value (Results 1 - 7 of 7) sorted by null

  /system/keymaster/
key_exchange.h 44 * public_value writes to |public_value| the local public key which can be
47 virtual bool public_value(Buffer* public_value) const = 0;
nist_curve_key_exchange.h 56 bool public_value(Buffer* public_value) const override;
ecies_kem.cpp 96 if (!key_exchange_->public_value(output_encrypted_key)) {
150 Buffer public_value; local
151 if (!key_exchange_->public_value(&public_value)) {
161 z.Reinitialize(public_value.peek_read(), public_value.available_read());
nist_curve_key_exchange.cpp 120 bool NistCurveKeyExchange::public_value(Buffer* public_value) const { function in class:keymaster::NistCurveKeyExchange
122 return public_value->Reinitialize(public_key_.get(), public_key_len_);
ecies_kem_test.cpp 55 ASSERT_TRUE(key_exchange->public_value(&peer_public_value));
nist_curve_key_exchange_test.cpp 53 ASSERT_TRUE(alice_keyex->public_value(&alice_public_value));
55 ASSERT_TRUE(bob_keyex->public_value(&bob_public_value));
  /external/libchrome/crypto/third_party/nss/
chromium-nss.h 66 SECItem* public_value,

Completed in 428 milliseconds