Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dsha1.c44 #define SHA1_VALIDATE_RET(cond) \ macro
80 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_starts()
103 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha1_process()
104 SHA1_VALIDATE_RET( (const unsigned char *)data != NULL ); in mbedtls_internal_sha1_process()
280 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_update()
281 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_update()
332 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_finish()
333 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_finish()
395 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1()
396 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1()

Completed in 3 milliseconds