Home
last modified time | relevance | path

Searched refs:public_key_len (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/
Dnist_curve_key_exchange_test.cpp107 size_t public_key_len = (field_len * 2) + 1; in TEST() local
108 uint8_t* public_key = new uint8_t[public_key_len]; in TEST()
109 public_key_len = EC_POINT_point2oct(group, point_at_infinity, POINT_CONVERSION_UNCOMPRESSED, in TEST()
110 public_key, public_key_len, nullptr /* ctx */); in TEST()
120 public_key_len, &computed_shared_secret)); in TEST()