Searched refs:SSLCreateContextWithRecordFuncs (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Ddtls_client.c142 ctx = SSLCreateContextWithRecordFuncs(kCFAllocatorDefault, kSSLClientSide, kSSLDatagramType, &TLSSocket_Funcs);
144 printSslErrStr("SSLCreateContextWithRecordFuncs", -1);
H A Dst_test.c367 ctx = SSLCreateContextWithRecordFuncs(kCFAllocatorDefault, server?kSSLServerSide:kSSLClientSide, dtls?kSSLDatagramType:kSSLStreamType, &TLSSocket_Funcs);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DSecureTransportPriv.h42 SSLCreateContextWithRecordFuncs(CFAllocatorRef alloc,
H A DsslContext.c172 ctx = SSLCreateContextWithRecordFuncs(alloc, protocolSide, connectionType, &SSLRecordLayerInternal);
188 SSLContextRef SSLCreateContextWithRecordFuncs(CFAllocatorRef alloc, SSLProtocolSide protocolSide, SSLConnectionType connectionType, const struct SSLRecordFuncs *recFuncs) function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DSecureTransportPriv.h42 SSLCreateContextWithRecordFuncs(CFAllocatorRef alloc,
H A DsslContext.c172 ctx = SSLCreateContextWithRecordFuncs(alloc, protocolSide, connectionType, &SSLRecordLayerInternal);
188 SSLContextRef SSLCreateContextWithRecordFuncs(CFAllocatorRef alloc, SSLProtocolSide protocolSide, SSLConnectionType connectionType, const struct SSLRecordFuncs *recFuncs) function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DSecureTransportPriv.h42 SSLCreateContextWithRecordFuncs(CFAllocatorRef alloc,
H A DsslContext.c172 ctx = SSLCreateContextWithRecordFuncs(alloc, protocolSide, connectionType, &SSLRecordLayerInternal);
188 SSLContextRef SSLCreateContextWithRecordFuncs(CFAllocatorRef alloc, SSLProtocolSide protocolSide, SSLConnectionType connectionType, const struct SSLRecordFuncs *recFuncs) function

Completed in 128 milliseconds