Home | History | Annotate | Download | only in apps

Lines Matching refs:bits

256 		BIO_printf(bio_err," numbits       number of bits in to generate (default 512)\n");
462 int len,l,bits;
465 bits=BN_num_bits(dh->p);
475 printf("DH *get_dh%d()\n\t{\n",bits);
478 printf("\tstatic unsigned char dh%d_p[]={",bits);
487 printf("\tstatic unsigned char dh%d_g[]={",bits);
498 bits,bits);
500 bits,bits);