OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trust_ref
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
test_root_certs_mac.cc
75
OSStatus TestRootCerts::FixupSecTrustRef(SecTrustRef
trust_ref
) const {
97
status = SecTrustSetAnchorCertificates(
trust_ref
, temporary_roots_);
100
status = set_anchor_certificates_only(
trust_ref
, false);
105
status = SecTrustSetAnchorCertificates(
trust_ref
, NULL);
125
return SecTrustSetAnchorCertificates(
trust_ref
, scoped_roots);
test_root_certs.h
59
// Modifies the root certificates of |
trust_ref
| to include the
61
// does not modify |
trust_ref
|.
62
OSStatus FixupSecTrustRef(SecTrustRef
trust_ref
) const;
x509_certificate_mac.cc
389
SecTrustRef
trust_ref
= NULL;
local
390
result = SecTrustCreateWithCertificates(input_certs, ssl_policy, &
trust_ref
);
393
ScopedCFTypeRef<SecTrustRef> trust(
trust_ref
);
820
SecTrustRef
trust_ref
= NULL;
local
822
&
trust_ref
);
825
ScopedCFTypeRef<SecTrustRef> scoped_trust_ref(
trust_ref
);
828
status = TestRootCerts::GetInstance()->FixupSecTrustRef(
trust_ref
);
[
all
...]
Completed in 36 milliseconds