MCPcopy Create free account

hub / github.com/HumbleNet/HumbleNet / functions

Functions8,357 in github.com/HumbleNet/HumbleNet

↓ 2 callersFunctionCRYPTO_is_ARMv8_PMULL_capable
3rdparty/boringssl/crypto/cpu-arm.c:70
↓ 2 callersFunctionCRYPTO_ofb128_encrypt
3rdparty/boringssl/crypto/modes/ofb.c:58
↓ 2 callersFunctionCRYPTO_once
3rdparty/boringssl/crypto/thread_pthread.c:77
↓ 2 callersFunctionCertsToStack
CertsToStack converts a vector of |X509*| to an OpenSSL STACK_OF(X509*), bumping the reference counts for each certificate in question.
3rdparty/boringssl/crypto/x509/x509_test.cc:172
↓ 2 callersFunctionClient
Client returns a new TLS client side connection using conn as the underlying transport. The config cannot be nil: users must set either ServerHostname
3rdparty/boringssl/ssl/test/runner/tls.go:35
↓ 2 callersMethodConnectionState
ConnectionState returns basic TLS details about the connection.
3rdparty/boringssl/ssl/test/runner/conn.go:1346
↓ 2 callersMethodCreateHelloPeer
(FlatBufferBuilder builder, VectorOffset peersOffset = default(VectorOffset), bool is_response = f
tests/c-sharp/TestPeer/test_peer.cs:26
↓ 2 callersFunctionCreateTestSession
3rdparty/boringssl/ssl/ssl_test.cc:886
↓ 2 callersFunctionDES_ede3_cbc_encrypt
3rdparty/boringssl/crypto/des/des.c:658
↓ 2 callersFunctionDH_check_pub_key
3rdparty/boringssl/crypto/dh/check.c:64
↓ 2 callersFunctionDH_num_bits
3rdparty/boringssl/crypto/dh/dh.c:378
↓ 2 callersFunctionDIST_POINT_set_dpname
3rdparty/boringssl/crypto/x509v3/v3_crld.c:535
↓ 2 callersFunctionDSA_do_check_signature
3rdparty/boringssl/crypto/dsa/dsa.c:590
↓ 2 callersFunctionDSA_up_ref
3rdparty/boringssl/crypto/dsa/dsa.c:126
↓ 2 callersFunctionDSA_verify
3rdparty/boringssl/crypto/dsa/dsa.c:715
↓ 2 callersFunctionDTLSv1_2_method
3rdparty/boringssl/ssl/d1_meth.c:90
↓ 2 callersFunctionDTLSv1_method
3rdparty/boringssl/ssl/d1_meth.c:98
↓ 2 callersFunctionDoExchange
DoExchange runs a test SSL exchange against the peer. On success, it returns true and sets |*out_session| to the negotiated SSL session. If the test i
3rdparty/boringssl/ssl/test/bssl_shim.cc:1126
↓ 2 callersFunctionDoShutdown
DoShutdown calls |SSL_shutdown|, resolving any asynchronous operations. It returns the result of the final |SSL_shutdown| call.
3rdparty/boringssl/ssl/test/bssl_shim.cc:935
↓ 2 callersFunctionECDSA_SIG_from_bytes
3rdparty/boringssl/crypto/ecdsa/ecdsa_asn1.c:129
↓ 2 callersFunctionECDSA_SIG_max_len
3rdparty/boringssl/crypto/ecdsa/ecdsa_asn1.c:181
↓ 2 callersFunctionECDSA_SIG_parse
3rdparty/boringssl/crypto/ecdsa/ecdsa_asn1.c:112
↓ 2 callersFunctionECDSA_do_sign
3rdparty/boringssl/crypto/ecdsa/ecdsa.c:137
↓ 2 callersFunctionECDSA_do_sign_ex
3rdparty/boringssl/crypto/ecdsa/ecdsa.c:364
↓ 2 callersFunctionEC_GROUP_cmp
3rdparty/boringssl/crypto/ec/ec.c:602
↓ 2 callersFunctionEC_KEY_up_ref
3rdparty/boringssl/crypto/ec/ec_key.c:227
↓ 2 callersFunctionEC_POINT_add
3rdparty/boringssl/crypto/ec/ec.c:810
↓ 2 callersFunctionEC_POINT_clear_free
3rdparty/boringssl/crypto/ec/ec.c:678
↓ 2 callersFunctionEC_POINT_dup
3rdparty/boringssl/crypto/ec/ec.c:700
↓ 2 callersFunctionEC_POINT_invert
3rdparty/boringssl/crypto/ec/ec.c:831
↓ 2 callersFunctionEC_POINT_set_to_infinity
3rdparty/boringssl/crypto/ec/ec.c:722
↓ 2 callersFunctionED25519_keypair
3rdparty/boringssl/crypto/curve25519/curve25519.c:4601
↓ 2 callersFunctionED25519_sign
3rdparty/boringssl/crypto/curve25519/curve25519.c:4620
↓ 2 callersFunctionED25519_verify
3rdparty/boringssl/crypto/curve25519/curve25519.c:4654
↓ 2 callersFunctionERR_get_error_line_data
3rdparty/boringssl/crypto/err/err.c:265
↓ 2 callersFunctionEVP_AEAD_CTX_get_iv
3rdparty/boringssl/crypto/cipher/aead.c:160
↓ 2 callersFunctionEVP_AEAD_CTX_get_rc4_state
3rdparty/boringssl/crypto/cipher/aead.c:152
↓ 2 callersFunctionEVP_AEAD_CTX_init
3rdparty/boringssl/crypto/cipher/aead.c:37
↓ 2 callersFunctionEVP_BytesToKey
3rdparty/boringssl/crypto/cipher/derive_key.c:69
↓ 2 callersFunctionEVP_CIPHER_mode
3rdparty/boringssl/crypto/cipher/cipher.c:603
↓ 2 callersFunctionEVP_CipherFinal_ex
3rdparty/boringssl/crypto/cipher/cipher.c:497
↓ 2 callersFunctionEVP_CipherInit
3rdparty/boringssl/crypto/cipher/cipher.c:607
↓ 2 callersFunctionEVP_DigestFinal
3rdparty/boringssl/crypto/digest/digest.c:206
↓ 2 callersFunctionEVP_DigestInit
3rdparty/boringssl/crypto/digest/digest.c:186
↓ 2 callersFunctionEVP_EncodeFinal
3rdparty/boringssl/crypto/base64/base64.c:165
↓ 2 callersFunctionEVP_EncodeInit
3rdparty/boringssl/crypto/base64/base64.c:114
↓ 2 callersFunctionEVP_EncodeUpdate
3rdparty/boringssl/crypto/base64/base64.c:120
↓ 2 callersFunctionEVP_MD_CTX_type
3rdparty/boringssl/crypto/digest/digest.c:242
↓ 2 callersFunctionEVP_PKEY_CTX_set_rsa_mgf1_md
3rdparty/boringssl/crypto/evp/p_rsa.c:637
↓ 2 callersFunctionEVP_PKEY_asn1_find_str
3rdparty/boringssl/crypto/evp/evp.c:312
↓ 2 callersFunctionEVP_PKEY_bits
3rdparty/boringssl/crypto/evp/evp.c:187
↓ 2 callersFunctionEVP_PKEY_cmp
3rdparty/boringssl/crypto/evp/evp.c:131
↓ 2 callersFunctionEVP_PKEY_get1_DSA
3rdparty/boringssl/crypto/evp/evp.c:268
↓ 2 callersFunctionEVP_PKEY_get1_EC_KEY
3rdparty/boringssl/crypto/evp/evp.c:296
↓ 2 callersFunctionEVP_PKEY_is_opaque
3rdparty/boringssl/crypto/evp/evp.c:117
↓ 2 callersFunctionEVP_PKEY_missing_parameters
3rdparty/boringssl/crypto/evp/evp.c:173
↓ 2 callersFunctionEVP_PKEY_print_public
3rdparty/boringssl/crypto/evp/evp.c:369
↓ 2 callersFunctionEVP_PKEY_set1_RSA
3rdparty/boringssl/crypto/evp/evp.c:220
↓ 2 callersFunctionEVP_aead_aes_128_cbc_sha1_tls
3rdparty/boringssl/crypto/cipher/e_tls.c:637
↓ 2 callersFunctionEVP_aead_aes_128_gcm
3rdparty/boringssl/crypto/cipher/e_aes.c:1223
↓ 2 callersFunctionEVP_aead_aes_256_cbc_sha1_tls
3rdparty/boringssl/crypto/cipher/e_tls.c:649
↓ 2 callersFunctionEVP_aead_aes_256_gcm
3rdparty/boringssl/crypto/cipher/e_aes.c:1225
↓ 2 callersFunctionEVP_aead_chacha20_poly1305_old
3rdparty/boringssl/crypto/cipher/e_chacha20poly1305.c:304
↓ 2 callersFunctionEVP_aead_des_ede3_cbc_sha1_tls
3rdparty/boringssl/crypto/cipher/e_tls.c:665
↓ 2 callersFunctionEVP_aead_rc4_md5_tls
3rdparty/boringssl/crypto/cipher/e_tls.c:633
↓ 2 callersFunctionEVP_aead_rc4_sha1_tls
3rdparty/boringssl/crypto/cipher/e_tls.c:635
↓ 2 callersFunctionEVP_aes_256_xts
3rdparty/boringssl/decrepit/xts/xts.c:258
↓ 2 callersFunctionEVP_enc_null
3rdparty/boringssl/crypto/cipher/e_null.c:85
↓ 2 callersFunctionEVP_get_digestbyobj
3rdparty/boringssl/crypto/digest/digests.c:303
↓ 2 callersFunctionEVP_md4
3rdparty/boringssl/crypto/digest/digests.c:93
↓ 2 callersFunctionEncodeHex
3rdparty/boringssl/crypto/test/file_test.cc:212
↓ 2 callersMethodEndVector
<summary> Writes data necessary to finish a vector construction. </summary>
3rdparty/flatbuffers/csharp/FlatBufferBuilder.cs:293
↓ 2 callersFunctionEndianCheck
3rdparty/flatbuffers/include/flatbuffers/flatbuffers.h:126
↓ 2 callersMethodError
()
3rdparty/boringssl/ssl/test/runner/runner.go:535
↓ 2 callersFunctionFindTool
3rdparty/boringssl/tool/tool.cc:86
↓ 2 callersFunctionFinished
@cond FLATBUFFERS_INTERNAL
3rdparty/flatbuffers/include/flatbuffers/flatbuffers.h:620
↓ 2 callersFunctionFromHexDigit
3rdparty/boringssl/crypto/test/file_test.cc:168
↓ 2 callersFunctionGENERAL_NAME_print
3rdparty/boringssl/crypto/x509v3/v3_alt.c:181
↓ 2 callersFunctionGENERAL_NAME_set0_value
3rdparty/boringssl/crypto/x509v3/v3_genn.c:163
↓ 2 callersFunctionGetClientHelloLen
GetClientHelloLen creates a client SSL connection with a ticket of length |ticket_len| and records the ClientHello. It returns the length of the Clien
3rdparty/boringssl/ssl/ssl_test.cc:746
↓ 2 callersMethodGetMessage
(TTable obj)
tests/c-sharp/TestPeer/test_peer.cs:75
↓ 2 callersFunctionGetUnsigned
3rdparty/boringssl/tool/args.cc:81
↓ 2 callersFunctionHMACInit
src/humblenet/humblepeer/hmac.cpp:5
↓ 2 callersFunctionHMACResult
src/humblenet/humblepeer/hmac.cpp:42
↓ 2 callersFunctionHMACResultToHex
src/humblenet/humblepeer/hmac.cpp:55
↓ 2 callersFunctionHMAC_CTX_copy
3rdparty/boringssl/crypto/hmac/hmac.c:210
↓ 2 callersFunctionILibAsyncServerSocket_SetSSL_CTX
3rdparty/webrtc/Microstack/ILibAsyncServerSocket.c:457
↓ 2 callersFunctionILibAsyncSocket_SetReAllocateNotificationCallback
! \fn ILibAsyncSocket_SetReAllocateNotificationCallback(ILibAsyncSocket_SocketModule AsyncSocketToken, ILibAsyncSocket_OnBufferReAllocated Callback) \
3rdparty/webrtc/Microstack/ILibAsyncSocket.c:318
↓ 2 callersFunctionILibAsyncSocket_UseThisSocket
3rdparty/webrtc/Microstack/ILibAsyncSocket.c:1875
↓ 2 callersFunctionILibAsyncUDPSocket_CreateEx
! \fn ILibAsyncUDPSocket_SocketModule ILibAsyncUDPSocket_CreateEx(void *Chain, int BufferSize, int localInterface, unsigned short localPortStartRange,
3rdparty/webrtc/Microstack/ILibAsyncUDPSocket.c:105
↓ 2 callersFunctionILibChain_SafeAdd
! \fn void ILibChain_SafeAdd(void *chain, void *object) \brief Dynamically add a link to a chain that is already running. \par \b Note: All objects ad
3rdparty/webrtc/Microstack/ILibParsers.c:1450
↓ 2 callersFunctionILibFragmentText
! \fn ILibFragmentText(char *text, int textLength, char *delimiter, int delimiterLength, int tokenLength, char **RetVal) \brief Fragments a string int
3rdparty/webrtc/Microstack/ILibParsers.c:4043
↓ 2 callersFunctionILibGetAddrBlob
3rdparty/webrtc/Microstack/ILibParsers.c:7218
↓ 2 callersFunctionILibGetHashValueEx
3rdparty/webrtc/Microstack/ILibParsers.c:2980
↓ 2 callersFunctionILibGetLocalIPv4AddressList
Fetch the list of valid IPv4 adapters, keep the loopback.
3rdparty/webrtc/Microstack/ILibParsers.c:497
↓ 2 callersFunctionILibGetSocket
TCP: SOCK_STREAM, IPPROTO_TCP UDP: SOCK_DGRAM, IPPROTO_UDP
3rdparty/webrtc/Microstack/ILibParsers.c:4235
↓ 2 callersFunctionILibHashTree_GetValueEx
! \fn void ILibHashTree_GetValueEx(void *tree_enumerator, char **key, int *keyLength, void **data, int *dataEx) \brief Reads from the current item of
3rdparty/webrtc/Microstack/ILibParsers.c:2902
↓ 2 callersFunctionILibHashtable_CreateNode
3rdparty/webrtc/Microstack/ILibParsers.c:5676
↓ 2 callersFunctionILibInet_pton
3rdparty/webrtc/Microstack/ILibParsers.c:7346
↓ 2 callersFunctionILibIsDelimiter
Determines if a buffer offset is a delimiter
3rdparty/webrtc/Microstack/ILibParsers.c:3337
← previousnext →1,901–2,000 of 8,357, ranked by callers