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

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dccmisc.c83 static uint8_t odd_parity[256] = { variable
109 p[n] = odd_parity[p[n]];
H A Ddes-tables.h179 static unsigned char odd_parity[256] = { variable
H A Ddes.c126 (*key)[i] = odd_parity[(*key)[i]];
143 if ((*key)[i] != odd_parity[(*key)[i]])
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DDESSupport.c17 static unsigned char odd_parity[256] = { variable
40 key[idx] = odd_parity[key[idx]];
/macosx-10.10/dtrace-147/sys/
H A Dbitmap.h177 extern int odd_parity(ulong_t);
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Dset_key.c74 static const unsigned char odd_parity[256]={ variable
97 (*key)[i]=odd_parity[(*key)[i]];
106 if ((*key)[i] != odd_parity[(*key)[i]])

Completed in 125 milliseconds