Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h659 #define STRUCT_OFFSET_CHECK(x, y, z) _Static_assert((offsetof(x,y)==(z)), "The variables type of "#… macro
672 STRUCT_OFFSET_CHECK(mbedtls_sha1_context, total, 0);
673 STRUCT_OFFSET_CHECK(mbedtls_sha1_context, state, 8);
674 STRUCT_OFFSET_CHECK(mbedtls_sha1_context, buffer, 28);
675 STRUCT_OFFSET_CHECK(mbedtls_sha1_context, first_block, 92);
676 STRUCT_OFFSET_CHECK(mbedtls_sha1_context, mode, 96);
677 STRUCT_OFFSET_CHECK(mbedtls_sha1_context, sha_state, 100);
686 STRUCT_OFFSET_CHECK(mbedtls_sha256_context, total, 0);
687 STRUCT_OFFSET_CHECK(mbedtls_sha256_context, state, 8);
688 STRUCT_OFFSET_CHECK(mbedtls_sha256_context, buffer, 40);
[all …]