Searched refs:crypto_interface_ (Results 1 – 2 of 2) sorted by relevance
15 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()
25 const PPB_Crypto_Dev* crypto_interface_; variable