Searched refs:SHA1_VALIDATE_RET (Results 1 – 1 of 1) sorted by relevance
49 #define SHA1_VALIDATE_RET(cond) \ macro108 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_starts_ret()135 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha1_process()136 SHA1_VALIDATE_RET( (const unsigned char *)data != NULL ); in mbedtls_internal_sha1_process()312 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_update_ret()313 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_update_ret()373 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_finish_ret()374 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_finish_ret()444 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_ret()445 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_ret()
Completed in 3 milliseconds