Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
bindings.py File Reference

Go to the source code of this file.

Data Structures

class  CFConst
 
class  SecurityConst
 

Namespaces

namespace  pip
 
namespace  pip._vendor
 
namespace  pip._vendor.urllib3
 
namespace  pip._vendor.urllib3.contrib
 
namespace  pip._vendor.urllib3.contrib._securetransport
 
namespace  pip._vendor.urllib3.contrib._securetransport.bindings
 

Functions

 load_cdll (name, macos10_16_path)
 

Variables

 version = platform.mac_ver()[0]
 
 version_info = tuple(map(int, version.split(".")))
 
 Security
 
 CoreFoundation
 
 Boolean = c_bool
 
 CFIndex = c_long
 
 CFStringEncoding = c_uint32
 
 CFData = c_void_p
 
 CFString = c_void_p
 
 CFArray = c_void_p
 
 CFMutableArray = c_void_p
 
 CFDictionary = c_void_p
 
 CFError = c_void_p
 
 CFType = c_void_p
 
 CFTypeID = c_ulong
 
 CFTypeRef = POINTER(CFType)
 
 CFAllocatorRef = c_void_p
 
 OSStatus = c_int32
 
 CFDataRef = POINTER(CFData)
 
 CFStringRef = POINTER(CFString)
 
 CFArrayRef = POINTER(CFArray)
 
 CFMutableArrayRef = POINTER(CFMutableArray)
 
 CFDictionaryRef = POINTER(CFDictionary)
 
 CFArrayCallBacks = c_void_p
 
 CFDictionaryKeyCallBacks = c_void_p
 
 CFDictionaryValueCallBacks = c_void_p
 
 SecCertificateRef = POINTER(c_void_p)
 
 SecExternalFormat = c_uint32
 
 SecExternalItemType = c_uint32
 
 SecIdentityRef = POINTER(c_void_p)
 
 SecItemImportExportFlags = c_uint32
 
 SecItemImportExportKeyParameters = c_void_p
 
 SecKeychainRef = POINTER(c_void_p)
 
 SSLProtocol = c_uint32
 
 SSLCipherSuite = c_uint32
 
 SSLContextRef = POINTER(c_void_p)
 
 SecTrustRef = POINTER(c_void_p)
 
 SSLConnectionRef = c_uint32
 
 SecTrustResultType = c_uint32
 
 SecTrustOptionFlags = c_uint32
 
 SSLProtocolSide = c_uint32
 
 SSLConnectionType = c_uint32
 
 SSLSessionOption = c_uint32
 
 argtypes
 
 restype
 
 SSLReadFunc = CFUNCTYPE(OSStatus, SSLConnectionRef, c_void_p, POINTER(c_size_t))
 
 SSLWriteFunc
 
 argtype
 
 argstypes
 
 kSecImportExportPassphrase
 
 kSecImportItemIdentity
 
 kCFAllocatorDefault
 
 kCFTypeArrayCallBacks
 
 kCFTypeDictionaryKeyCallBacks
 
 kCFTypeDictionaryValueCallBacks