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

/freebsd-11-stable/crypto/openssl/apps/
H A Ddsaparam.c334 int l, len, bits_p; local
337 bits_p = BN_num_bits(dsa->p);
344 printf("static unsigned char dsa%d_p[]={", bits_p);
353 printf("static unsigned char dsa%d_q[]={", bits_p);
362 printf("static unsigned char dsa%d_g[]={", bits_p);
370 printf("DSA *get_dsa%d()\n\t{\n", bits_p);
374 bits_p, bits_p);
376 bits_p, bits_p);
[all...]

Completed in 168 milliseconds