/external/ppp/pppd/ |
pppcrypt.c | 53 MakeKey(key, des_key) 55 u_char *des_key; /* OUT 64 bit DES key with parity bits added */ 57 des_key[0] = Get7Bits(key, 0); 58 des_key[1] = Get7Bits(key, 7); 59 des_key[2] = Get7Bits(key, 14); 60 des_key[3] = Get7Bits(key, 21); 61 des_key[4] = Get7Bits(key, 28); 62 des_key[5] = Get7Bits(key, 35); 63 des_key[6] = Get7Bits(key, 42); 64 des_key[7] = Get7Bits(key, 49) 116 u_char des_key[8]; local 167 des_cblock des_key; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
rpc_des.h | 57 u_char des_key[8]; /* key (with low bit parity) */ member in struct:desparams
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
rpc_des.h | 57 u_char des_key[8]; /* key (with low bit parity) */ member in struct:desparams
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
rpc_des.h | 57 u_char des_key[8]; /* key (with low bit parity) */ member in struct:desparams
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
rpc_des.h | 109 unsigned char des_key[8]; /* key (with low bit parity) */ member in struct:desparams
|
/external/openssl/crypto/des/ |
rpc_des.h | 109 unsigned char des_key[8]; /* key (with low bit parity) */ member in struct:desparams
|
/external/libppp/src/ |
chap_ms.c | 95 MakeKey(u_char *key, u_char *des_key) 97 des_key[0] = Get7Bits(key, 0); 98 des_key[1] = Get7Bits(key, 7); 99 des_key[2] = Get7Bits(key, 14); 100 des_key[3] = Get7Bits(key, 21); 101 des_key[4] = Get7Bits(key, 28); 102 des_key[5] = Get7Bits(key, 35); 103 des_key[6] = Get7Bits(key, 42); 104 des_key[7] = Get7Bits(key, 49); 106 des_set_odd_parity((des_cblock *)des_key); 112 des_cblock des_key; local [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 91 struct des_key { struct 136 struct des_key des;
|