Searched refs:SHA512_VALIDATE_RET (Results 1 – 1 of 1) sorted by relevance
53 #define SHA512_VALIDATE_RET(cond) \ macro128 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_sha512_starts_ret()130 SHA512_VALIDATE_RET( is384 == 0 || is384 == 1 ); in mbedtls_sha512_starts_ret()132 SHA512_VALIDATE_RET( is384 == 0 ); in mbedtls_sha512_starts_ret()241 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha512_process()353 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_sha512_update_ret()354 SHA512_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha512_update_ret()413 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_sha512_finish_ret()495 SHA512_VALIDATE_RET( is384 == 0 || is384 == 1 ); in mbedtls_sha512_ret()497 SHA512_VALIDATE_RET( is384 == 0 ); in mbedtls_sha512_ret()[all …]
Completed in 4 milliseconds