Searched refs:static_assert (Results 1 – 4 of 4) sorted by relevance
362 #if defined(static_assert) && !defined(__FreeBSD__)363 #define MBEDTLS_STATIC_ASSERT(expr, msg) static_assert(expr, msg);
16 #define static_assert(a, b) _Static_assert(a, b) macro
60 static_assert (SHA256_HASH_LENGTH <= CRYPT_OUTPUT_SIZE,72 static_assert (sizeof (struct sha256_buffer) <= ALG_SPECIFIC_SIZE,
60 static_assert (SHA512_HASH_LENGTH <= CRYPT_OUTPUT_SIZE,72 static_assert (sizeof (struct sha512_buffer) <= ALG_SPECIFIC_SIZE,
Completed in 10 milliseconds