Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/tests/
Dtest_crypto.cc15 crypto_interface_(NULL) { in TestCrypto()
19 crypto_interface_ = static_cast<const PPB_Crypto_Dev*>( in Init()
21 return !!crypto_interface_; in Init()
32 crypto_interface_->GetRandomBytes(buf, kBufSize); in TestGetRandomBytes()
Dtest_crypto.h25 const PPB_Crypto_Dev* crypto_interface_; variable