Searched refs:FindPrivateKey (Results 1 – 4 of 4) sorted by relevance
53 crypto::RSAPrivateKey* FindPrivateKey(const std::vector<uint8>& key);161 crypto::RSAPrivateKey* OwnerKeyUtilsImpl::FindPrivateKey( in FindPrivateKey() function in chromeos::OwnerKeyUtilsImpl
33 MOCK_METHOD1(FindPrivateKey,
68 virtual crypto::RSAPrivateKey* FindPrivateKey(
76 private_key_.reset(utils_->FindPrivateKey(public_key_)); in EnsurePrivateKey()