Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dsha3.c71 #define SQUEEZE(ctx, idx) ((uint8_t) (ctx->state[(idx) >> 3] >> (((idx) & 0x7) << 3))) macro
267 *output++ = SQUEEZE(ctx, ctx->index); in mbedtls_sha3_finish()