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

  /system/keymaster/
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_);

Completed in 38 milliseconds