Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/fips/dsa/
Dfips_dsa_selftest.c95 static unsigned char out_g[] = { variable
149 j = sizeof(out_g); in FIPS_selftest_dsa()
150 if (i != j || memcmp(buf, out_g, i) != 0) in FIPS_selftest_dsa()
Dfips_dsatest.c128 static unsigned char out_g[] = { variable
203 j = sizeof(out_g); in main()
204 if ((i != j) || (memcmp(buf, out_g, i) != 0)) { in main()
/freebsd-9-stable/crypto/openssl/crypto/dsa/
Ddsatest.c124 static unsigned char out_g[] = { variable
205 j = sizeof(out_g); in main()
206 if ((i != j) || (memcmp(buf, out_g, i) != 0)) { in main()