Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dmd2.c56 static const unsigned char PI_SUBST[256] = variable
134 ( ctx->state[j] ^ PI_SUBST[t] ); in mbedtls_md2_process()
146 ( ctx->cksum[i] ^ PI_SUBST[ctx->buffer[i] ^ t] ); in mbedtls_md2_process()