MCPcopy Create free account

hub / github.com/CalcProgrammer1/OpenRGB / functions

Functions10,211 in github.com/CalcProgrammer1/OpenRGB

↓ 4 callersFunctionmbedtls_ssl_conf_extended_master_secret
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4723
↓ 4 callersFunctionmbedtls_ssl_conf_renegotiation
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4771
↓ 4 callersFunctionmbedtls_ssl_conf_session_cache
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4145
↓ 4 callersFunctionmbedtls_ssl_conf_truncated_hmac
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4752
↓ 4 callersFunctionmbedtls_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 callersFunctionmbedtls_ssl_get_ciphersuite_id
dependencies/mbedtls-2.24.0/library/ssl_ciphersuites.c:2276
↓ 4 callersFunctionmbedtls_ssl_get_ciphersuite_sig_pk_alg
dependencies/mbedtls-2.24.0/library/ssl_ciphersuites.c:2289
↓ 4 callersFunctionmbedtls_ssl_get_input_max_frag_len
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4925
↓ 4 callersFunctionmbedtls_ssl_get_peer_cert
dependencies/mbedtls-2.24.0/library/ssl_tls.c:5060
↓ 4 callersFunctionmbedtls_ssl_get_peer_cid
dependencies/mbedtls-2.24.0/library/ssl_tls.c:114
↓ 4 callersFunctionmbedtls_ssl_get_record_expansion
dependencies/mbedtls-2.24.0/library/ssl_msg.c:5251
↓ 4 callersFunctionmbedtls_ssl_handshake_free
dependencies/mbedtls-2.24.0/library/ssl_tls.c:5847
↓ 4 callersFunctionmbedtls_ssl_in_hdr_len
dependencies/mbedtls-2.24.0/include/mbedtls/ssl_internal.h:1100
↓ 4 callersFunctionmbedtls_ssl_list_ciphersuites
dependencies/mbedtls-2.24.0/library/ssl_ciphersuites.c:2169
↓ 4 callersFunctionmbedtls_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 callersFunctionmbedtls_ssl_reset_in_out_pointers
dependencies/mbedtls-2.24.0/library/ssl_msg.c:5166
↓ 4 callersFunctionmbedtls_ssl_session_copy
dependencies/mbedtls-2.24.0/library/ssl_tls.c:184
↓ 4 callersFunctionmbedtls_ssl_set_cid
dependencies/mbedtls-2.24.0/library/ssl_tls.c:81
↓ 4 callersFunctionmbedtls_ssl_set_client_transport_id
dependencies/mbedtls-2.24.0/library/ssl_srv.c:49
↓ 4 callersFunctionmbedtls_ssl_tls_prf
dependencies/mbedtls-2.24.0/library/ssl_tls.c:761
↓ 4 callersFunctionmbedtls_ssl_update_in_pointers
dependencies/mbedtls-2.24.0/library/ssl_msg.c:5119
↓ 4 callersFunctionmbedtls_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 callersFunctionmbedtls_x509_csr_init
* Initialize a CSR */
dependencies/mbedtls-2.24.0/library/x509_csr.c:374
↓ 4 callersFunctionmbedtls_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 callersFunctionmdns_answer_add_txt_record
dependencies/mdns/mdns.h:1237
↓ 4 callersFunctionmdns_answer_get_record_count
dependencies/mdns/mdns.h:1285
↓ 4 callersFunctionparse
dependencies/json/json.hpp:23270
↓ 4 callersFunctionparse_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 callersFunctionparse_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 callersFunctionparse_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 callersFunctionparse_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 callersFunctionpsa_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 callersFunctionpsa_crypto_init
dependencies/mbedtls-2.24.0/library/psa_crypto.c:6104
↓ 4 callersFunctionpsa_get_key_attributes
Retrieve all the publicly-accessible attributes of a key. */
dependencies/mbedtls-2.24.0/library/psa_crypto.c:1414
↓ 4 callersFunctionpsa_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 callersFunctionpsa_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 callersFunctionpsa_internal_export_key
dependencies/mbedtls-2.24.0/library/psa_crypto.c:1504
↓ 4 callersFunctionpsa_its_remove
dependencies/mbedtls-2.24.0/library/psa_its_file.c:245
↓ 4 callersFunctionpsa_its_set
dependencies/mbedtls-2.24.0/library/psa_its_file.c:186
↓ 4 callersFunctionpsa_key_attributes_init
dependencies/mbedtls-2.24.0/include/psa/crypto_struct.h:356
↓ 4 callersFunctionpsa_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 callersFunctionpsa_key_slot_is_external
dependencies/mbedtls-2.24.0/library/psa_crypto.c:366
↓ 4 callersFunctionpsa_save_se_persistent_data
dependencies/mbedtls-2.24.0/library/psa_crypto_se.c:166
↓ 4 callersFunctionread_headers
dependencies/httplib/httplib.h:3253
↓ 4 callersFunctionredirect
dependencies/httplib/httplib.h:3655
↓ 4 callersFunctionreplace_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 callersFunctionreplace_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 callersMethodrequestUsername
dependencies/hueplusplus-1.0.0/src/Bridge.cpp:208
↓ 4 callersFunctionresize_buffer
dependencies/mbedtls-2.24.0/library/ssl_tls.c:243
↓ 4 callersFunctionsend_mass_storage_command
dependencies/libusb-1.0.22/examples/source/xusb.c:321
↓ 4 callersFunctionsend_usb_msg
Controllers/SteelSeriesController/SteelSeriesSiberiaController.cpp:14
↓ 4 callersMethodsetBrightnessStrategy
\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 callersMethodsetLightIds
dependencies/hueplusplus-1.0.0/src/Scene.cpp:226
↓ 4 callersMethodset_end
set iterator to a defined past the end
dependencies/json/json.hpp:10729
↓ 4 callersMethodset_end
set iterator to a defined past the end
dependencies/hueplusplus-1.0.0/include/json/json.hpp:10729
↓ 4 callersFunctionsize
! @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 callersFunctionsni_free
dependencies/mbedtls-2.24.0/programs/ssl/ssl_server2.c:1066
↓ 4 callersMethodsort_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 callersFunctionssl_conf_has_static_raw_psk
dependencies/mbedtls-2.24.0/library/ssl_cli.c:74
↓ 4 callersFunctionssl_conf_remove_psk
dependencies/mbedtls-2.24.0/library/ssl_tls.c:4339
↓ 4 callersFunctionssl_parse_client_psk_identity
dependencies/mbedtls-2.24.0/library/ssl_srv.c:3806
↓ 4 callersFunctionssl_use_opaque_psk
dependencies/mbedtls-2.24.0/library/ssl_srv.c:168
↓ 4 callersFunctionssl_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 callersFunctionsuperio_enter
super_io/super_io.cpp:30
↓ 4 callersFunctiontimepointToTimestamp
Full name needed for doxygen
dependencies/hueplusplus-1.0.0/src/TimePattern.cpp:58
↓ 4 callersMethodtoHueSaturation
dependencies/hueplusplus-1.0.0/src/ColorUnits.cpp:145
↓ 4 callersMethodudp_client
net_port/net_port.cpp:45
↓ 4 callersFunctionusleep
dependencies/openrazer-win32/linux/init.h:14
↓ 4 callersFunctionverify_chain
dependencies/mbedtls-2.24.0/library/memory_buffer_alloc.c:173
↓ 4 callersFunctionwrite_content
dependencies/httplib/httplib.h:3492
↓ 4 callersMethodwrite_format
dependencies/httplib/httplib.h:1515
↓ 4 callersMethodwrite_queue
Controllers/FanBusController/FanBusInterface.cpp:107
↓ 4 callersFunctionx509_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 callersFunctionx509_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 callersMethodAllowRemoteControl
---------------------------------------------------------*\ | only needed for Claymore | \*--------------------------
Controllers/AsusAuraUSBController/AsusAuraTUFKeyboardController.cpp:195
↓ 3 callersMethodApplyEffect
Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp:409
↓ 3 callersFunctionCloseMacUSPCIODriver
dependencies/macUSPCIO/macUSPCIOAccess.h:41
↓ 3 callersFunctionCreateLogitechLightspeedDevice
Controllers/LogitechController/LogitechControllerDetect.cpp:700
↓ 3 callersFunctionCrucialRegisterRead
Controllers/CrucialController/CrucialControllerDetect.cpp:61
↓ 3 callersMethodDisableBuiltinEffect
Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp:208
↓ 3 callersFunctionFStar_UInt128_logand
dependencies/mbedtls-2.24.0/3rdparty/everest/library/kremlib/FStar_UInt128_extracted.c:85
↓ 3 callersMethodGETString
dependencies/hueplusplus-1.0.0/src/BaseHttpHandler.cpp:73
↓ 3 callersMethodGetColumnCount
Controllers/CoolerMasterController/CMMKController.cpp:86
↓ 3 callersMethodGetDataFlash
Controllers/GaiZongGaiKeyboardController/GaiZhongGaiController.cpp:79
↓ 3 callersMethodGetDeviceInfo
Controllers/RoccatController/RoccatVulcanAimoController.cpp:64
↓ 3 callersMethodGetDeviceLocation
Controllers/ASRockSMBusController/ASRockASRRGBSMBusController.cpp:35
↓ 3 callersMethodGetDeviceLocation
Controllers/RazerController/RazerController.cpp:169
↓ 3 callersMethodGetDeviceName
Controllers/ASRockSMBusController/ASRockASRRGBSMBusController.cpp:45
↓ 3 callersMethodGetDeviceName
Controllers/EVGAUSBController/EVGAMouseController.cpp:84
↓ 3 callersMethodGetDeviceName
Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp:234
↓ 3 callersMethodGetDeviceType
Controllers/RazerController/RazerController.cpp:164
↓ 3 callersMethodGetEnabledModes
Controllers/QMKOpenRGBController/QMKOpenRGBRevBController.cpp:366
↓ 3 callersMethodGetFirmwareString
Controllers/RazerController/RazerController.cpp:174
↓ 3 callersMethodGetFirmwareVersion
Controllers/ASRockSMBusController/ASRockASRRGBSMBusController.cpp:50
↓ 3 callersMethodGetFirmwareVersion
Controllers/SteelSeriesController/SteelSeriesRivalController.cpp:74
↓ 3 callersMethodGetFirmwareVersionString
Controllers/LianLiController/LianLiUniHubALController.cpp:35
↓ 3 callersMethodGetLEDCount
Controllers/CorsairVengeanceController/CorsairVengeanceController.cpp:42
↓ 3 callersMethodGetLEDCount
Controllers/CorsairDominatorPlatinumController/CorsairDominatorPlatinumController.cpp:29
↓ 3 callersMethodGetLEDCount
Controllers/CorsairVengeanceProController/CorsairVengeanceProController.cpp:54
↓ 3 callersMethodGetLayoutString
Controllers/DasKeyboardController/DasKeyboardController.cpp:71
← previousnext →1,001–1,100 of 10,211, ranked by callers