Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleNet/HumbleNet
/ functions
Functions
8,357 in github.com/HumbleNet/HumbleNet
⨍
Functions
8,357
◇
Types & classes
1,592
↓ 11 callers
Function
ASN1_STRING_free
3rdparty/boringssl/crypto/asn1/asn1_lib.c:455
↓ 11 callers
Function
AssertOffsetAndLength
(int offset, int length)
3rdparty/flatbuffers/csharp/ByteBuffer.cs:129
↓ 11 callers
Function
BIO_new_mem_buf
3rdparty/boringssl/crypto/bio/bio_mem.c:67
↓ 11 callers
Function
BN_abs_is_word
3rdparty/boringssl/crypto/bn/cmp.c:175
↓ 11 callers
Function
BN_mod_sqr
3rdparty/boringssl/crypto/bn/div.c:447
↓ 11 callers
Function
BN_mod_sub_quick
BN_mod_sub variant that may be used if both a and b are non-negative * and less than m */
3rdparty/boringssl/crypto/bn/div.c:404
↓ 11 callers
Function
BN_usub
3rdparty/boringssl/crypto/bn/add.c:261
↓ 11 callers
Function
BUF_MEM_grow_clean
3rdparty/boringssl/crypto/buf/buf.c:146
↓ 11 callers
Function
CBB_len
3rdparty/boringssl/crypto/bytestring/cbb.c:269
↓ 11 callers
Function
CBS_skip
3rdparty/boringssl/crypto/bytestring/cbs.c:41
↓ 11 callers
Function
CRYPTO_STATIC_MUTEX_lock_read
3rdparty/boringssl/crypto/thread_win.c:121
↓ 11 callers
Function
CRYPTO_get_ex_data
3rdparty/boringssl/crypto/ex_data.c:195
↓ 11 callers
Function
EC_GROUP_get_curve_name
3rdparty/boringssl/crypto/ec/ec.c:638
↓ 11 callers
Function
EC_POINT_mul
3rdparty/boringssl/crypto/ec/ec.c:839
↓ 11 callers
Function
EVP_CIPHER_CTX_init
3rdparty/boringssl/crypto/cipher/cipher.c:90
↓ 11 callers
Function
EVP_EncryptUpdate
3rdparty/boringssl/crypto/cipher/cipher.c:254
↓ 11 callers
Function
EVP_PKEY_up_ref
3rdparty/boringssl/crypto/evp/evp.c:112
↓ 11 callers
Function
EVP_rc4
3rdparty/boringssl/crypto/cipher/e_rc4.c:87
↓ 11 callers
Function
ILibQueue_Create
! \fn ILibQueue_Create() \brief Create an empty Queue \returns An empty queue */
3rdparty/webrtc/Microstack/ILibParsers.c:2600
↓ 11 callers
Function
ILibQueue_IsEmpty
! \fn ILibQueue_IsEmpty(void *q) \brief Checks to see if a queue is empty \param q The queue to check \returns zero value if not empty, non-zero if em
3rdparty/webrtc/Microstack/ILibParsers.c:2637
↓ 11 callers
Function
ILibTURN_GetAttributeValue
3rdparty/webrtc/Microstack/ILibWebRTC.c:5388
↓ 11 callers
Function
OBJ_cbs2nid
3rdparty/boringssl/crypto/obj/obj.c:217
↓ 11 callers
Function
RSA_new
3rdparty/boringssl/crypto/rsa/rsa.c:76
↓ 11 callers
Function
d2i_PrivateKey
3rdparty/boringssl/crypto/evp/evp_asn1.c:165
↓ 11 callers
Method
dtlsFlushHandshake
()
3rdparty/boringssl/ssl/test/runner/dtls.go:200
↓ 11 callers
Function
equal
3rdparty/boringssl/crypto/curve25519/curve25519.c:1235
↓ 11 callers
Function
felem_contract
felem_contract converts |in| to its unique, minimal representation. On * entry: in[i] < 2^109. */
3rdparty/boringssl/crypto/ec/p256-64.c:727
↓ 11 callers
Method
findTerminatingNull
Returns a pointer to the null character that terminates this string. */
3rdparty/Amalgamate/juce_core_amalgam.h:2627
↓ 11 callers
Function
getEnv
3rdparty/Amalgamate/juce_core_amalgam.cpp:32801
↓ 11 callers
Function
get_object_key
src/api_builder/utilities.cpp:37
↓ 11 callers
Function
humblenet_connection_set_closed
src/humblenet/src/humblenet_core.cpp:135
↓ 11 callers
Function
nsStringToJuce
3rdparty/Amalgamate/juce_core_amalgam.cpp:25896
↓ 11 callers
Method
setPosition
3rdparty/Amalgamate/juce_core_amalgam.cpp:2996
↓ 11 callers
Function
sha1_addUncounted
3rdparty/webrtc/Microstack/sha1.c:122
↓ 11 callers
Method
size
3rdparty/flatbuffers/include/flatbuffers/flatbuffers.h:292
↓ 11 callers
Function
ssl_read_buffer_len
3rdparty/boringssl/ssl/ssl_buffer.c:101
↓ 11 callers
Function
update_buflen
3rdparty/boringssl/crypto/evp/p_rsa_asn1.c:180
↓ 11 callers
Method
writeCompressedInt
3rdparty/Amalgamate/juce_core_amalgam.cpp:8785
↓ 11 callers
Function
zeromem
Fills a block of memory with zeros. */
3rdparty/Amalgamate/juce_core_amalgam.h:700
↓ 10 callers
Function
AES_set_encrypt_key
3rdparty/boringssl/crypto/aes/aes.c:537
↓ 10 callers
Function
ASN1_get_object
3rdparty/boringssl/crypto/asn1/asn1_lib.c:125
↓ 10 callers
Function
BN_mod_exp_mont_consttime
This variant of BN_mod_exp_mont() uses fixed windows and the special * precomputation memory layout to limit data-dependency to a minimum * to prote
3rdparty/boringssl/crypto/bn/exponentiation.c:864
↓ 10 callers
Function
BN_sqr
3rdparty/boringssl/crypto/bn/mul.c:799
↓ 10 callers
Function
CBB_add_u24
3rdparty/boringssl/crypto/bytestring/cbb.c:392
↓ 10 callers
Function
CBS_peek_asn1_tag
3rdparty/boringssl/crypto/bytestring/cbs.c:284
↓ 10 callers
Function
CRYPTO_gcm128_setiv
3rdparty/boringssl/crypto/modes/gcm.c:493
↓ 10 callers
Function
CRYPTO_once
3rdparty/boringssl/crypto/thread_win.c:85
↓ 10 callers
Function
CRYPTO_set_ex_data
3rdparty/boringssl/crypto/ex_data.c:170
↓ 10 callers
Function
EC_POINT_set_affine_coordinates_GFp
3rdparty/boringssl/crypto/ec/ec.c:791
↓ 10 callers
Function
EVP_CIPHER_iv_length
3rdparty/boringssl/crypto/cipher/cipher.c:595
↓ 10 callers
Method
Get
Get searches for a ClientSessionState associated with the given key. On return, ok is true if one was found.
3rdparty/boringssl/ssl/test/runner/common.go:232
↓ 10 callers
Function
ILibAsyncSocket_Disconnect
! \fn ILibAsyncSocket_Disconnect(ILibAsyncSocket_SocketModule socketModule) \brief Disconnects an ILibAsyncSocket \param socketModule The ILibAsyncSoc
3rdparty/webrtc/Microstack/ILibAsyncSocket.c:610
↓ 10 callers
Function
ILibLinkedList_AddTail
! \fn ILibLinkedList_AddTail(void *LinkedList, void *data) \brief Creates a new element, and appends it to the end of the linked list \param LinkedLis
3rdparty/webrtc/Microstack/ILibParsers.c:5510
↓ 10 callers
Function
ILibQueue_Destroy
! \fn ILibQueue_Destroy(void *q) \brief Frees the resources associated with a queue \param q The queue to free */
3rdparty/webrtc/Microstack/ILibParsers.c:2627
↓ 10 callers
Function
ILibRemoteLogging_SendCommand
3rdparty/webrtc/Microstack/ILibRemoteLogging.c:152
↓ 10 callers
Function
ILibSparseArray_Get
3rdparty/webrtc/Microstack/ILibParsers.c:5911
↓ 10 callers
Function
ILibStun_AddFingerprint
3rdparty/webrtc/Microstack/ILibWebRTC.c:1258
↓ 10 callers
Function
ILibWebServer_StreamBody
! \fn ILibWebServer_StreamBody(struct ILibWebServer_Session *session, char *buffer, int bufferSize, int userFree, int done) \brief Streams the HTTP bo
3rdparty/webrtc/Microstack/ILibWebServer.c:1623
↓ 10 callers
Function
OBJ_dup
3rdparty/boringssl/crypto/obj/obj.c:95
↓ 10 callers
Function
SHA256_Init
3rdparty/boringssl/crypto/sha/sha256.c:84
↓ 10 callers
Function
SSL_get_rbio
3rdparty/boringssl/ssl/ssl_lib.c:548
↓ 10 callers
Function
X509_get_issuer_name
3rdparty/boringssl/crypto/x509/x509_cmp.c:131
↓ 10 callers
Function
bn_sub_words
3rdparty/boringssl/crypto/bn/generic.c:384
↓ 10 callers
Function
chaChaQuarterRound
(state *[16]uint32, a, b, c, d int)
3rdparty/boringssl/ssl/test/runner/chacha20_poly1305.go:18
↓ 10 callers
Method
cleanUp
3rdparty/Amalgamate/juce_core_amalgam.cpp:1202
↓ 10 callers
Function
cmov
3rdparty/boringssl/crypto/curve25519/curve25519.c:1245
↓ 10 callers
Function
compare
3rdparty/Amalgamate/juce_core_amalgam.h:1730
↓ 10 callers
Function
constant_time_select
constant_time_select returns (mask & a) | (~mask & b). When |mask| is all 1s * or all 0s (as returned by the methods above), the select methods retur
3rdparty/boringssl/crypto/internal.h:318
↓ 10 callers
Function
decodeHexOrPanic
(in string)
3rdparty/boringssl/ssl/test/runner/chacha20_poly1305_test.go:69
↓ 10 callers
Method
dropLastCharacters
3rdparty/Amalgamate/juce_core_amalgam.cpp:10825
↓ 10 callers
Method
getObject
Returns the object that this pointer references. The pointer returned may be zero, of course. */
3rdparty/Amalgamate/juce_core_amalgam.h:9432
↓ 10 callers
Function
gz_comp
Compress whatever is at avail_in and next_in and write to the output file. Return -1 if there is an error writing to the output file, otherwise 0.
3rdparty/libwebsockets/win32port/zlib/gzwrite.c:59
↓ 10 callers
Function
hasComponent
(suiteName, component string)
3rdparty/boringssl/ssl/test/runner/runner.go:837
↓ 10 callers
Function
inflate_table
Build a set of tables to decode the provided canonical Huffman code. The code lengths are lens[0..codes-1]. The result starts at *table, whose
3rdparty/libwebsockets/win32port/zlib/inftrees.c:32
↓ 10 callers
Method
isNegative
3rdparty/Amalgamate/juce_core_amalgam.cpp:4379
↓ 10 callers
Function
load32
load32 exists to avoid breaking strict aliasing rules in * fe1305x2_frombytearray. */
3rdparty/boringssl/crypto/poly1305/poly1305_arm.c:129
↓ 10 callers
Function
lws_change_pollfd
3rdparty/libwebsockets/lib/pollfd.c:131
↓ 10 callers
Function
ssl3_free_handshake_buffer
3rdparty/boringssl/ssl/s3_enc.c:268
↓ 10 callers
Function
subtract_u64
subtract_u64 sets *result = *result - v and *carry to one if the * subtraction underflowed. */
3rdparty/boringssl/crypto/ec/p256-64.c:718
↓ 10 callers
Method
toDouble
3rdparty/Amalgamate/juce_core_amalgam.cpp:1186
↓ 9 callers
Function
ASN1_TYPE_set
3rdparty/boringssl/crypto/asn1/a_type.c:72
↓ 9 callers
Function
ASN1_item_i2d
3rdparty/boringssl/crypto/asn1/tasn_enc.c:85
↓ 9 callers
Function
ASN1_template_free
3rdparty/boringssl/crypto/asn1/tasn_fre.c:175
↓ 9 callers
Function
BIO_flush
3rdparty/boringssl/crypto/bio/bio.c:208
↓ 9 callers
Function
BN_bn2cbb_padded
3rdparty/boringssl/crypto/bn/convert.c:199
↓ 9 callers
Function
BN_hex2bn
3rdparty/boringssl/crypto/bn/convert.c:370
↓ 9 callers
Function
BN_mod_lshift1_quick
3rdparty/boringssl/crypto/bn/div.c:533
↓ 9 callers
Function
BN_parse_asn1_unsigned
3rdparty/boringssl/crypto/bn/bn_asn1.c:21
↓ 9 callers
Function
CBB_finish_i2d
3rdparty/boringssl/crypto/bytestring/asn1_compat.c:27
↓ 9 callers
Function
CBS_get_bytes
3rdparty/boringssl/crypto/bytestring/cbs.c:131
↓ 9 callers
Function
CBS_get_optional_asn1
3rdparty/boringssl/crypto/bytestring/cbs.c:331
↓ 9 callers
Function
CBS_stow
3rdparty/boringssl/crypto/bytestring/cbs.c:54
↓ 9 callers
Function
CRYPTO_get_ex_new_index
3rdparty/boringssl/crypto/ex_data.c:131
↓ 9 callers
Function
CRYPTO_new_ex_data
3rdparty/boringssl/crypto/ex_data.c:230
↓ 9 callers
Function
DH_free
3rdparty/boringssl/crypto/dh/dh.c:93
↓ 9 callers
Method
Data
The raw data in little endian format. Use with care.
3rdparty/flatbuffers/include/flatbuffers/flatbuffers.h:340
↓ 9 callers
Function
EC_KEY_new
3rdparty/boringssl/crypto/ec/ec_key.c:85
↓ 9 callers
Function
ERR_clear_system_error
3rdparty/boringssl/crypto/err/err.c:337
↓ 9 callers
Function
ERR_print_errors_cb
3rdparty/boringssl/crypto/err/err.c:551
↓ 9 callers
Function
EVP_CIPHER_CTX_mode
3rdparty/boringssl/crypto/cipher/cipher.c:537
← previous
next →
401–500 of 8,357, ranked by callers