Searched refs:SHA512_VALIDATE_RET (Results 1 – 1 of 1) sorted by relevance
58 #define SHA512_VALIDATE_RET(cond) \ macro124 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_sha512_starts_ret()125 SHA512_VALIDATE_RET( is384 == 0 || is384 == 1 ); in mbedtls_sha512_starts_ret()224 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_internal_sha512_process()312 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_sha512_update_ret()313 SHA512_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha512_update_ret()372 SHA512_VALIDATE_RET( ctx != NULL ); in mbedtls_sha512_finish_ret()373 SHA512_VALIDATE_RET( (unsigned char *)output != NULL ); in mbedtls_sha512_finish_ret()451 SHA512_VALIDATE_RET( is384 == 0 || is384 == 1 ); in mbedtls_sha512_ret()452 SHA512_VALIDATE_RET( ilen == 0 || input != NULL ); in mbedtls_sha512_ret()[all …]
Completed in 3 milliseconds