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
↓ 21 callers
Function
HMAC_CTX_cleanup
3rdparty/boringssl/crypto/hmac/hmac.c:96
↓ 21 callers
Method
containsChar
3rdparty/Amalgamate/juce_core_amalgam.cpp:10325
↓ 21 callers
Method
ensureAllocatedSize
Increases the amount of storage allocated if it is less than a given amount. This will retain any data currently held in the array, but will add
3rdparty/Amalgamate/juce_core_amalgam.h:6071
↓ 21 callers
Method
getChildFile
3rdparty/Amalgamate/juce_core_amalgam.cpp:2230
↓ 21 callers
Function
ssl_cipher_apply_rule
ssl_cipher_apply_rule applies the rule type |rule| to ciphers matching its * parameters in the linked list from |*head_p| to |*tail_p|. It writes the
3rdparty/boringssl/ssl/ssl_cipher.c:999
↓ 21 callers
Method
startsWithChar
3rdparty/Amalgamate/juce_core_amalgam.cpp:10678
↓ 21 callers
Function
util_random
Generates a random string of data. TODO: Use Hardware RNG if possible
3rdparty/webrtc/core/utils.c:945
↓ 20 callers
Function
BN_MONT_CTX_free
3rdparty/boringssl/crypto/bn/montgomery.c:141
↓ 20 callers
Function
BN_with_flags
3rdparty/boringssl/crypto/bn/bn.c:175
↓ 20 callers
Function
BUF_MEM_grow
3rdparty/boringssl/crypto/buf/buf.c:142
↓ 20 callers
Function
BUF_strdup
3rdparty/boringssl/crypto/buf/buf.c:150
↓ 20 callers
Function
CBB_zero
3rdparty/boringssl/crypto/bytestring/cbb.c:23
↓ 20 callers
Function
EVP_MD_type
3rdparty/boringssl/crypto/digest/digest.c:69
↓ 20 callers
Function
SSL_SESSION_free
3rdparty/boringssl/ssl/ssl_session.c:186
↓ 20 callers
Function
SSL_get_error
3rdparty/boringssl/ssl/ssl_lib.c:693
↓ 20 callers
Function
SSL_get_wbio
3rdparty/boringssl/ssl/ssl_lib.c:550
↓ 20 callers
Function
U8TO32_LE
We can assume little-endian. */
3rdparty/boringssl/crypto/poly1305/poly1305.c:30
↓ 20 callers
Function
flush_fp
3rdparty/boringssl/crypto/bn/bn_test.cc:143
↓ 20 callers
Function
libwebsocket_write
3rdparty/libwebsockets/lib/output.c:247
↓ 20 callers
Function
message
3rdparty/boringssl/crypto/bn/bn_test.cc:149
↓ 20 callers
Method
read
3rdparty/Amalgamate/juce_core_amalgam.cpp:2967
↓ 19 callers
Function
ASN1_bn_print
3rdparty/boringssl/crypto/asn1/t_pkey.c:62
↓ 19 callers
Function
BN_add_word
3rdparty/boringssl/crypto/bn/add.c:162
↓ 19 callers
Function
GetConfigPtr
3rdparty/boringssl/ssl/test/bssl_shim.cc:124
↓ 19 callers
Function
X509V3_add_value
3rdparty/boringssl/crypto/x509v3/v3_utl.c:89
↓ 19 callers
Method
expect
3rdparty/Amalgamate/juce_core_amalgam.cpp:14208
↓ 19 callers
Function
libwebsocket_close_and_free_session
3rdparty/libwebsockets/lib/libwebsockets.c:41
↓ 19 callers
Function
rand_neg
3rdparty/boringssl/crypto/bn/bn_test.cc:823
↓ 18 callers
Function
ASN1_OBJECT_free
3rdparty/boringssl/crypto/asn1/a_object.c:358
↓ 18 callers
Function
BN_mod_add_quick
3rdparty/boringssl/crypto/bn/div.c:383
↓ 18 callers
Method
CreateString
<summary> Encode the string `s` in the buffer using UTF-8. </summary> <param name="s">The string to encode.</param> <returns> The offset in the buffer
3rdparty/flatbuffers/csharp/FlatBufferBuilder.cs:460
↓ 18 callers
Function
EC_GROUP_free
3rdparty/boringssl/crypto/ec/ec.c:515
↓ 18 callers
Function
HMAC_Init_ex
3rdparty/boringssl/crypto/hmac/hmac.c:103
↓ 18 callers
Function
ILibDestructPacket
! \fn ILibDestructPacket(struct packetheader *packet) \brief Frees resources associated with a Packet that was created either by \a ILibCreateEmptyPac
3rdparty/webrtc/Microstack/ILibParsers.c:3631
↓ 18 callers
Function
ILibLifeTime_Remove
! \fn ILibLifeTime_Remove(void *LifeTimeToken, void *data) \brief Removes a timed callback from an \a ILibLifeTime module \param LifeTimeToken The \a
3rdparty/webrtc/Microstack/ILibParsers.c:5054
↓ 18 callers
Function
SSL_CTX_new
3rdparty/boringssl/ssl/ssl_lib.c:220
↓ 18 callers
Function
SSL_set_bio
3rdparty/boringssl/ssl/ssl_lib.c:529
↓ 18 callers
Method
WriteString
(string)
3rdparty/boringssl/crypto/err/err_data_generate.go:136
↓ 18 callers
Function
X509_get_pubkey
3rdparty/boringssl/crypto/x509/x509_cmp.c:301
↓ 18 callers
Function
X509_get_subject_name
3rdparty/boringssl/crypto/x509/x509_cmp.c:146
↓ 18 callers
Function
asn1_cb
3rdparty/boringssl/crypto/x509/asn1_gen.c:282
↓ 18 callers
Function
felem_assign
3rdparty/boringssl/crypto/ec/p224-64.c:252
↓ 18 callers
Method
readHandshake
readHandshake reads the next handshake message from the record layer. c.in.Mutex < L; c.out.Mutex < L.
3rdparty/boringssl/ssl/test/runner/conn.go:1004
↓ 18 callers
Method
upToFirstOccurrenceOf
3rdparty/Amalgamate/juce_core_amalgam.cpp:10859
↓ 17 callers
Function
BIO_set_fp
3rdparty/boringssl/crypto/bio/file.c:327
↓ 17 callers
Function
BN_GENCB_call
3rdparty/boringssl/crypto/bn/prime.c:347
↓ 17 callers
Function
BN_bn2bin_padded
3rdparty/boringssl/crypto/bn/convert.c:162
↓ 17 callers
Function
EC_POINT_is_at_infinity
3rdparty/boringssl/crypto/ec/ec.c:730
↓ 17 callers
Function
HMAC_Final
3rdparty/boringssl/crypto/hmac/hmac.c:171
↓ 17 callers
Function
ILibGetEntry
! \fn ILibGetEntry(void *hashtree, char* key, int keylength) \brief Gets an item from a HashTree \param hashtree The HashTree to operate on \param key
3rdparty/webrtc/Microstack/ILibParsers.c:3190
↓ 17 callers
Function
SHA512_Update
3rdparty/boringssl/crypto/sha/sha512.c:177
↓ 17 callers
Function
WebClient_TrackUnLock
3rdparty/webrtc/Microstack/ILibWebClient.c:57
↓ 17 callers
Function
X509_get_ext_d2i
3rdparty/boringssl/crypto/x509/x509_ext.c:147
↓ 17 callers
Function
crc32
========================================================================= */
3rdparty/Amalgamate/juce_core_amalgam.cpp:18833
↓ 17 callers
Function
feMul
feMul calculates h = f * g Can overlap h with f or g. Preconditions: |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. |g| bounded by 1.1*2^26,
3rdparty/boringssl/ssl/test/runner/curve25519/curve25519.go:282
↓ 17 callers
Method
findEndOfWhitespace
Returns the first non-whitespace character in the string. */
3rdparty/Amalgamate/juce_core_amalgam.h:2798
↓ 17 callers
Function
ge_p1p1_to_p3
r = p */
3rdparty/boringssl/crypto/curve25519/curve25519.c:1140
↓ 17 callers
Method
getData
Returns a raw pointer to the allocated data. This may be a null pointer if the data hasn't yet been allocated, or if it has been freed by calling
3rdparty/Amalgamate/juce_core_amalgam.h:5853
↓ 17 callers
Function
get_object_string_key
src/api_builder/utilities.cpp:50
↓ 17 callers
Function
i2a_ASN1_OBJECT
3rdparty/boringssl/crypto/asn1/a_object.c:216
↓ 17 callers
Method
lastIndexOfChar
3rdparty/Amalgamate/juce_core_amalgam.cpp:10174
↓ 17 callers
Function
ssl3_protocol_version
3rdparty/boringssl/ssl/ssl_lib.c:2500
↓ 17 callers
Function
time
3rdparty/libwebsockets/lib/lws-plat-win.c:31
↓ 16 callers
Function
BN_is_word
3rdparty/boringssl/crypto/bn/cmp.c:194
↓ 16 callers
Function
BN_rshift1
3rdparty/boringssl/crypto/bn/shift.c:188
↓ 16 callers
Function
BUF_MEM_new
3rdparty/boringssl/crypto/buf/buf.c:65
↓ 16 callers
Function
CRYPTO_MUTEX_lock_write
3rdparty/boringssl/crypto/thread_win.c:102
↓ 16 callers
Function
EC_GROUP_get0_order
3rdparty/boringssl/crypto/ec/ec.c:612
↓ 16 callers
Method
Finish
<summary> Finalize a buffer, pointing to the given `root_table`. </summary> <param name="rootTable"> An offset to be added to the buffer. </param>
3rdparty/flatbuffers/csharp/FlatBufferBuilder.cs:573
↓ 16 callers
Function
ILibAsyncSocket_IsFree
! \fn ILibAsyncSocket_IsFree(ILibAsyncSocket_SocketModule socketModule) \brief Determines if an ILibAsyncSocket is in use \param socketModule The ILib
3rdparty/webrtc/Microstack/ILibAsyncSocket.c:1735
↓ 16 callers
Function
ILibQueue_EnQueue
! \fn ILibQueue_EnQueue(void *q, void *data) \brief Add an item to the queue \param q The queue to add to \param data The data to add to the queue */
3rdparty/webrtc/Microstack/ILibParsers.c:2647
↓ 16 callers
Method
Reset
3rdparty/boringssl/crypto/test/scoped_types.h:89
↓ 16 callers
Function
WebClient_TrackLock
3rdparty/webrtc/Microstack/ILibWebClient.c:42
↓ 16 callers
Function
bn_sub_part_words
3rdparty/boringssl/crypto/bn/mul.c:125
↓ 16 callers
Method
getIntValue
3rdparty/Amalgamate/juce_core_amalgam.cpp:1020
↓ 16 callers
Method
getParentDirectory
3rdparty/Amalgamate/juce_core_amalgam.cpp:2162
↓ 16 callers
Function
libwebsocket_set_timeout
3rdparty/libwebsockets/lib/libwebsockets.c:462
↓ 16 callers
Method
setAttribute
3rdparty/Amalgamate/juce_core_amalgam.cpp:15678
↓ 16 callers
Method
startsWith
3rdparty/Amalgamate/juce_core_amalgam.cpp:10668
↓ 16 callers
Method
writeShort
3rdparty/Amalgamate/juce_core_amalgam.cpp:8761
↓ 15 callers
Function
AsyncSocket_TrackUnLock
3rdparty/webrtc/Microstack/ILibAsyncSocket.c:81
↓ 15 callers
Function
BN_lshift
3rdparty/boringssl/crypto/bn/shift.c:66
↓ 15 callers
Function
BN_mod_exp
3rdparty/boringssl/crypto/bn/exponentiation.c:576
↓ 15 callers
Function
CBB_init_fixed
3rdparty/boringssl/crypto/bytestring/cbb.c:62
↓ 15 callers
Function
DSA_free
3rdparty/boringssl/crypto/dsa/dsa.c:103
↓ 15 callers
Function
EVP_MD_CTX_copy_ex
3rdparty/boringssl/crypto/digest/digest.c:115
↓ 15 callers
Function
EVP_md5
3rdparty/boringssl/crypto/digest/digests.c:113
↓ 15 callers
Method
Error
()
3rdparty/boringssl/ssl/test/runner/alert.go:75
↓ 15 callers
Function
ILibLinkedList_Remove
! \fn ILibLinkedList_Remove(void *LinkedList_Node) \brief Removes the given node from a linked list data structure \param LinkedList_Node The linked l
3rdparty/webrtc/Microstack/ILibParsers.c:5413
↓ 15 callers
Function
ILibQueue_PeekQueue
! \fn ILibQueue_PeekQueue(void *q) \brief Peeks at an item from the queue \param q The queue to peek an item from \returns The item from the queue. NU
3rdparty/webrtc/Microstack/ILibParsers.c:2675
↓ 15 callers
Function
ILibWrapper_WebRTC_Connection_GetUserData
3rdparty/webrtc/Microstack/ILibWrapperWebRTC.c:1088
↓ 15 callers
Method
Union
3rdparty/flatbuffers/include/flatbuffers/flatbuffers.h:123
↓ 15 callers
Method
clone
3rdparty/Amalgamate/juce_core_amalgam.cpp:5533
↓ 15 callers
Method
compareIgnoreCase
3rdparty/Amalgamate/juce_core_amalgam.cpp:9981
↓ 15 callers
Function
lws_ext_callback_for_each_active
3rdparty/libwebsockets/lib/extension.c:46
↓ 15 callers
Method
matchesWildcard
3rdparty/Amalgamate/juce_core_amalgam.cpp:10425
↓ 15 callers
Function
mul64x64_128
3rdparty/boringssl/crypto/poly1305/poly1305_vec.c:46
↓ 15 callers
Method
remove
3rdparty/Amalgamate/juce_core_amalgam.cpp:904
↓ 15 callers
Method
trimEnd
3rdparty/Amalgamate/juce_core_amalgam.cpp:10966
↓ 14 callers
Function
BN_mod_inverse
3rdparty/boringssl/crypto/bn/gcd.c:542
← previous
next →
201–300 of 8,357, ranked by callers