Searched defs:MapSecurityError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc96 int MapSecurityError(int err) { function in namespace:net::__anon9070
146 int net_error = MapSecurityError(err);
899 return MapSecurityError(err);
H A Dcert_verify_proc_win.cc72 int MapSecurityError(SECURITY_STATUS err) { function in namespace:net::__anon9073
650 return MapSecurityError(GetLastError());
680 return MapSecurityError(GetLastError());
700 return MapSecurityError(GetLastError());
725 return MapSecurityError(GetLastError());
772 return MapSecurityError(GetLastError());
777 MapSecurityError(policy_status.dwError));

Completed in 103 milliseconds