OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_q
(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
47
static unsigned char
out_q
[] = {
variable
93
j = sizeof(
out_q
);
94
if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i,
out_q
, i))
/src/crypto/external/apache2/openssl/dist/test/
dsatest.c
101
static unsigned char
out_q
[] = {
variable
201
* seed, out_p,
out_q
, out_g are taken from the updated Appendix 5 to FIPS
244
j = sizeof(
out_q
);
245
if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i,
out_q
, i))
501
|| !TEST_ptr(q = BN_bin2bn(
out_q
, sizeof(
out_q
), NULL))
590
|| !TEST_ptr(q = BN_bin2bn(
out_q
, sizeof(
out_q
), NULL))
/src/crypto/external/bsd/openssl/dist/test/
dsatest.c
45
static unsigned char
out_q
[] = {
variable
72
* seed, out_p,
out_q
, out_g are taken from the updated Appendix 5 to FIPS
98
j = sizeof(
out_q
);
99
if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i,
out_q
, i))
355
|| !TEST_ptr(q = BN_bin2bn(
out_q
, sizeof(
out_q
), NULL))
444
|| !TEST_ptr(q = BN_bin2bn(
out_q
, sizeof(
out_q
), NULL))
Completed in 42 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026