OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cprev
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
cipher-aes.c
79
u_char *
cprev
, *cnow, *plain, *ivp;
local
93
cprev
= c->r_iv;
97
buf[j] = plain[j] ^
cprev
[j];
99
cprev
= cnow;
101
memcpy(c->r_iv,
cprev
, RIJNDAEL_BLOCKSIZE);
/external/wpa_supplicant_8/wpa_supplicant/
config.c
1847
struct wpa_cred *cred, *
cprev
;
local
[
all
...]
Completed in 139 milliseconds