Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ functions
Functions
10,211 in github.com/CalcProgrammer1/OpenRGB
⨍
Functions
10,211
◇
Types & classes
2,022
↳
Endpoints
9
↓ 4 callers
Function
mbedtls_ssl_conf_extended_master_secret
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4723
↓ 4 callers
Function
mbedtls_ssl_conf_renegotiation
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4771
↓ 4 callers
Function
mbedtls_ssl_conf_session_cache
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4145
↓ 4 callers
Function
mbedtls_ssl_conf_truncated_hmac
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4752
↓ 4 callers
Function
mbedtls_ssl_context_save
* Serialize a full SSL context * * The format of the serialized data is: * (in the presentation language of TLS, RFC 8446 section 3) * * // head
dependencies/mbedtls-2.24.0/library/ssl_tls.c:6132
↓ 4 callers
Function
mbedtls_ssl_get_ciphersuite_id
dependencies/mbedtls-2.24.0/library/ssl_ciphersuites.c:2276
↓ 4 callers
Function
mbedtls_ssl_get_ciphersuite_sig_pk_alg
dependencies/mbedtls-2.24.0/library/ssl_ciphersuites.c:2289
↓ 4 callers
Function
mbedtls_ssl_get_input_max_frag_len
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4925
↓ 4 callers
Function
mbedtls_ssl_get_peer_cert
dependencies/mbedtls-2.24.0/library/ssl_tls.c:5060
↓ 4 callers
Function
mbedtls_ssl_get_peer_cid
dependencies/mbedtls-2.24.0/library/ssl_tls.c:114
↓ 4 callers
Function
mbedtls_ssl_get_record_expansion
dependencies/mbedtls-2.24.0/library/ssl_msg.c:5251
↓ 4 callers
Function
mbedtls_ssl_handshake_free
dependencies/mbedtls-2.24.0/library/ssl_tls.c:5847
↓ 4 callers
Function
mbedtls_ssl_in_hdr_len
dependencies/mbedtls-2.24.0/include/mbedtls/ssl_internal.h:1100
↓ 4 callers
Function
mbedtls_ssl_list_ciphersuites
dependencies/mbedtls-2.24.0/library/ssl_ciphersuites.c:2169
↓ 4 callers
Function
mbedtls_ssl_recv_flight_completed
* To be called when the last message of an incoming flight is received. */
dependencies/mbedtls-2.24.0/library/ssl_msg.c:2482
↓ 4 callers
Function
mbedtls_ssl_reset_in_out_pointers
dependencies/mbedtls-2.24.0/library/ssl_msg.c:5166
↓ 4 callers
Function
mbedtls_ssl_session_copy
dependencies/mbedtls-2.24.0/library/ssl_tls.c:184
↓ 4 callers
Function
mbedtls_ssl_set_cid
dependencies/mbedtls-2.24.0/library/ssl_tls.c:81
↓ 4 callers
Function
mbedtls_ssl_set_client_transport_id
dependencies/mbedtls-2.24.0/library/ssl_srv.c:49
↓ 4 callers
Function
mbedtls_ssl_tls_prf
dependencies/mbedtls-2.24.0/library/ssl_tls.c:761
↓ 4 callers
Function
mbedtls_ssl_update_in_pointers
dependencies/mbedtls-2.24.0/library/ssl_msg.c:5119
↓ 4 callers
Function
mbedtls_ssl_write_record
* Write current record. * * Uses: * - ssl->out_msgtype: type of the message (AppData, Handshake, Alert, CCS) * - ssl->out_msglen: length of the
dependencies/mbedtls-2.24.0/library/ssl_msg.c:2713
↓ 4 callers
Function
mbedtls_x509_csr_init
* Initialize a CSR */
dependencies/mbedtls-2.24.0/library/x509_csr.c:374
↓ 4 callers
Function
mbedtls_x509_get_name
* Name ::= CHOICE { -- only one possibility for now -- * rdnSequence RDNSequence } * * RDNSequence ::= SEQUENCE OF RelativeDistinguishedNa
dependencies/mbedtls-2.24.0/library/x509.c:428
↓ 4 callers
Function
mdns_answer_add_txt_record
dependencies/mdns/mdns.h:1237
↓ 4 callers
Function
mdns_answer_get_record_count
dependencies/mdns/mdns.h:1285
↓ 4 callers
Function
parse
dependencies/json/json.hpp:23270
↓ 4 callers
Function
parse_function_arguments
Parses test function signature for validation and generates a dispatch wrapper function that translates input test vectors read from the
dependencies/mbedtls-2.24.0/tests/scripts/generate_test_code.py:456
↓ 4 callers
Function
parse_function_code
Parses out a function from function file object and generates function and dispatch code. :param funcs_f: file object of the functions f
dependencies/mbedtls-2.24.0/tests/scripts/generate_test_code.py:532
↓ 4 callers
Function
parse_function_dependencies
Parses function dependencies, that are in the same line as comment BEGIN_CASE. Dependencies are specified after pattern 'depends_on:' and
dependencies/mbedtls-2.24.0/tests/scripts/generate_test_code.py:436
↓ 4 callers
Function
parse_until_pattern
Matches pattern end_regex to the lines read from the file object. Returns the lines read until end pattern is matched. :param funcs_f: f
dependencies/mbedtls-2.24.0/tests/scripts/generate_test_code.py:362
↓ 4 callers
Function
psa_allocate_buffer_to_slot
Try to allocate a buffer to an empty key slot. * * \param[in,out] slot Key slot to attach buffer to. * \param[in] buffer_length Reques
dependencies/mbedtls-2.24.0/library/psa_crypto.c:957
↓ 4 callers
Function
psa_crypto_init
dependencies/mbedtls-2.24.0/library/psa_crypto.c:6104
↓ 4 callers
Function
psa_get_key_attributes
Retrieve all the publicly-accessible attributes of a key. */
dependencies/mbedtls-2.24.0/library/psa_crypto.c:1414
↓ 4 callers
Function
psa_get_key_slot_bits
Return the size of the key in the given slot, in bits. * * \param[in] slot A key slot. * * \return The key size in bits, read from the metada
dependencies/mbedtls-2.24.0/library/psa_crypto.c:940
↓ 4 callers
Function
psa_import_key_into_slot
Import key data into a slot. `slot->attr.type` must have been set * previously. This function assumes that the slot does not contain * any key mater
dependencies/mbedtls-2.24.0/library/psa_crypto.c:974
↓ 4 callers
Function
psa_internal_export_key
dependencies/mbedtls-2.24.0/library/psa_crypto.c:1504
↓ 4 callers
Function
psa_its_remove
dependencies/mbedtls-2.24.0/library/psa_its_file.c:245
↓ 4 callers
Function
psa_its_set
dependencies/mbedtls-2.24.0/library/psa_its_file.c:186
↓ 4 callers
Function
psa_key_attributes_init
dependencies/mbedtls-2.24.0/include/psa/crypto_struct.h:356
↓ 4 callers
Function
psa_key_lifetime_is_external
Test whether a lifetime designates a key in an external cryptoprocessor. * * \param lifetime The lifetime to test. * * \retval 1 * T
dependencies/mbedtls-2.24.0/library/psa_crypto_slot_management.h:88
↓ 4 callers
Function
psa_key_slot_is_external
dependencies/mbedtls-2.24.0/library/psa_crypto.c:366
↓ 4 callers
Function
psa_save_se_persistent_data
dependencies/mbedtls-2.24.0/library/psa_crypto_se.c:166
↓ 4 callers
Function
read_headers
dependencies/httplib/httplib.h:3253
↓ 4 callers
Function
redirect
dependencies/httplib/httplib.h:3655
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
dependencies/json/json.hpp:12423
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
dependencies/hueplusplus-1.0.0/include/json/json.hpp:12423
↓ 4 callers
Method
requestUsername
dependencies/hueplusplus-1.0.0/src/Bridge.cpp:208
↓ 4 callers
Function
resize_buffer
dependencies/mbedtls-2.24.0/library/ssl_tls.c:243
↓ 4 callers
Function
send_mass_storage_command
dependencies/libusb-1.0.22/examples/source/xusb.c:321
↓ 4 callers
Function
send_usb_msg
Controllers/SteelSeriesController/SteelSeriesSiberiaController.cpp:14
↓ 4 callers
Method
setBrightnessStrategy
\brief Protected function that sets the brightness strategy. The strategy defines how specific commands that deal with brightness control are execute
dependencies/hueplusplus-1.0.0/include/hueplusplus/Light.h:588
↓ 4 callers
Method
setLightIds
dependencies/hueplusplus-1.0.0/src/Scene.cpp:226
↓ 4 callers
Method
set_end
set iterator to a defined past the end
dependencies/json/json.hpp:10729
↓ 4 callers
Method
set_end
set iterator to a defined past the end
dependencies/hueplusplus-1.0.0/include/json/json.hpp:10729
↓ 4 callers
Function
size
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
dependencies/hueplusplus-1.0.0/include/json/json.hpp:21577
↓ 4 callers
Function
sni_free
dependencies/mbedtls-2.24.0/programs/ssl/ssl_server2.c:1066
↓ 4 callers
Method
sort_key
Return a concrete sort key for this entry file sort key object. ``ts1 < ts2`` is implemented as ``ts1.sort_key() < ts2.sort_key()``.
dependencies/mbedtls-2.24.0/scripts/assemble_changelog.py:366
↓ 4 callers
Function
ssl_conf_has_static_raw_psk
dependencies/mbedtls-2.24.0/library/ssl_cli.c:74
↓ 4 callers
Function
ssl_conf_remove_psk
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4339
↓ 4 callers
Function
ssl_parse_client_psk_identity
dependencies/mbedtls-2.24.0/library/ssl_srv.c:3806
↓ 4 callers
Function
ssl_use_opaque_psk
dependencies/mbedtls-2.24.0/library/ssl_srv.c:168
↓ 4 callers
Function
ssl_write_real
* Send application data to be encrypted by the SSL layer, taking care of max * fragment length and buffer size. * * According to RFC 5246 Section 6
dependencies/mbedtls-2.24.0/library/ssl_msg.c:5665
↓ 4 callers
Function
superio_enter
super_io/super_io.cpp:30
↓ 4 callers
Function
timepointToTimestamp
Full name needed for doxygen
dependencies/hueplusplus-1.0.0/src/TimePattern.cpp:58
↓ 4 callers
Method
toHueSaturation
dependencies/hueplusplus-1.0.0/src/ColorUnits.cpp:145
↓ 4 callers
Method
udp_client
net_port/net_port.cpp:45
↓ 4 callers
Function
usleep
dependencies/openrazer-win32/linux/init.h:14
↓ 4 callers
Function
verify_chain
dependencies/mbedtls-2.24.0/library/memory_buffer_alloc.c:173
↓ 4 callers
Function
write_content
dependencies/httplib/httplib.h:3492
↓ 4 callers
Method
write_format
dependencies/httplib/httplib.h:1515
↓ 4 callers
Method
write_queue
Controllers/FanBusController/FanBusInterface.cpp:107
↓ 4 callers
Function
x509_crt_verify_restartable_ca_cb
* Verify the certificate validity, with profile, restartable version * * This function: * - checks the requested CN (if any) * - checks the type
dependencies/mbedtls-2.24.0/library/x509_crt.c:3110
↓ 4 callers
Function
x509_name_cmp
* Compare two X.509 Names (aka rdnSequence). * * See RFC 5280 section 7.1, though we don't implement the whole algorithm: * we sometimes return une
dependencies/mbedtls-2.24.0/library/x509_crt.c:328
↓ 3 callers
Method
AllowRemoteControl
---------------------------------------------------------*\ | only needed for Claymore | \*--------------------------
Controllers/AsusAuraUSBController/AsusAuraTUFKeyboardController.cpp:195
↓ 3 callers
Method
ApplyEffect
Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp:409
↓ 3 callers
Function
CloseMacUSPCIODriver
dependencies/macUSPCIO/macUSPCIOAccess.h:41
↓ 3 callers
Function
CreateLogitechLightspeedDevice
Controllers/LogitechController/LogitechControllerDetect.cpp:700
↓ 3 callers
Function
CrucialRegisterRead
Controllers/CrucialController/CrucialControllerDetect.cpp:61
↓ 3 callers
Method
DisableBuiltinEffect
Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp:208
↓ 3 callers
Function
FStar_UInt128_logand
dependencies/mbedtls-2.24.0/3rdparty/everest/library/kremlib/FStar_UInt128_extracted.c:85
↓ 3 callers
Method
GETString
dependencies/hueplusplus-1.0.0/src/BaseHttpHandler.cpp:73
↓ 3 callers
Method
GetColumnCount
Controllers/CoolerMasterController/CMMKController.cpp:86
↓ 3 callers
Method
GetDataFlash
Controllers/GaiZongGaiKeyboardController/GaiZhongGaiController.cpp:79
↓ 3 callers
Method
GetDeviceInfo
Controllers/RoccatController/RoccatVulcanAimoController.cpp:64
↓ 3 callers
Method
GetDeviceLocation
Controllers/ASRockSMBusController/ASRockASRRGBSMBusController.cpp:35
↓ 3 callers
Method
GetDeviceLocation
Controllers/RazerController/RazerController.cpp:169
↓ 3 callers
Method
GetDeviceName
Controllers/ASRockSMBusController/ASRockASRRGBSMBusController.cpp:45
↓ 3 callers
Method
GetDeviceName
Controllers/EVGAUSBController/EVGAMouseController.cpp:84
↓ 3 callers
Method
GetDeviceName
Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp:234
↓ 3 callers
Method
GetDeviceType
Controllers/RazerController/RazerController.cpp:164
↓ 3 callers
Method
GetEnabledModes
Controllers/QMKOpenRGBController/QMKOpenRGBRevBController.cpp:366
↓ 3 callers
Method
GetFirmwareString
Controllers/RazerController/RazerController.cpp:174
↓ 3 callers
Method
GetFirmwareVersion
Controllers/ASRockSMBusController/ASRockASRRGBSMBusController.cpp:50
↓ 3 callers
Method
GetFirmwareVersion
Controllers/SteelSeriesController/SteelSeriesRivalController.cpp:74
↓ 3 callers
Method
GetFirmwareVersionString
Controllers/LianLiController/LianLiUniHubALController.cpp:35
↓ 3 callers
Method
GetLEDCount
Controllers/CorsairVengeanceController/CorsairVengeanceController.cpp:42
↓ 3 callers
Method
GetLEDCount
Controllers/CorsairDominatorPlatinumController/CorsairDominatorPlatinumController.cpp:29
↓ 3 callers
Method
GetLEDCount
Controllers/CorsairVengeanceProController/CorsairVengeanceProController.cpp:54
↓ 3 callers
Method
GetLayoutString
Controllers/DasKeyboardController/DasKeyboardController.cpp:71
← previous
next →
1,001–1,100 of 10,211, ranked by callers