| /modules/hal_nxp/mcux/ |
| A D | hwmv1.cmake | 8 string(FIND ${CONFIG_SOC} "_" pos) 10 string(REPLACE "_" ";" MCUX_DEVICE_TMP ${CONFIG_SOC}) 13 string(TOUPPER ${MCUX_DEVICE_SOC} MCUX_DEVICE_PATH) 16 string(TOUPPER ${CONFIG_SOC} MCUX_DEVICE) 17 string(TOUPPER ${CONFIG_SOC} MCUX_DEVICE_PATH) 35 string(REGEX REPLACE "(.*)[AB]$" "CPU_\\1B" MCUX_CPU ${CONFIG_SOC_PART_NUMBER})
|
| A D | CMakeLists.txt | 54 string(TOUPPER ${CONFIG_SOC} MCUX_DEVICE_PATH) 55 string(TOUPPER ${CONFIG_SOC} MCUX_DEVICE) 59 string(APPEND MCUX_DEVICE ${CONFIG_MCUX_CORE_SUFFIX}) 60 string(APPEND MCUX_CPU ${CONFIG_MCUX_CORE_SUFFIX})
|
| A D | Kconfig.mcux | 16 string
|
| /modules/thrift/src/thrift/transport/ |
| A D | TServerSocket.h | 67 TServerSocket(const std::string &address, int port); 74 TServerSocket(const std::string &path); 134 std::string getPath() const; 159 std::string address_; 160 std::string path_;
|
| A D | TSSLSocket.cpp | 32 using std::string; 305 string(THRIFT_GAI_STRERROR(error)); in open() 396 TSSLSocketFactory::createSocket(const string &host, int port, in createSocket() 417 void TSSLSocketFactory::ciphers(const string &enable) in ciphers() 457 string errors; in loadCertificateFromBuffer() 474 string errors; in loadPrivateKey() 493 string errors; in loadPrivateKeyFromBuffer() 509 string errors; in loadTrustedCertificates() 526 string errors; in loadTrustedCertificatesFromBuffer() 557 string userPassword; in passwordCallback() [all …]
|
| A D | TSSLSocket.h | 145 TSSLSocket(std::shared_ptr<SSLContext> ctx, std::string host, int port, 153 TSSLSocket(std::shared_ptr<SSLContext> ctx, std::string host, int port, 252 virtual std::shared_ptr<TSSLSocket> createSocket(const std::string &host, int port); 260 createSocket(const std::string &host, int port, 267 virtual void ciphers(const std::string &enable); 343 virtual void getPassword(std::string & /* password */, int /* size */) in getPassword() argument 364 TSSLException(const std::string &message) in TSSLException() 430 virtual Decision verify(const std::string & /* host */, const char * /* name */, in verify() argument 458 Decision verify(const std::string &host, const char *name, int size) noexcept override;
|
| A D | TSSLServerSocket.h | 42 TSSLServerSocket(const std::string &address, int port,
|
| A D | TSSLServerSocket.cpp | 42 TSSLServerSocket::TSSLServerSocket(const std::string &address, int port, in TSSLServerSocket()
|
| /modules/thrift/src/thrift/server/ |
| A D | TServerFramework.cpp | 47 using std::string; 93 template <typename T> static void releaseOneDescriptor(const string &name, T &pTransport) in releaseOneDescriptor() 99 string errStr = in releaseOneDescriptor() 100 string("TServerFramework " + name + " close failed: ") + ttx.what(); in releaseOneDescriptor() 180 string errStr = string("TServerTransport died: ") + ttx.what(); in serve()
|
| /modules/thrift/src/thrift/protocol/ |
| A D | TBinaryProtocol.h | 89 /*ol*/ uint32_t writeMessageBegin(const std::string &name, const TMessageType messageType, 132 inline uint32_t writeBinary(const std::string &str); 138 /*ol*/ uint32_t readMessageBegin(std::string &name, TMessageType &messageType, 143 inline uint32_t readStructBegin(std::string &name); 147 inline uint32_t readFieldBegin(std::string &name, TType &fieldType, int16_t &fieldId); 179 inline uint32_t readBinary(std::string &str);
|
| /modules/openthread/ |
| A D | Kconfig.thread | 15 string "Default network name" 21 string "Default Extended PAN ID" 28 string "Default Thread Network Key" 38 string "Default pre shared key for the Joiner" 73 string "The platform-specific string to insert into the OpenThread version string" 218 string "Set IPv4 CIDR used by NAT64"
|
| A D | Kconfig | 200 string "mbedtls lib name" 236 string "Path to vendor hook source file" 243 string "Platform information for OpenThread" 249 string "Custom Parameters to pass to OpenThread build system"
|
| A D | Kconfig.features | 25 string 350 string 422 string "Path to CMake file to define and link Openthread CLI vendor extension"
|
| /modules/hal_nordic/nrf-regtool/ |
| A D | nrf-regtoolConfig.cmake | 5 string(REPEAT "-v;" ${CONFIG_NRF_REGTOOL_VERBOSITY} verbosity) 21 string(REPEAT "-v;" ${CONFIG_NRF_REGTOOL_VERBOSITY} verbosity)
|
| /modules/ |
| A D | Kconfig.libmetal | 14 string "libmetal library source path"
|
| A D | Kconfig.open-amp | 17 string "OpenAMP library source path"
|
| /modules/hal_nxp/imx/ |
| A D | CMakeLists.txt | 7 string(TOUPPER ${CONFIG_SOC} IMX_DEVICE)
|
| /modules/hal_silabs/simplicity_sdk/ |
| A D | Kconfig | 20 string "RAIL PA custom curve header file" 28 string "RAIL PA curve types header file"
|
| A D | CMakeLists.txt | 24 string(TOUPPER ${CONFIG_SOC_SERIES} SILABS_DEVICE_FAMILY) 25 string(TOUPPER ${CONFIG_SOC} SILABS_DEVICE_PART_NUMBER) 29 string(SUBSTRING ${CONFIG_SOC_SERIES} 7 2 SILABS_DEVICE_FAMILY_NUMBER) 31 string(SUBSTRING ${CONFIG_SOC_SERIES} 4 3 SILABS_DEVICE_FAMILY_NUMBER) 33 string(SUBSTRING ${CONFIG_SOC_SERIES} 3 2 SILABS_DEVICE_FAMILY_NUMBER)
|
| /modules/hal_silabs/gecko/ |
| A D | CMakeLists.txt | 18 string(TOUPPER ${CONFIG_SOC_SERIES} SILABS_GECKO_DEVICE) 19 string(TOUPPER ${CONFIG_SOC} SILABS_GECKO_PART_NUMBER) 22 string(SUBSTRING ${CONFIG_SOC_SERIES} 7 2 GECKO_SERIES_NUMBER)
|
| /modules/trusted-firmware-m/ |
| A D | Kconfig.tfm | 12 string 65 string 198 string "Version of the Secure Image" 206 string "Version of the Non-Secure Image" 256 string "Path to private key used to sign BL2 firmware images." 277 string "The signature type used to sign the secure and non-secure firmware images." 283 string "Path to private key used to sign secure firmware images." 292 string "Path to private key used to sign non-secure firmware images." 335 string "Path to a locally available Ethos-U driver or an empty string" 340 an empty string to allow TF-M to automatically fetch the Ethos-U [all …]
|
| /modules/nanopb/ |
| A D | nanopb.cmake | 39 string(MD5 unique_chars "${proto_hdrs}")
|
| /modules/hal_nxp/mcux/mcux-sdk-ng/device/ |
| A D | device.cmake | 5 string(TOUPPER ${CONFIG_SOC} MCUX_DEVICE) 49 string (REGEX REPLACE "^_" "" core_id "${CONFIG_MCUX_CORE_SUFFIX}")
|
| /modules/hal_ethos_u/ |
| A D | Kconfig | 46 string
|
| /modules/mbedtls/ |
| A D | Kconfig | 53 string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE 154 Attempt to strip last character from logged string when it is a 174 string "mbedTLS install path"
|