Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dsha256.c47 #define SHA256_VALIDATE_RET(cond) \ macro
82 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_sha256_starts_ret()
83 SHA256_VALIDATE_RET( is224 == 0 || is224 == 1 ); in mbedtls_sha256_starts_ret()
184 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha256_process()
185 SHA256_VALIDATE_RET( (const unsigned char *)data != NULL ); in mbedtls_internal_sha256_process()
281 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_sha256_update_ret()
282 SHA256_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha256_update_ret()
342 SHA256_VALIDATE_RET( ctx != NULL ); in mbedtls_sha256_finish_ret()
343 SHA256_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha256_finish_ret()
419 SHA256_VALIDATE_RET( is224 == 0 || is224 == 1 ); in mbedtls_sha256_ret()
[all …]