Home | History | Annotate | Download | only in cros

Lines Matching refs:email

28   // Check whether or not |email| is present on the whitelist.
29 // If so, we return true and store the signature passed when |email| was
32 virtual bool CheckWhitelist(const std::string& email,
61 // Attempts to issue a signed async request to whitelist |email|.
62 // |signature| must by a SHA1 with RSA encryption signature over |email|
66 virtual bool WhitelistAsync(const std::string& email,
70 // Attempts to issue a signed async request to remove |email| from the
72 // |signature| must by a SHA1 with RSA encryption signature over |email|
76 virtual bool UnwhitelistAsync(const std::string& email,
86 // To determine if an email is white listed, you MUST use CheckWhitelist.
93 // potential email address changes over time).