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

/openbsd-current/regress/lib/libcrypto/dsa/
H A Ddsatest.c75 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
99 static unsigned char out_g[] = { variable
180 j = sizeof(out_g);
181 if ((i != j) || (memcmp(buf, out_g, i) != 0)) {

Completed in 167 milliseconds