OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:des_key
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
pppcrypt.c
72
MakeKey(key,
des_key
)
74
u_char *
des_key
; /* OUT 64 bit DES key with parity bits added */
76
des_key
[0] = Get7Bits(key, 0);
77
des_key
[1] = Get7Bits(key, 7);
78
des_key
[2] = Get7Bits(key, 14);
79
des_key
[3] = Get7Bits(key, 21);
80
des_key
[4] = Get7Bits(key, 28);
81
des_key
[5] = Get7Bits(key, 35);
82
des_key
[6] = Get7Bits(key, 42);
83
des_key
[7] = Get7Bits(key, 49)
135
u_char
des_key
[8];
local
186
DES_cblock
des_key
;
local
219
des_cblock
des_key
;
local
[
all
...]
/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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_des.h
56
u_char
des_key
[8]; /* key (with low bit parity) */
member in struct:desparams
Completed in 1576 milliseconds