Home
last modified time | relevance | path

Searched refs:u (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec_secp192r1_fixed_points.c450 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
464 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
478 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
492 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
506 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
520 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
534 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
548 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
562 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
576 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
[all …]
Dnx_crypto_ec_secp224r1_fixed_points.c509 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
523 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
537 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
551 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
565 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
579 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
593 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
607 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
621 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
635 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
[all …]
Dnx_crypto_ec_secp256r1_fixed_points.c508 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
522 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
536 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
550 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
564 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
578 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
592 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
606 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
620 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
634 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
[all …]
Dnx_crypto_ec_secp384r1_fixed_points.c1265 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1279 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1293 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1307 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1321 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1335 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1349 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1363 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1377 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1391 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
[all …]
Dnx_crypto_ec_secp521r1_fixed_points.c1630 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1644 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1658 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1672 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1686 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1700 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1714 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1728 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1742 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
1756 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
[all …]
Dnx_crypto_huge_number.c2165 NX_CRYPTO_HUGE_NUMBER u, v, A, C; in _nx_crypto_huge_number_inverse_modulus_prime() local
2178 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&u, scratch, buffer_size); in _nx_crypto_huge_number_inverse_modulus_prime()
2183 NX_CRYPTO_HUGE_NUMBER_COPY(&u, a); in _nx_crypto_huge_number_inverse_modulus_prime()
2188 while (!_nx_crypto_huge_number_is_zero(&u)) in _nx_crypto_huge_number_inverse_modulus_prime()
2190 while (NX_CRYPTO_HUGE_NUMBER_IS_EVEN(&u)) in _nx_crypto_huge_number_inverse_modulus_prime()
2192 _nx_crypto_huge_number_shift_right(&u, 1); in _nx_crypto_huge_number_inverse_modulus_prime()
2218 if (_nx_crypto_huge_number_compare(&u, &v) != NX_CRYPTO_HUGE_NUMBER_LESS) in _nx_crypto_huge_number_inverse_modulus_prime()
2220 _nx_crypto_huge_number_subtract(&u, &v); in _nx_crypto_huge_number_inverse_modulus_prime()
2225 _nx_crypto_huge_number_subtract(&v, &u); in _nx_crypto_huge_number_inverse_modulus_prime()
2302 NX_CRYPTO_HUGE_NUMBER u, v, A, B, C, D; in _nx_crypto_huge_number_inverse_modulus() local
[all …]
Dnx_crypto_ec.c420 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
482 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
544 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
606 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
668 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
4450 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u},
4451 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u},
4460 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u},
4461 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u}
4463 {(HN_UBASE *)NX_CRYPTO_NULL, 0u, 0u, 0u},
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/model/schema/
Dpayload_builder.h63 …_ref_t AzureIoTSecurity_Payload_clone(flatbuffers_builder_t *B, AzureIoTSecurity_Payload_union_t u) in __flatbuffers_build_union_vector()
65 switch (u.type) { in __flatbuffers_build_union_vector()
66 …vity(AzureIoTSecurity_NetworkActivity_clone(B, (AzureIoTSecurity_NetworkActivity_table_t)u.value)); in __flatbuffers_build_union_vector()
67 …(AzureIoTSecurity_SystemInformation_clone(B, (AzureIoTSecurity_SystemInformation_table_t)u.value)); in __flatbuffers_build_union_vector()
68 …gPorts(AzureIoTSecurity_ListeningPorts_clone(B, (AzureIoTSecurity_ListeningPorts_table_t)u.value)); in __flatbuffers_build_union_vector()
69 …oad_as_Heartbeat(AzureIoTSecurity_Heartbeat_clone(B, (AzureIoTSecurity_Heartbeat_table_t)u.value)); in __flatbuffers_build_union_vector()
70 …ayload_as_Baseline(AzureIoTSecurity_Baseline_clone(B, (AzureIoTSecurity_Baseline_table_t)u.value)); in __flatbuffers_build_union_vector()
71 …y_Payload_as_Process(AzureIoTSecurity_Process_clone(B, (AzureIoTSecurity_Process_table_t)u.value)); in __flatbuffers_build_union_vector()
72 …reIoTSecurity_Payload_as_Log(AzureIoTSecurity_Log_clone(B, (AzureIoTSecurity_Log_table_t)u.value)); in __flatbuffers_build_union_vector()
Dflatbuffers_common_builder.h217 static inline TN ## _union_ref_t *V ## _push_clone(NS ## builder_t *B, TN ## _union_t u)\
218 { return TN ## _vec_push(B, TN ## _clone(B, u)); }
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/
Dflatcc_accessors.h50 union __ ## N ## _cast { T v; uint ## W ## _t u; }; \
53 x.v = v; x.u = E ## W ## toh(x.u); return x.v; } \
56 x.v = v; x.u = hto ## E ## W(x.u); return x.v; } \
59 x.v = v; x.u = le ## W ## toh(x.u); return x.v; } \
62 x.v = v; x.u = htole ## W(x.u); return x.v; } \
65 x.v = v; x.u = be ## W ## toh(x.u); return x.v; } \
68 x.v = v; x.u = htobe ## W(x.u); return x.v; } \
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/portable/
Dpstdint.h809 #define DECLU(bits) glue3(uint,bits,_t) glue3(u,bits,) = glue3(UINT,bits,_C) (0);
814 #define TESTUMAX(bits) glue3(u,bits,) = ~glue3(u,bits,); if (glue3(UINT,bits,_MAX) != glue3(u,bits,…
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h642 NX_CRYPTO_EC_POINT *u,
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3459 #define nx_tcp_socket_create(i, s, n, t, f, l, w, u, d) _nxe_tcp_socket_create(i, s, n, t, f, l, w,… argument