MCPcopy Create free account

hub / github.com/CalcProgrammer1/OpenRGB / functions

Functions10,211 in github.com/CalcProgrammer1/OpenRGB

↓ 10 callersMethodsetLoglevel
LogManager.cpp:291
↓ 10 callersFunctionsha512_put_uint64_be
dependencies/mbedtls-2.24.0/library/sha512.c:91
↓ 10 callersFunctionsuperio_inb
super_io/super_io.cpp:102
↓ 10 callersMethodtcp_close
net_port/net_port.cpp:299
↓ 10 callersMethodtoXY
dependencies/hueplusplus-1.0.0/src/ColorUnits.cpp:109
↓ 9 callersMethodDELETERequest
dependencies/hueplusplus-1.0.0/src/HueCommandAPI.cpp:101
↓ 9 callersFunctionENERegisterRead
Controllers/ENESMBusController/ENESMBusControllerDetect.cpp:81
↓ 9 callersMethodGETRequest
dependencies/hueplusplus-1.0.0/src/HueCommandAPI.cpp:88
↓ 9 callersMethodGetDeviceLocation
Controllers/SteelSeriesController/SteelSeriesRivalController.cpp:48
↓ 9 callersMethodGetDeviceName
Controllers/CoolerMasterController/CMMKController.cpp:61
↓ 9 callersMethodGetSerialString
Controllers/SteelSeriesController/SteelSeriesRivalController.cpp:58
↓ 9 callersFunctionSetColor
Controllers/NZXTKrakenController/NZXTKrakenController.cpp:13
↓ 9 callersFunctioncheck_pointer
dependencies/mbedtls-2.24.0/library/memory_buffer_alloc.c:611
↓ 9 callersMethodgetLoglevel
LogManager.cpp:37
↓ 9 callersMethodgetManufacturername
dependencies/hueplusplus-1.0.0/src/BaseDevice.cpp:64
↓ 9 callersMethodgetPostAlertDelay
\brief Delay for advanced alerts after the actual alert
dependencies/hueplusplus-1.0.0/include/hueplusplus/LibConfig.h:42
↓ 9 callersMethodgetPreAlertDelay
\brief Delay for advanced alerts before the actual alert
dependencies/hueplusplus-1.0.0/include/hueplusplus/LibConfig.h:40
↓ 9 callersMethodgetUId
dependencies/hueplusplus-1.0.0/src/BaseDevice.cpp:59
↓ 9 callersMethodgetline
dependencies/httplib/httplib.h:2187
↓ 9 callersFunctionhas_crlf
dependencies/httplib/httplib.h:4163
↓ 9 callersMethodi2c_smbus_read_byte
i2c_smbus/i2c_smbus.cpp:45
↓ 9 callersFunctionisRightOf
dependencies/hueplusplus-1.0.0/src/ColorUnits.cpp:36
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
dependencies/json/json.hpp:19200
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
dependencies/hueplusplus-1.0.0/include/json/json.hpp:19200
↓ 9 callersFunctionmbedtls_aria_setkey_enc
* Set encryption key */
dependencies/mbedtls-2.24.0/library/aria.c:439
↓ 9 callersFunctionmbedtls_base64_encode
* Encode a buffer into base64 format */
dependencies/mbedtls-2.24.0/library/base64.c:71
↓ 9 callersFunctionmbedtls_cipher_init
dependencies/mbedtls-2.24.0/library/cipher.c:164
↓ 9 callersFunctionmbedtls_ecdsa_free
* Free context */
dependencies/mbedtls-2.24.0/library/ecdsa.c:951
↓ 9 callersFunctionmbedtls_entropy_add_source
dependencies/mbedtls-2.24.0/library/entropy.c:138
↓ 9 callersFunctionmbedtls_gcm_setkey
dependencies/mbedtls-2.24.0/library/gcm.c:161
↓ 9 callersFunctionmbedtls_memory_buffer_alloc_free
dependencies/mbedtls-2.24.0/library/memory_buffer_alloc.c:602
↓ 9 callersFunctionmbedtls_net_connect
* Initiate a TCP connection with host:port and the given protocol */
dependencies/mbedtls-2.24.0/library/net_sockets.c:145
↓ 9 callersFunctionmbedtls_pk_info_from_type
* Get pk_info structure from type */
dependencies/mbedtls-2.24.0/library/pk.c:109
↓ 9 callersFunctionmbedtls_pk_setup
* Initialise context */
dependencies/mbedtls-2.24.0/library/pk.c:135
↓ 9 callersFunctionmbedtls_rsa_export_crt
* Export CRT parameters * This must also be implemented if CRT is not used, for being able to * write DER encoded RSA keys. The helper function mbed
dependencies/mbedtls-2.24.0/library/rsa.c:440
↓ 9 callersFunctionmbedtls_rsa_private
* Do an RSA private key operation */
dependencies/mbedtls-2.24.0/library/rsa.c:859
↓ 9 callersFunctionmbedtls_sha256_free
dependencies/mbedtls-2.24.0/library/sha256.c:83
↓ 9 callersFunctionmbedtls_sha256_init
dependencies/mbedtls-2.24.0/library/sha256.c:76
↓ 9 callersFunctionmbedtls_sha512_free
dependencies/mbedtls-2.24.0/library/sha512.c:106
↓ 9 callersFunctionmbedtls_sha512_init
dependencies/mbedtls-2.24.0/library/sha512.c:99
↓ 9 callersFunctionmbedtls_ssl_own_key
dependencies/mbedtls-2.24.0/include/mbedtls/ssl_internal.h:1056
↓ 9 callersFunctionmbedtls_ssl_set_hostname
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4598
↓ 9 callersFunctionmbedtls_ssl_set_timer_cb
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4131
↓ 9 callersFunctionmbedtls_x509_crt_info
dependencies/mbedtls-2.24.0/library/x509_crt.c:2055
↓ 9 callersFunctionmbedtls_x509_crt_verify_info
dependencies/mbedtls-2.24.0/library/x509_crt.c:2227
↓ 9 callersFunctionmpi_montmul
Montgomery multiplication: A = A * B * R^-1 mod N (HAC 14.36) * * \param[in,out] A One of the numbers to multiply. * It m
dependencies/mbedtls-2.24.0/library/bignum.c:2028
↓ 9 callersFunctionpsa_get_transparent_key
dependencies/mbedtls-2.24.0/library/psa_crypto.c:1174
↓ 9 callersMethodptr
dependencies/httplib/httplib.h:2166
↓ 9 callersFunctionrun_one
Run the config script with the given arguments. Take the original content from input_file if specified, defaulting to options.input_file if i
dependencies/mbedtls-2.24.0/tests/scripts/test_config_script.py:98
↓ 9 callersMethodsetColorLoop
dependencies/hueplusplus-1.0.0/src/Group.cpp:194
↓ 9 callersFunctionssl_mfl_code_to_length
* Convert max_fragment_length codes to length. * RFC 6066 says: * enum{ * 2^9(1), 2^10(2), 2^11(3), 2^12(4), (255) * } MaxFragmentLen
dependencies/mbedtls-2.24.0/library/ssl_tls.c:164
↓ 9 callersMethodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
dependencies/json/json.hpp:14476
↓ 9 callersMethodtcp_client_connect
net_port/net_port.cpp:151
↓ 9 callersFunctionwrite_ssl_and_get_response
dependencies/mbedtls-2.24.0/programs/ssl/ssl_mail_client.c:247
↓ 8 callersFunctionFStar_UInt128_uint64_to_uint128
dependencies/mbedtls-2.24.0/3rdparty/everest/library/kremlib/FStar_UInt128_extracted.c:252
↓ 8 callersMethodGetKeyCount
KeyboardLayoutManager/KeyboardLayoutManager.cpp:791
↓ 8 callersMethodGetLocation
Controllers/CoolerMasterController/CMMMController.cpp:134
↓ 8 callersMethodRegisterI2CBus
ResourceManager.cpp:151
↓ 8 callersMethodSendDirect
Controllers/HyperXMouseController/HyperXPulsefireDartController.cpp:50
↓ 8 callersMethodSetAnyFanCount
Controllers/LianLiController/LianLiUniHubController.cpp:189
↓ 8 callersMethodSetChannelLEDs
Controllers/ThermaltakeRiingController/ThermaltakeRiingController.cpp:48
↓ 8 callersMethodSynchronize
----------------------------------------------------------------------------*\ | The Uni Hub is a PWM and LED controller designed specifically for the
Controllers/LianLiController/LianLiUniHubController.cpp:347
↓ 8 callersMethodWaitForDeviceDetection
ResourceManager.cpp:1603
↓ 8 callersFunctionchacha20_quarter_round
* \brief ChaCha20 quarter round operation. * * The quarter round is defined as follows (from RFC 7539): *
dependencies/mbedtls-2.24.0/library/chacha20.c:86
↓ 8 callersMethoddump
Controllers/GigabyteRGBFusionController/GigabyteRGBFusionController.cpp:114
↓ 8 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
dependencies/json/json.hpp:15607
↓ 8 callersFunctiondump_integer
dependencies/json/json.hpp:16188
↓ 8 callersFunctiondump_integer
dependencies/hueplusplus-1.0.0/include/json/json.hpp:16188
↓ 8 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
dependencies/json/json.hpp:9959
↓ 8 callersMethodgetColorTemperature
\brief Const function that returns the current color temperature of the light \note The color temperature will only be returned when the light has a
dependencies/hueplusplus-1.0.0/include/hueplusplus/Light.h:231
↓ 8 callersMethodgetMethod
dependencies/hueplusplus-1.0.0/src/Action.cpp:35
↓ 8 callersMethodgetModelId
dependencies/hueplusplus-1.0.0/src/Group.cpp:228
↓ 8 callersMethodgetNewDevices
\brief Get devices found in last search
dependencies/hueplusplus-1.0.0/include/hueplusplus/ResourceList.h:266
↓ 8 callersMethodgetProductname
dependencies/hueplusplus-1.0.0/src/BaseDevice.cpp:69
↓ 8 callersMethodgetSwVersion
dependencies/hueplusplus-1.0.0/src/BaseDevice.cpp:74
↓ 8 callersFunctionhandle_EINTR
dependencies/httplib/httplib.h:2234
↓ 8 callersMethodhasColorControl
\brief Connst function to check whether this light has full color control \return Bool that is true when the light has specified abilities and false
dependencies/hueplusplus-1.0.0/include/hueplusplus/Light.h:144
↓ 8 callersFunctionhid_free_enumeration
dependencies/hidapi/hidapi.c:551
↓ 8 callersMethodi2c_read_block
i2c_smbus/i2c_smbus.cpp:211
↓ 8 callersMethodi2c_smbus_read_block_data
i2c_smbus/i2c_smbus.cpp:103
↓ 8 callersFunctionmbedtls_aria_crypt_ecb
* Encrypt a block */
dependencies/mbedtls-2.24.0/library/aria.c:539
↓ 8 callersFunctionmbedtls_asn1_get_mpi
dependencies/mbedtls-2.24.0/library/asn1parse.c:196
↓ 8 callersFunctionmbedtls_dhm_free
* Free the components of a DHM key */
dependencies/mbedtls-2.24.0/library/dhm.c:473
↓ 8 callersFunctionmbedtls_ecdh_calc_secret
* Derive and export the shared secret */
dependencies/mbedtls-2.24.0/library/ecdh.c:694
↓ 8 callersFunctionmbedtls_ecdh_gen_public
* Generate public key */
dependencies/mbedtls-2.24.0/library/ecdh.c:96
↓ 8 callersFunctionmbedtls_ecdsa_init
* Initialize context */
dependencies/mbedtls-2.24.0/library/ecdsa.c:941
↓ 8 callersFunctionmbedtls_ecp_curve_info_from_grp_id
* Get the curve info for the internal identifier */
dependencies/mbedtls-2.24.0/library/ecp.c:597
↓ 8 callersFunctionmbedtls_ecp_group_init
* Initialize (the components of) a group */
dependencies/mbedtls-2.24.0/library/ecp.c:680
↓ 8 callersFunctionmbedtls_gcm_free
dependencies/mbedtls-2.24.0/library/gcm.c:538
↓ 8 callersFunctionmbedtls_gcm_update
dependencies/mbedtls-2.24.0/library/gcm.c:358
↓ 8 callersFunctionmbedtls_memory_buffer_alloc_init
dependencies/mbedtls-2.24.0/library/memory_buffer_alloc.c:567
↓ 8 callersFunctionmbedtls_mpi_add_int
* Signed addition: X = A + b */
dependencies/mbedtls-2.24.0/library/bignum.c:1498
↓ 8 callersFunctionmbedtls_mpi_add_mod
dependencies/mbedtls-2.24.0/library/ecp.c:1264
↓ 8 callersFunctionmbedtls_mpi_sub_abs
* Unsigned subtraction: X = |A| - |B| (HAC 14.9, 14.10) */
dependencies/mbedtls-2.24.0/library/bignum.c:1373
↓ 8 callersFunctionmbedtls_rsa_set_padding
* Set padding for an existing RSA context */
dependencies/mbedtls-2.24.0/library/rsa.c:500
↓ 8 callersFunctionmbedtls_sha1_ret
* output = SHA-1( input buffer ) */
dependencies/mbedtls-2.24.0/library/sha1.c:434
↓ 8 callersFunctionmbedtls_sha256_finish_ret
* SHA-256 final digest */
dependencies/mbedtls-2.24.0/library/sha256.c:331
↓ 8 callersFunctionmbedtls_sha512_finish_ret
* SHA-512 final digest */
dependencies/mbedtls-2.24.0/library/sha512.c:388
↓ 8 callersFunctionmbedtls_ssl_ciphersuite_cert_req_allowed
dependencies/mbedtls-2.24.0/include/mbedtls/ssl_ciphersuites.h:470
↓ 8 callersFunctionmbedtls_ssl_flight_transmit
* Transmit or retransmit the current flight of messages. * * Need to remember the current message in case flush_output returns * WANT_WRITE, causin
dependencies/mbedtls-2.24.0/library/ssl_msg.c:2317
← previousnext →401–500 of 10,211, ranked by callers