Searched refs:cert_ref (Results 1 – 2 of 2) sorted by relevance
2114 SecCertificateRef cert_ref; in PlatformClientAuthHandler() local2116 cert_ref = that->ssl_config_.client_cert->os_cert_handle(); in PlatformClientAuthHandler()2118 cert_ref = reinterpret_cast<SecCertificateRef>( in PlatformClientAuthHandler()2121 os_error = SecCertificateGetData(cert_ref, &cert_data); in PlatformClientAuthHandler()
434 SecCertificateRef cert_ref = reinterpret_cast<SecCertificateRef>( in GetServerCert() local436 intermediate_ca_certs.push_back(cert_ref); in GetServerCert()