Lines Matching defs:out
34 * The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
187 FILE *out = nullptr;
210 fputc(c, ctx->out);
211 fflush(ctx->out);
219 static int TestGenerate(FILE *out) {
227 fprintf(out, "test generation of DSA parameters\n");
230 ctx.out = out;
239 fprintf(out, "seed\n");
241 fprintf(out, "%02X%02X%02X%02X ", seed[i], seed[i + 1], seed[i + 2],
244 fprintf(out, "\ncounter=%d h=%ld\n", counter, h);