/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/portable/ |
D | pendian.h | 91 #define bswap16(v) \ argument 96 #define bswap32(v) \ argument 104 #define bswap64(v) \ argument 116 #define bswap8(v) ((uint8_t)(v)) argument 136 #define le16toh(v) (v) argument 137 #define le32toh(v) (v) argument 138 #define le64toh(v) (v) argument 140 #define htole16(v) (v) argument 141 #define htole32(v) (v) argument 142 #define htole64(v) (v) argument [all …]
|
D | pstdint.h | 361 # define UINT8_C(v) ((uint8_t) v) argument 376 # define INT8_C(v) ((int8_t) v) argument 391 # define UINT16_C(v) ((uint16_t) (v)) argument 394 # define UINT16_C(v) ((uint16_t) (v)) argument 412 # define INT16_C(v) ((int16_t) (v)) argument 418 # define INT16_C(v) ((int16_t) (v)) argument 433 # define UINT32_C(v) v ## UL argument 442 # define UINT32_C(v) v ## U argument 445 # define UINT32_C(v) ((unsigned short) (v)) argument 463 # define INT32_C(v) v ## L argument [all …]
|
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/model/schema/ |
D | process_event_json_printer.h | 10 static void AzureIoTSecurity_ProcessEvent_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_ProcessEvent_print_json_enum()
|
D | process_event_type_json_printer.h | 10 static void AzureIoTSecurity_ProcessEventType_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_ProcessEventType_print_json_enum()
|
D | protocol_json_printer.h | 10 static void AzureIoTSecurity_Protocol_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Protocol_print_json_enum()
|
D | baseline_json_printer.h | 12 static void AzureIoTSecurity_Result_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Result_print_json_enum() 23 static void AzureIoTSecurity_Severity_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Severity_print_json_enum()
|
D | log_json_printer.h | 12 static void AzureIoTSecurity_Level_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Level_print_json_enum()
|
D | flatbuffers_common_reader.h | 228 static inline int __flatbuffers_string_n_cmp(flatbuffers_string_t v, const char *s, size_t n) in __flatbuffers_string_n_cmp() 232 static inline int __flatbuffers_string_cmp(flatbuffers_string_t v, const char *s, size_t n) { (void… in __flatbuffers_string_cmp()
|
/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_ecjpake.c | 175 NX_CRYPTO_EC_POINT v; in _nx_crypto_ecjpake_hello_generate() local 343 NX_CRYPTO_EC_POINT v; in _nx_crypto_ecjpake_hello_process() local 504 NX_CRYPTO_EC_POINT public_key, v; in _nx_crypto_ecjpake_key_exchange_generate() local 641 NX_CRYPTO_EC_POINT public_key, v; in _nx_crypto_ecjpake_key_exchange_process() local 781 NX_CRYPTO_EC_POINT *v, in _nx_crypto_ecjpake_schnorr_zkp_hash() 1110 NX_CRYPTO_EC_POINT *v, in _nx_crypto_ecjpake_schnorr_zkp_generate() 1213 NX_CRYPTO_EC_POINT *v, in _nx_crypto_ecjpake_schnorr_zkp_verify()
|
D | nx_crypto_initialize.c | 146 char v; in _nx_crypto_self_test_memset() local
|
D | nx_crypto_huge_number.c | 2165 NX_CRYPTO_HUGE_NUMBER u, v, A, C; in _nx_crypto_huge_number_inverse_modulus_prime() local 2302 NX_CRYPTO_HUGE_NUMBER u, v, A, B, C, D; in _nx_crypto_huge_number_inverse_modulus() local
|
D | nx_crypto_gcm.c | 206 UCHAR v[NX_CRYPTO_GCM_BLOCK_SIZE]; in _nx_crypto_gcm_multi() local
|
D | nx_crypto_aes.c | 1514 UINT *v; in _nx_crypto_aes_decrypt() local
|
/NetX-Duo-v6.2.1/crypto_libraries/inc/ |
D | nx_crypto_huge_number.h | 97 #define HN_ULONG_TO_UBASE(v) v argument
|