Home
last modified time | relevance | path

Searched refs:TEST (Results 1 – 16 of 16) sorted by relevance

/openssl/test/
H A Dtest_test.c35 if (!TEST(1, TEST_int_eq(1, 1)) in test_int()
37 || !TEST(1, TEST_int_ne(1, 2)) in test_int()
38 || !TEST(0, TEST_int_ne(3, 3)) in test_int()
39 || !TEST(1, TEST_int_lt(4, 9)) in test_int()
40 || !TEST(0, TEST_int_lt(9, 4)) in test_int()
41 || !TEST(1, TEST_int_le(4, 9)) in test_int()
42 || !TEST(1, TEST_int_le(5, 5)) in test_int()
43 || !TEST(0, TEST_int_le(9, 4)) in test_int()
222 if (!TEST(1, TEST_ptr(&y)) in test_pointer()
245 if (!TEST(0, TEST_true(0)) in test_bool()
[all …]
H A Ddata.bin1 TEST DATA
H A Dfips-alt.cnf11 # TEST-RAND). This also means that EVP_default_properties_is_fips_enabled()
H A Dfips.cnf14 # TEST-RAND). This also means that EVP_default_properties_is_fips_enabled()
H A Ddata2.bin1 TEST DATA2
H A Ddhkem_test.inc56 /* TEST vectors extracted from RFC 9180 */
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecdh.txt21 # TEST CURVE secp112r1
65 # TEST CURVE secp112r2
111 # TEST CURVE secp128r1
156 # TEST CURVE secp128r2
202 # TEST CURVE secp160k1
250 # TEST CURVE secp160r1
298 # TEST CURVE secp160r2
346 # TEST CURVE secp192k1
394 # TEST CURVE secp224k1
442 # TEST CURVE secp256k1
[all …]
H A Devppkey_brainpool.txt581 # TEST CURVE brainpoolP160r1
625 # TEST CURVE brainpoolP160t1
669 # TEST CURVE brainpoolP192r1
713 # TEST CURVE brainpoolP192t1
757 # TEST CURVE brainpoolP224r1
801 # TEST CURVE brainpoolP224t1
845 # TEST CURVE brainpoolP256r1
889 # TEST CURVE brainpoolP256t1
933 # TEST CURVE brainpoolP320r1
981 # TEST CURVE brainpoolP320t1
[all …]
/openssl/doc/man7/
H A DEVP_RAND-TEST-RAND.pod5 EVP_RAND-TEST-RAND - The test EVP_RAND implementation
14 "TEST-RAND" is the name for this implementation; it can be used with the
78 EVP_RAND *rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL);
91 rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL);
H A DEVP_RAND-CRNG-TEST.pod5 EVP_RAND-CRNG-TEST - The FIPS health testing EVP_RAND filter
17 "CRNG-TEST" is the name for this implementation; it can be used with the
52 EVP_RAND *rand = EVP_RAND_fetch(NULL, "CRNG-TEST", NULL);
H A DOSSL_PROVIDER-FIPS.pod235 =item CRNG-TEST, see L<EVP_RAND-CRNG-TEST(7)>
243 =item TEST-RAND, see L<EVP_RAND-TEST-RAND(7)>
245 TEST-RAND is an unapproved algorithm.
H A DOSSL_PROVIDER-default.pod284 =item TEST-RAND, see L<EVP_RAND-TEST-RAND(7)>
H A Dfips_module.pod558 =item RAND-TEST-RAND
560 See L<EVP_RAND-TEST-RAND(7)/Supported parameters>
/openssl/doc/
H A Dbuild.info4748 DEPEND[html/man7/EVP_RAND-CRNG-TEST.html]=man7/EVP_RAND-CRNG-TEST.pod
4749 GENERATE[html/man7/EVP_RAND-CRNG-TEST.html]=man7/EVP_RAND-CRNG-TEST.pod
4750 DEPEND[man/man7/EVP_RAND-CRNG-TEST.7]=man7/EVP_RAND-CRNG-TEST.pod
4751 GENERATE[man/man7/EVP_RAND-CRNG-TEST.7]=man7/EVP_RAND-CRNG-TEST.pod
4772 DEPEND[html/man7/EVP_RAND-TEST-RAND.html]=man7/EVP_RAND-TEST-RAND.pod
4773 GENERATE[html/man7/EVP_RAND-TEST-RAND.html]=man7/EVP_RAND-TEST-RAND.pod
4774 DEPEND[man/man7/EVP_RAND-TEST-RAND.7]=man7/EVP_RAND-TEST-RAND.pod
4775 GENERATE[man/man7/EVP_RAND-TEST-RAND.7]=man7/EVP_RAND-TEST-RAND.pod
5134 html/man7/EVP_RAND-CRNG-TEST.html \
5281 man/man7/EVP_RAND-CRNG-TEST.7 \
[all …]
/openssl/doc/man3/
H A DEVP_RAND.pod408 L<EVP_RAND-TEST-RAND(7)>,
/openssl/providers/fips/
H A Dself_test_data.inc149 /*- DIGEST SELF TEST DATA */
187 /*- CIPHER TEST DATA */
867 /* KEY EXCHANGE TEST DATA */

Completed in 58 milliseconds