Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dnist_curve_key_exchange_test.cpp105 size_t public_key_len = (field_len * 2) + 1; in TEST() local
106 uint8_t* public_key = new uint8_t[public_key_len]; in TEST()
107 public_key_len = EC_POINT_point2oct(group, point_at_infinity, POINT_CONVERSION_UNCOMPRESSED, in TEST()
108 public_key, public_key_len, nullptr /* ctx */); in TEST()
118 public_key_len, &computed_shared_secret)); in TEST()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp539 std::string(chain_public_key_blob, chain_desc.public_key_len)); in GetChainPartitionInfo()