Searched refs:localCert (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslContext.h142 SSLCertificate *localCert; member in struct:SSLContext
H A DtlsCallbacks.c66 if (myCtx->breakOnCertRequest && (myCtx->localCert==NULL))
H A DsslContext.c350 sslFree(ctx->localCert);
1476 * -- Get raw cert data, convert to ctx->localCert
1500 &ctx->localCert,
1507 tls_handshake_set_identity(ctx->hdsk, ctx->localCert, ctx->signingPrivKeyRef);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslContext.h142 SSLCertificate *localCert; member in struct:SSLContext
H A DtlsCallbacks.c66 if (myCtx->breakOnCertRequest && (myCtx->localCert==NULL))
H A DsslContext.c350 sslFree(ctx->localCert);
1476 * -- Get raw cert data, convert to ctx->localCert
1500 &ctx->localCert,
1507 tls_handshake_set_identity(ctx->hdsk, ctx->localCert, ctx->signingPrivKeyRef);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslContext.h142 SSLCertificate *localCert; member in struct:SSLContext
H A DtlsCallbacks.c66 if (myCtx->breakOnCertRequest && (myCtx->localCert==NULL))
H A DsslContext.c350 sslFree(ctx->localCert);
1476 * -- Get raw cert data, convert to ctx->localCert
1500 &ctx->localCert,
1507 tls_handshake_set_identity(ctx->hdsk, ctx->localCert, ctx->signingPrivKeyRef);
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-private.h224 PCCERT_CONTEXT localCert, /* Local certificate */ member in struct:_http_sspi_s
H A Dtls-sspi.c1790 if (sspi->localCert)
1791 CertFreeCertificateContext(sspi->localCert);

Completed in 98 milliseconds