Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd2.c14 static const u8 PI_SUBST[256] = { variable
56 x[j] ^= PI_SUBST[t]; in md2_process()
66 ctx->md2_checksum[i] ^= PI_SUBST[data[i] ^ t]; in md2_process()