Home | History | Annotate | Download | only in trunks

Lines Matching refs:string

21 #include <string>
95 bool NvramTest(const std::string& owner_password);
109 const std::string& key_authorization,
116 void GenerateRSAKeyPair(std::string* modulus,
117 std::string* prime_factor,
118 std::string* public_key);
123 bool VerifyRSASignature(const std::string& public_key,
124 const std::string& data,
125 const std::string& signature);
129 bool LoadSigningKey(ScopedKeyHandle* key_handle, std::string* public_key);
134 const std::string& public_key,