Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_ks.c186 static uint32_t pc2_2_table[5][32] = variable
280 lower = pc2_2_table[0][(d >> 51) & 31] | in des_ks()
281 pc2_2_table[1][(d >> 46) & 31] | in des_ks()
282 pc2_2_table[2][(d >> 41) & 31] | in des_ks()
283 pc2_2_table[3][(d >> 36) & 31] | in des_ks()
284 pc2_2_table[4][(d >> 31) & 31] | in des_ks()