Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dsha1.c44 #define SHA1_VALIDATE_RET(cond) \ macro
80 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_starts_ret()
110 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha1_process()
111 SHA1_VALIDATE_RET( (const unsigned char *)data != NULL ); in mbedtls_internal_sha1_process()
294 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_update_ret()
295 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_update_ret()
355 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_finish_ret()
356 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_finish_ret()
426 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_ret()
427 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_ret()

Completed in 3 milliseconds