Searched refs:bits_p (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Ddsaparam.c289 int l,len,bits_p,bits_q,bits_g; local
292 bits_p=BN_num_bits(dsa->p);
302 printf("static unsigned char dsa%d_p[]={",bits_p);
311 printf("static unsigned char dsa%d_q[]={",bits_p);
320 printf("static unsigned char dsa%d_g[]={",bits_p);
328 printf("DSA *get_dsa%d()\n\t{\n",bits_p);
332 bits_p,bits_p);
334 bits_p,bits_p);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddsaparam.c360 int l,len,bits_p,bits_q,bits_g; local
363 bits_p=BN_num_bits(dsa->p);
373 printf("static unsigned char dsa%d_p[]={",bits_p);
382 printf("static unsigned char dsa%d_q[]={",bits_p);
391 printf("static unsigned char dsa%d_g[]={",bits_p);
399 printf("DSA *get_dsa%d()\n\t{\n",bits_p);
403 bits_p,bits_p);
405 bits_p,bits_p);
[all...]

Completed in 99 milliseconds