OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bits_p
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
dsaparam.c
358
int l,len,
bits_p
;
local
361
bits_p
=BN_num_bits(dsa->p);
369
printf("static unsigned char dsa%d_p[]={",
bits_p
);
378
printf("static unsigned char dsa%d_q[]={",
bits_p
);
387
printf("static unsigned char dsa%d_g[]={",
bits_p
);
395
printf("DSA *get_dsa%d()\n\t{\n",
bits_p
);
399
bits_p
,
bits_p
);
401
bits_p
,
bits_p
);
[
all
...]
/external/openssl/apps/
dsaparam.c
358
int l,len,
bits_p
;
local
361
bits_p
=BN_num_bits(dsa->p);
369
printf("static unsigned char dsa%d_p[]={",
bits_p
);
378
printf("static unsigned char dsa%d_q[]={",
bits_p
);
387
printf("static unsigned char dsa%d_g[]={",
bits_p
);
395
printf("DSA *get_dsa%d()\n\t{\n",
bits_p
);
399
bits_p
,
bits_p
);
401
bits_p
,
bits_p
);
[
all
...]
Completed in 89 milliseconds