Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_otp.c53 #define RUNIT_TEST_CALC_BUFF_ZEROS(wordBuf, buffWordSize, zeros) \ argument
58 zeros = 0;\
63 zeros++;\
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_otp.h45 #define TEST_CALC_BUFF_ZEROS(wordBuf, buffWordSize, zeros) {\ argument
49 zeros = 0;\
54 zeros++;\
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_hw_access.h113 #define TEST_CALC_BUFF_ZEROS(wordBuf, buffWordSize, zeros) {\ argument
117 zeros = 0;\
122 zeros++;\
Dtests_hw_access_iot.h72 #define TEST_CALC_BUFF_ZEROS(wordBuf, buffWordSize, zeros) {\ argument
76 zeros = 0;\
81 zeros++;\
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dtfm_log_system_design_document.rst79 * leading zeros are not stripped. This function rely on HAL API
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Source/gcc/
Dpsoc6_ns.ld259 * A) put information to clear the section with all zeros during application
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c2409 unsigned char zeros[8]; in mbedtls_rsa_rsassa_pss_verify_ext() local
2453 memset( zeros, 0, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()
2508 ret = mbedtls_md_update( &md_ctx, zeros, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()