Searched refs:SHA1_VALIDATE_RET (Results 1 – 1 of 1) sorted by relevance
74 #define SHA1_VALIDATE_RET(cond) \ macro133 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_starts_ret()163 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha1_process()164 SHA1_VALIDATE_RET( (const unsigned char *)data != NULL ); in mbedtls_internal_sha1_process()347 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_update_ret()348 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_update_ret()408 SHA1_VALIDATE_RET( ctx != NULL ); in mbedtls_sha1_finish_ret()409 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_finish_ret()479 SHA1_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha1_ret()480 SHA1_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha1_ret()