Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Dsha1_alt.c43 #define SHA1_VALIDATE_RET( cond ) do { } while(0) macro
90 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_starts_ret()
116 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha1_process()
117 SHA1_VALIDATE_RET( (const unsigned char *)data != NULL ); in mbedtls_internal_sha1_process()
137 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_update_ret()
138 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_update_ret()
189 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_finish_ret()
190 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_finish_ret()