Searched refs:S2 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/crypto/cast128/
H A Dcast128.c46 static u_int32_t S2[]; variable
162 (rc) = ((S1[byte0(x)] ^ S2[byte1(x)]) - S3[byte2(x)]) + S4[byte3(x)]; \
167 (rc) = ((S1[byte0(x)] - S2[byte1(x)]) + S3[byte2(x)]) ^ S4[byte3(x)]; \
172 (rc) = ((S1[byte0(x)] + S2[byte1(x)]) ^ S3[byte2(x)]) - S4[byte3(x)]; \
419 static u_int32_t S2[] = { variable

Completed in 23 milliseconds