Searched refs:SHA256_VALIDATE_RET (Results 1 – 1 of 1) sorted by relevance
77 #define SHA256_VALIDATE_RET(cond) \ macro135 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_sha256_starts_ret()136 SHA256_VALIDATE_RET( is224 == 0 || is224 == 1 ); in mbedtls_sha256_starts_ret()237 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha256_process()334 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_sha256_update_ret()335 SHA256_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha256_update_ret()395 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_sha256_finish_ret()396 SHA256_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha256_finish_ret()472 SHA256_VALIDATE_RET( is224 == 0 || is224 == 1 ); in mbedtls_sha256_ret()473 SHA256_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha256_ret()[all …]