HomeSort by relevance Sort by last modified time
    Searched defs:des_key (Results 1 - 5 of 5) sorted by null

  /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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
rpc_des.h 56 u_char des_key[8]; /* key (with low bit parity) */ member in struct:desparams
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
rpc_des.h 56 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

Completed in 194 milliseconds