Home
last modified time | relevance | path

Searched refs:format (Results 1 – 12 of 12) sorted by relevance

/modules/thrift/src/thrift/transport/
A DTSSLSocket.cpp432 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 DTSSLSocket.h280 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 Dcreate_psa_files.py42 """.format(os.path.basename(__file__), INPUT_REL_PATH)
60 """.format(os.path.basename(__file__), INPUT_REL_PATH)
97 """.format(sym))
108 """.format(sym))
A DKconfig.mbedtls421 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 Dshell.c27 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 DKconfig.thread25 format "de:ad:00:be:ef:00:ca:fe"
30 Network Key for OpenThread with format
/modules/lz4/
A DKconfig49 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 DKconfig.nrf_regtool25 the peripheral configurations, but in a less readable format.
/modules/nanopb/
A DKconfig50 Encode scalar arrays in the unpacked format, which takes up more
/modules/lvgl/
A DKconfig150 This can be useful to disable if you need to change a display's pixel format
/modules/
A DKconfig.mcuboot44 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 DCMakeLists.txt433 # Configure which format (full or hash) to include the public key in
465 --public-key-format ${TFM_PUBLIC_KEY_FORMAT}

Completed in 25 milliseconds