Home | History | Annotate | Download | only in apps

Lines Matching full:bits_p

358 		int l,len,bits_p;
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);
403 bits_p,bits_p);