Lines Matching refs:noErr
45 case noErr: in NetErrorFromOSStatus()
61 case noErr: in CertStatusFromOSStatus()
288 return noErr; in CreatePolicy()
366 return noErr; in CreateTrustPolicies()
432 return status == noErr && sanity_check; in IsValidOSCertHandle()
588 DCHECK_EQ(err, noErr); in AppendPublicKeyHashes()
1027 if(SecCertificateGetData(cert_handle_, &der_data) == noErr) { in GetDEREncoded()
1052 return SecCertificateGetData(a, &a_data) == noErr && in IsSameOSCert()
1053 SecCertificateGetData(b, &b_data) == noErr && in IsSameOSCert()
1070 if (status != noErr) in CreateOSCertHandleFromBytes()
1136 if (GetCertFields(cert_handle_, &fields) != noErr) in SupportsSSLClientAuth()
1229 if (SecIdentityCopyPreference(domain_str, 0, NULL, &identity) == noErr) in GetSSLClientCertificates()
1246 if (err != noErr) in GetSSLClientCertificates()