OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsValidOSCertHandle
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cert/
x509_certificate_ios.cc
52
bool
IsValidOSCertHandle
(SecCertificateRef cert_handle) {
141
if (!
IsValidOSCertHandle
(cert_handle)) {
x509_certificate_mac.cc
140
bool
IsValidOSCertHandle
(SecCertificateRef cert_handle) {
194
if (
IsValidOSCertHandle
(cert)) {
355
if (!
IsValidOSCertHandle
(cert_handle)) {
/external/chromium/net/base/
x509_certificate_mac.cc
429
bool
IsValidOSCertHandle
(SecCertificateRef cert_handle) {
478
if (
IsValidOSCertHandle
(cert)) {
[
all
...]
Completed in 2130 milliseconds