Searched refs:format (Results 1 – 12 of 12) sorted by relevance
| /modules/thrift/src/thrift/transport/ |
| A D | TSSLSocket.cpp | 432 if (path == nullptr || format == nullptr) { in loadCertificate() 437 if (strcmp(format, "PEM") == 0) { in loadCertificate() 440 throw TSSLException("Unsupported certificate format: " + string(format)); in loadCertificate() 446 if (aCertificate == nullptr || format == nullptr) { in loadCertificateFromBuffer() 451 if (strcmp(format, "PEM") == 0) { in loadCertificateFromBuffer() 462 throw TSSLException("Unsupported certificate format: " + string(format)); in loadCertificateFromBuffer() 468 if (path == nullptr || format == nullptr) { in loadPrivateKey() 472 if (strcmp(format, "PEM") == 0) { in loadPrivateKey() 483 if (aPrivateKey == nullptr || format == nullptr) { in loadPrivateKeyFromBuffer() 487 if (strcmp(format, "PEM") == 0) { in loadPrivateKeyFromBuffer() [all …]
|
| A D | TSSLSocket.h | 280 virtual void loadCertificate(const char *path, const char *format = "PEM"); 282 const char *format = "PEM"); 289 virtual void loadPrivateKey(const char *path, const char *format = "PEM"); 290 virtual void loadPrivateKeyFromBuffer(const char *aPrivateKey, const char *format = "PEM");
|
| /modules/mbedtls/ |
| A D | create_psa_files.py | 42 """.format(os.path.basename(__file__), INPUT_REL_PATH) 60 """.format(os.path.basename(__file__), INPUT_REL_PATH) 97 """.format(sym)) 108 """.format(sym))
|
| A D | Kconfig.mbedtls | 421 bool "Support for PEM certificate format" 423 By default only DER (binary) format of certificates is supported. Enable 424 this option to enable support for PEM format.
|
| /modules/openthread/ |
| A D | shell.c | 27 static int ot_console_cb(void *context, const char *format, va_list arg) in ot_console_cb() argument 35 shell_vfprintf(shell_p, SHELL_NORMAL, format, arg); in ot_console_cb()
|
| A D | Kconfig.thread | 25 format "de:ad:00:be:ef:00:ca:fe" 30 Network Key for OpenThread with format
|
| /modules/lz4/ |
| A D | Kconfig | 49 also compresses data using the lz4 block format. 80 utility, it's necessary to use the official interoperable frame format. 81 This format is generated and decoded automatically by the lz4frame library.
|
| /modules/hal_nordic/ |
| A D | Kconfig.nrf_regtool | 25 the peripheral configurations, but in a less readable format.
|
| /modules/nanopb/ |
| A D | Kconfig | 50 Encode scalar arrays in the unpacked format, which takes up more
|
| /modules/lvgl/ |
| A D | Kconfig | 150 This can be useful to disable if you need to change a display's pixel format
|
| /modules/ |
| A D | Kconfig.mcuboot | 44 by your target's MCUboot image. The file is in PEM format. 74 image. The file is in PEM format. 115 The format is major.minor.revision+build.
|
| /modules/trusted-firmware-m/ |
| A D | CMakeLists.txt | 433 # Configure which format (full or hash) to include the public key in 465 --public-key-format ${TFM_PUBLIC_KEY_FORMAT}
|
Completed in 25 milliseconds