Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/tests/
Dtest_platform_verification_private.cc28 pp::VarArrayBuffer challenge_array(256); in TestChallengePlatform() local
29 uint8_t* var_data = static_cast<uint8_t*>(challenge_array.Map()); in TestChallengePlatform()
30 for (uint32_t i = 0; i < challenge_array.ByteLength(); ++i) in TestChallengePlatform()
37 pp::Var(service_id_str), challenge_array, &signed_data, in TestChallengePlatform()