terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Mono.Unity.UnityTls.unitytls_interface_struct Member List

This is the complete list of members for Mono.Unity.UnityTls.unitytls_interface_struct, including all inherited members.

unitytls_errorstate_createMono.Unity.UnityTls.unitytls_interface_struct
unitytls_errorstate_create_t()Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_errorstate_raise_errorMono.Unity.UnityTls.unitytls_interface_struct
unitytls_errorstate_raise_error_t(UnityTls.unitytls_errorstate *errorState, UnityTls.unitytls_error_code errorCode)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_interface_struct()Mono.Unity.UnityTls.unitytls_interface_structinline
UNITYTLS_INVALID_HANDLEMono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_freeMono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_free_t(UnityTls.unitytls_key *key)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_get_refMono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_get_ref_t(UnityTls.unitytls_key *key, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_parse_derMono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_parse_der_t(byte *buffer, IntPtr bufferLen, byte *password, IntPtr passwordLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_parse_pemMono.Unity.UnityTls.unitytls_interface_struct
unitytls_key_parse_pem_t(byte *buffer, IntPtr bufferLen, byte *password, IntPtr passwordLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_random_generate_bytesMono.Unity.UnityTls.unitytls_interface_struct
unitytls_random_generate_bytes_t(byte *buffer, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_create_clientMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_create_client_t(UnityTls.unitytls_tlsctx_protocolrange supportedProtocols, UnityTls.unitytls_tlsctx_callbacks callbacks, byte *cn, IntPtr cnLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_create_serverMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_create_server_t(UnityTls.unitytls_tlsctx_protocolrange supportedProtocols, UnityTls.unitytls_tlsctx_callbacks callbacks, ulong certChain, ulong leafCertificateKey, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_freeMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_free_t(UnityTls.unitytls_tlsctx *ctx)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_get_ciphersuiteMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_get_ciphersuite_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_get_protocolMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_get_protocol_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_notify_closeMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_notify_close_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_process_handshakeMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_process_handshake_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULTMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_readMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_read_t(UnityTls.unitytls_tlsctx *ctx, byte *buffer, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_server_require_client_authenticationMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_server_require_client_authentication_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_x509list_ref clientAuthCAList, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_certificate_callbackMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_certificate_callback_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_tlsctx_certificate_callback cb, void *userData, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_supported_ciphersuitesMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_supported_ciphersuites_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_ciphersuite *supportedCiphersuites, IntPtr supportedCiphersuitesLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_trace_callbackMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_trace_callback_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_tlsctx_trace_callback cb, void *userData, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_x509verify_callbackMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_set_x509verify_callback_t(UnityTls.unitytls_tlsctx *ctx, UnityTls.unitytls_tlsctx_x509verify_callback cb, void *userData, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_writeMono.Unity.UnityTls.unitytls_interface_struct
unitytls_tlsctx_write_t(UnityTls.unitytls_tlsctx *ctx, byte *data, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509_export_derMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509_export_der_t(UnityTls.unitytls_x509_ref cert, byte *buffer, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_appendMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_append_derMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_append_der_t(UnityTls.unitytls_x509list *list, byte *buffer, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_append_pemMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_append_t(UnityTls.unitytls_x509list *list, UnityTls.unitytls_x509_ref cert, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_createMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_create_t(UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_freeMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_free_t(UnityTls.unitytls_x509list *list)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_get_refMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_get_ref_t(UnityTls.unitytls_x509list *list, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_get_x509Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509list_get_x509_t(UnityTls.unitytls_x509list_ref list, IntPtr index, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509verify_default_caMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509verify_default_ca_t(UnityTls.unitytls_x509list_ref chain, byte *cn, IntPtr cnLen, UnityTls.unitytls_x509verify_callback cb, void *userData, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509verify_explicit_caMono.Unity.UnityTls.unitytls_interface_struct
unitytls_x509verify_explicit_ca_t(UnityTls.unitytls_x509list_ref chain, UnityTls.unitytls_x509list_ref trustCA, byte *cn, IntPtr cnLen, UnityTls.unitytls_x509verify_callback cb, void *userData, UnityTls.unitytls_errorstate *errorState)Mono.Unity.UnityTls.unitytls_interface_struct