/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_sha2.c | 442 ULONG a, b, c, d, e, f, g, h; in _nx_crypto_sha256_process_buffer() local 455 g = context -> nx_sha256_states[6]; in _nx_crypto_sha256_process_buffer() 464 temp1 = h + LARGE_SIGMA_1(e) + CH_FUNC(e, f, g) + _sha2_round_constants[t] + w[t]; in _nx_crypto_sha256_process_buffer() 470 temp1 = g + LARGE_SIGMA_1(d) + CH_FUNC(d, e, f) + _sha2_round_constants[t + 1] + w[t + 1]; in _nx_crypto_sha256_process_buffer() 473 g = temp1 + temp2; in _nx_crypto_sha256_process_buffer() 477 temp2 = LARGE_SIGMA_0(g) + MAJ_FUNC(g, h, a); in _nx_crypto_sha256_process_buffer() 483 temp2 = LARGE_SIGMA_0(f) + MAJ_FUNC(f, g, h); in _nx_crypto_sha256_process_buffer() 489 temp2 = LARGE_SIGMA_0(e) + MAJ_FUNC(e, f, g); in _nx_crypto_sha256_process_buffer() 497 g = g + temp1; in _nx_crypto_sha256_process_buffer() 501 temp1 = b + LARGE_SIGMA_1(g) + CH_FUNC(g, h, a) + _sha2_round_constants[t + 6] + w[t + 6]; in _nx_crypto_sha256_process_buffer() [all …]
|
D | nx_crypto_ecjpake.c | 780 NX_CRYPTO_EC_POINT *g, in _nx_crypto_ecjpake_schnorr_zkp_hash() argument 827 size = g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size + in _nx_crypto_ecjpake_schnorr_zkp_hash() 828 g -> nx_crypto_ec_point_y.nx_crypto_huge_buffer_size + 1; in _nx_crypto_ecjpake_schnorr_zkp_hash() 829 _nx_crypto_ec_point_extract_uncompressed(curve, g, (UCHAR *)scratch, size, &size); in _nx_crypto_ecjpake_schnorr_zkp_hash() 1109 NX_CRYPTO_EC_POINT *g, in _nx_crypto_ecjpake_schnorr_zkp_generate() argument 1126 _nx_crypto_ec_key_pair_generation_extra(curve, g, &temp1, v, scratch); in _nx_crypto_ecjpake_schnorr_zkp_generate() 1131 g, in _nx_crypto_ecjpake_schnorr_zkp_generate() 1212 NX_CRYPTO_EC_POINT *g, in _nx_crypto_ecjpake_schnorr_zkp_verify() argument 1230 g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size); in _nx_crypto_ecjpake_schnorr_zkp_verify() 1235 g, in _nx_crypto_ecjpake_schnorr_zkp_verify() [all …]
|
D | nx_crypto_sha5.c | 506 ULONG64 a, b, c, d, e, f, g, h; in _nx_crypto_sha512_process_buffer() local 542 g = context -> nx_sha512_states[6]; in _nx_crypto_sha512_process_buffer() 548 temp1 = h + LARGE_SIGMA_1(e) + CH_FUNC(e, f, g) + _sha5_round_constants[t] + w[t]; in _nx_crypto_sha512_process_buffer() 550 h = g; in _nx_crypto_sha512_process_buffer() 551 g = f; in _nx_crypto_sha512_process_buffer() 567 context -> nx_sha512_states[6] += g; in _nx_crypto_sha512_process_buffer() 572 e = 0; f = 0; g = 0; h = 0; in _nx_crypto_sha512_process_buffer()
|
D | nx_crypto_ec.c | 2868 NX_CRYPTO_EC_POINT *g, in _nx_crypto_ec_fp_projective_multiple() argument 2882 if ((curve -> nx_crypto_ec_fixed_points) && (&curve -> nx_crypto_ec_g == g)) in _nx_crypto_ec_fp_projective_multiple() 2889 g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size); in _nx_crypto_ec_fp_projective_multiple() 2891 g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size); in _nx_crypto_ec_fp_projective_multiple() 2894 NX_CRYPTO_HUGE_NUMBER_COPY(&negative_g.nx_crypto_ec_point_x, &g -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_multiple() 2897 &g -> nx_crypto_ec_point_y, scratch); in _nx_crypto_ec_fp_projective_multiple() 2927 _nx_crypto_ec_fp_projective_add(curve, &projective_point, g, scratch); in _nx_crypto_ec_fp_projective_multiple() 3006 NX_CRYPTO_EC_POINT *g; in _nx_crypto_ec_fp_fixed_multiple() local 3022 g = &curve -> nx_crypto_ec_g; in _nx_crypto_ec_fp_fixed_multiple() 3025 g -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size << 1); in _nx_crypto_ec_fp_fixed_multiple() [all …]
|
/NetX-Duo-v6.3.0/cmake/ |
D | arm-none-eabi.cmake | 3 set(CMAKE_CXX_COMPILER arm-none-eabi-g++) 23 SET(CMAKE_C_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "c debug compiler flags") 24 SET(CMAKE_CXX_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "cxx debug compiler flags") 25 SET(CMAKE_ASM_FLAGS_DEBUG "-g -ggdb3" CACHE INTERNAL "asm debug compiler flags")
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ecjpake.h | 141 NX_CRYPTO_EC_POINT *g, 152 NX_CRYPTO_EC_POINT *g, 164 NX_CRYPTO_EC_POINT *g, 178 NX_CRYPTO_EC_POINT *g,
|
D | nx_crypto_ec.h | 149 NX_CRYPTO_EC_POINT *g, 533 NX_CRYPTO_EC_POINT *g, 569 NX_CRYPTO_EC_POINT *g, 667 NX_CRYPTO_EC_POINT *g,
|
/NetX-Duo-v6.3.0/ |
D | CONTRIBUTING.md | 9 to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
|
D | SECURITY.md | 19 * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
|
D | README.md | 31 ├── utility # Test cases and utilities (e.g. iperf) 39 …or GA) will be tagged to mark the commit and push it into the Github releases tab, e.g. `v6.2-rel`.
|
D | LICENSE.txt | 56 i. You may use the software in production (e.g. program the modified or unmodified 222 soit pas réduite en dessous d’un niveau raisonnable, approprié et légal, que ce soit en général ou …
|
/NetX-Duo-v6.3.0/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 29 What impact does this issue have on your progress (e.g., annoyance, showstopper)
|
/NetX-Duo-v6.3.0/addons/azure_iot/samples/ |
D | README.md | 89 device cert (`openssl x509 -in cert.pem -fingerprint -noout | sed 's/://g' `) : 97 …(unsigned char) (\w+)/\1 sample_device_cert_ptr/g; s/(unsigned int) (\w+)_len/\1 sample_device_cer… 98 …har) (\w+)/\1 sample_device_private_key_ptr/g; s/(unsigned int) (\w+)_len/\1 sample_device_private…
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/ |
D | asc_security_coreCodeCoverage.cmake | 79 # 3.a (OPTIONAL) Set appropriate optimization flags, e.g. -O0, -O1 or -Og 127 set(COVERAGE_COMPILER_FLAGS "-g -fprofile-arcs -ftest-coverage"
|
/NetX-Duo-v6.3.0/addons/azure_iot/ |
D | README.md | 94 *Total (in bytes) = Metadata (e.g. 300 bytes) + IPv4 Connections * 36 + IPv6 Connections * 60*
|
/NetX-Duo-v6.3.0/common/inc/ |
D | nx_api.h | 487 …INE_INSERT(i, a, b, c, d, f, g, h) _nx_trace_event_insert((ULONG)i, (ULONG)a, (ULONG)b, (ULONG… argument 500 #define NX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h)
|