OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mytce
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
srp-entry.c
97
struct t_confent *tcent,
mytce
;
local
128
mytce
.index = 0;
129
mytce
.modulus.data = (u_char *)wkmodulus;
130
mytce
.modulus.len = sizeof (wkmodulus);
131
mytce
.generator.data = (u_char *)"\002";
132
mytce
.generator.len = 1;
133
tcent = &
mytce
;
eap.c
432
struct t_confent *tce,
mytce
;
local
525
mytce
.index = 0;
526
mytce
.modulus.data = (u_char *)wkmodulus;
527
mytce
.modulus.len = sizeof (wkmodulus);
528
mytce
.generator.data = (u_char *)"\002";
529
mytce
.generator.len = 1;
530
tce = &
mytce
;
[
all
...]
Completed in 484 milliseconds