HomeSort by: relevance | last modified time | path
    Searched refs:out_g (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
dsatest.c 28 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
53 static unsigned char out_g[] = { variable
103 j = sizeof(out_g);
104 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_g, i))
  /src/crypto/external/apache2/openssl/dist/test/
dsatest.c 123 static unsigned char out_g[] = { variable
201 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
254 j = sizeof(out_g);
255 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_g, i))
502 || !TEST_ptr(g = BN_bin2bn(out_g, sizeof(out_g), NULL))
591 || !TEST_ptr(g = BN_bin2bn(out_g, sizeof(out_g), NULL))
  /src/crypto/external/bsd/openssl/dist/test/
dsatest.c 50 static unsigned char out_g[] = { variable
72 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
108 j = sizeof(out_g);
109 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_g, i))
356 || !TEST_ptr(g = BN_bin2bn(out_g, sizeof(out_g), NULL))
445 || !TEST_ptr(g = BN_bin2bn(out_g, sizeof(out_g), NULL))

Completed in 24 milliseconds