HomeSort by: relevance | last modified time | path
    Searched refs:cast_sbox2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/cast128/
cast128.c 33 l ^= ((cast_sbox1[U_INT8_Ta(t)] ^ cast_sbox2[U_INT8_Tb(t)]) - \
37 l ^= ((cast_sbox1[U_INT8_Ta(t)] - cast_sbox2[U_INT8_Tb(t)]) + \
41 l ^= ((cast_sbox1[U_INT8_Ta(t)] + cast_sbox2[U_INT8_Tb(t)]) ^ \
cast128sb.h 78 static const u_int32_t cast_sbox2[256] = { variable in typeref:typename:const u_int32_t[256]

Completed in 15 milliseconds