Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/
D.gitattributes5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0
8 # Do not perform whitespace checks. Do not format.
9 [attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format-6.0
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_x509_expiration_check.c28 USHORT format, ULONG *unix_time);
175 USHORT format, ULONG *unix_time) in _nx_secure_x509_asn1_time_to_unix_convert() argument
184 if (format == NX_SECURE_ASN_TAG_UTC_TIME) in _nx_secure_x509_asn1_time_to_unix_convert()
265 else if (format == NX_SECURE_ASN_TAG_GENERALIZED_TIME) in _nx_secure_x509_asn1_time_to_unix_convert()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_expiration_time_test.c19 …1_time_to_unix_convert(const UCHAR *asn1_time, USHORT asn1_length, USHORT format, ULONG *unix_time) in _nx_secure_x509_asn1_time_to_unix_convert() argument
27 if(format == NX_SECURE_ASN_TAG_UTC_TIME) in _nx_secure_x509_asn1_time_to_unix_convert()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
DREADME.md10 …on is complete, copy the connection string for the device with following format **HostName=<>;Devi…
33 …on is complete, copy the connection string for the device with following format **HostName=<>;Devi…
66 # Convert format from key to der.
69 # Convert format from cert pem to der.
78 # Convert format from key to der.
81 # Convert format from cert pem to der.
/NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/
Dtls_test_frame.h217 #define print_error_message( format, ...) printf( format, ##__VA_ARGS__) argument
/NetX-Duo-v6.2.1/addons/azure_iot/
DREADME.md46 * Support of IoT Hub primitive data format: [device to cloud (D2C) message](https://learn.microsoft…
47 * Support of IoT Plug and Play data format: Telemetry, Properties and Commands.
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h563 INT (*output)(const CHAR *format, ...),
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md1110 …nter to `UCHAR` containing the payload for the direct method response. Payload is in JSON format. |
1279 …er to `UCHAR` containing the payload for the IoT Hub command response. Payload is in JSON format. |
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3535 INT (*output)(const CHAR *format, ...), in _nx_crypto_ec_fixed_output() argument
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt3483 nx_secure_tls_api.h Modified the format slightly.
3496 nx_secure_tls_process_record.c Modified the format slightly.
3501 nx_secure_tls_record_payload_decrypt.c Modified the format slightly.