Searched refs:SignState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys_nss.cc162 class SignState : public NSSOperationState { class in namespace:chromeos::platform_keys::__anon3389
164 SignState(const std::string& public_key,
168 virtual ~SignState() {}
297 SignState::SignState(const std::string& public_key, function in class:chromeos::platform_keys::__anon3389::SignState
366 void RSASignOnWorkerThread(scoped_ptr<SignState> state) {
413 void RSASignWithDB(scoped_ptr<SignState> state, net::NSSCertDatabase* cert_db) {
585 scoped_ptr<SignState> state(
586 new SignState(public_key, hash_algorithm, data, callback));
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc271 typedef EncryptState SignState; typedef in namespace:content::__anon7555
499 void DoSignReply(scoped_ptr<SignState> state) {
503 void DoSign(scoped_ptr<SignState> passed_state) {
504 SignState* state = passed_state.get();
679 scoped_ptr<SignState> state(
680 new SignState(algorithm, key, data, data_size, result));

Completed in 1099 milliseconds