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/ |
D | run_integration_otp.c | 53 #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/ |
D | test_proj_otp.h | 45 #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/ |
D | tests_hw_access.h | 113 #define TEST_CALC_BUFF_ZEROS(wordBuf, buffWordSize, zeros) {\ argument 117 zeros = 0;\ 122 zeros++;\
|
D | tests_hw_access_iot.h | 72 #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/ |
D | tfm_log_system_design_document.rst | 79 * 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/ |
D | psoc6_ns.ld | 259 * 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/ |
D | rsa_alt.c | 2409 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()
|