/openssl/test/ |
H A D | acvp_test.c | 830 tst->q, tst->q_len, tst->g, tst->g_len, in dsa_sigver_test() 985 return aes_ccm_enc_dec(tst->alg, tst->pt, tst->pt_len, in aes_ccm_enc_dec_test() 987 tst->iv, tst->iv_len, tst->aad, tst->aad_len, in aes_ccm_enc_dec_test() 991 tst->iv, tst->iv_len, tst->aad, tst->aad_len, in aes_ccm_enc_dec_test() 996 tst->iv, tst->iv_len, tst->aad, tst->aad_len, in aes_ccm_enc_dec_test() 1100 tst->iv, tst->iv_len, tst->aad, tst->aad_len, in aes_gcm_enc_dec_test() 1101 tst->ct, tst->ct_len, tst->tag, tst->tag_len, in aes_gcm_enc_dec_test() 1105 tst->iv, tst->iv_len, tst->aad, tst->aad_len, in aes_gcm_enc_dec_test() 1106 tst->pt, tst->pt_len, tst->tag, tst->tag_len, in aes_gcm_enc_dec_test() 1111 tst->iv, tst->iv_len, tst->aad, tst->aad_len, in aes_gcm_enc_dec_test() [all …]
|
H A D | ssl_handshake_rtt_test.c | 45 static int test_handshake_rtt(int tst) in test_handshake_rtt() argument 55 if (tst <= 1) in test_handshake_rtt() 59 if (tst >= 2) in test_handshake_rtt() 66 (tst <= 1) ? TLS1_2_VERSION in test_handshake_rtt() 73 s = SSL_CONNECTION_FROM_SSL(tst % 2 == 0 ? clientssl : serverssl); in test_handshake_rtt() 78 switch (tst) { in test_handshake_rtt()
|
H A D | evp_xof_test.c | 369 static int do_shake_squeeze_test(int tst, in do_shake_squeeze_test() argument 377 size_t i = 0, sz = stride_tests[tst].startsz; in do_shake_squeeze_test() 392 sz = stride_tests[tst].incsz; in do_shake_squeeze_test() 403 static int shake_squeeze_kat_test(int tst) in shake_squeeze_kat_test() argument 405 return do_shake_squeeze_test(tst, shake256_input, sizeof(shake256_input), in shake_squeeze_kat_test() 415 static int shake_squeeze_large_test(int tst) in shake_squeeze_large_test() argument 428 ret = do_shake_squeeze_test(tst, msg, sizeof(msg), out, sizeof(out)); in shake_squeeze_large_test() 439 static int do_shake_squeeze_dup_test(int tst, const char *alg, in do_shake_squeeze_dup_test() argument 448 size_t dupoffset = dupoffset_tests[tst]; in do_shake_squeeze_dup_test() 482 static int shake_squeeze_dup_test(int tst) in shake_squeeze_dup_test() argument [all …]
|
H A D | tls13ccstest.c | 243 static int test_tls13ccs(int tst) in test_tls13ccs() argument 278 switch (tst) { in test_tls13ccs() 301 if (tst >= 6) { in test_tls13ccs() 316 if ((tst >= 3 && tst <= 5) || tst >= 9) { in test_tls13ccs() 343 if (tst >= 6) { in test_tls13ccs() 348 || (tst <= 8 in test_tls13ccs() 353 if (tst <= 8) { in test_tls13ccs() 378 switch (tst) { in test_tls13ccs()
|
H A D | sslapitest.c | 6239 } else if (tst == 1 || tst == 2 || tst == 3) { in test_custom_exts() 6269 if (tst == 3 || tst == 5) { in test_custom_exts() 6294 } else if (tst == 1 || tst == 2 || tst == 3) { in test_custom_exts() 7590 if (tst == 0 || tst == 1) { in test_srp() 7864 if (tst >= 4 && tst < 6) { in test_info_callback() 8382 if (tst >= 8 && tst <= 13) in test_ticket_callbacks() 8390 if (tst == 10 || tst == 11 || tst == 16 || tst == 17) in test_ticket_callbacks() 8392 else if (tst == 12 || tst == 13 || tst == 18 || tst == 19) in test_ticket_callbacks() 9126 if (tst == 0 || tst == 1) { in test_ca_names_int() 9139 if (tst == 1 || tst == 2) { in test_ca_names_int() [all …]
|
H A D | punycode_test.c | 183 static int test_a2ulabel_bad_decode(int tst) in test_a2ulabel_bad_decode() argument 187 …return TEST_int_eq(ossl_a2ulabel(bad_decode_tests[tst].input, out, bad_decode_tests[tst].outlen), … in test_a2ulabel_bad_decode()
|
H A D | evp_extra_test.c | 1511 if (tst == 0) { in test_EVP_PKEY_sign() 1736 tst -= 15; in test_EVP_DigestSignInit() 1739 if (tst >= 6 && tst <= 8) { in test_EVP_DigestSignInit() 1769 if (tst >= 3 && tst <= 5) in test_EVP_DigestSignInit() 1780 if (tst >= 6 && tst <= 8) { in test_EVP_DigestSignInit() 1827 if (tst >= 6 && tst <= 8) { in test_EVP_DigestSignInit() 1837 if (tst >= 6 && tst <= 8) { in test_EVP_DigestSignInit() 3650 switch (tst) { in test_pkey_ctx_fail_without_provider() 5355 if (tst <= 1) in test_signatures_with_engine() 5360 if (tst == 2) in test_signatures_with_engine() [all …]
|
H A D | provfetchtest.c | 230 static int fetch_test(int tst) in fetch_test() argument 240 int query = tst > 3; in fetch_test() 251 switch (tst % 4) { in fetch_test()
|
H A D | rsa_sp800_56b_test.c | 356 static int test_derive_params_from_pq_fail(int tst) in test_derive_params_from_pq_fail() argument 368 && TEST_true(BN_set_word(p, derive_from_pq_tests[tst].p)) in test_derive_params_from_pq_fail() 369 && TEST_true(BN_set_word(q, derive_from_pq_tests[tst].q)) in test_derive_params_from_pq_fail() 370 && TEST_true(BN_set_word(e, derive_from_pq_tests[tst].e)) in test_derive_params_from_pq_fail()
|
H A D | evp_pkey_provided_test.c | 1312 static int test_fromdata_ecx(int tst) in test_fromdata_ecx() argument 1442 switch (tst & 3) { in test_fromdata_ecx() 1483 if (tst > 7) { in test_fromdata_ecx() 1486 } else if (tst > 3) { in test_fromdata_ecx() 1508 if (tst <= 7) { in test_fromdata_ecx() 1547 if (tst > 7) in test_fromdata_ecx()
|
/openssl/demos/digest/ |
H A D | Makefile | 34 @set -e; for tst in $(TESTS); do \ 35 echo "\n"$$tst; \ 36 cat $$tst.c | ./$$tst; \
|
/openssl/demos/encrypt/ |
H A D | Makefile | 26 @set -e; for tst in $(TESTS); do \ 27 echo "\n"$$tst; \ 28 LD_LIBRARY_PATH=../.. ./$$tst; \
|
/openssl/demos/keyexch/ |
H A D | Makefile | 27 @set -e; for tst in $(TESTS); do \ 28 echo "\n"$$tst; \ 29 LD_LIBRARY_PATH=../.. ./$$tst; \
|
/openssl/demos/cipher/ |
H A D | Makefile | 32 @set -e; for tst in $(TESTS); do \ 33 echo "\n"$$tst; \ 34 LD_LIBRARY_PATH=../.. ./$$tst; \
|
/openssl/demos/kdf/ |
H A D | Makefile | 32 @set -e; for tst in $(TESTS); do \ 33 echo "\n"$$tst; \ 34 LD_LIBRARY_PATH=../.. ./$$tst; \
|
/openssl/demos/signature/ |
H A D | Makefile | 34 @set -e; for tst in $(TESTS); do \ 35 echo "\n"$$tst; \ 36 LD_LIBRARY_PATH=../.. ./$$tst; \
|
/openssl/demos/mac/ |
H A D | Makefile | 32 @set -e; for tst in $(TESTS); do \ 33 echo "\n"$$tst; \ 34 LD_LIBRARY_PATH=../.. ./$$tst; \
|
/openssl/demos/pkey/ |
H A D | Makefile | 41 @set -e; for tst in $(TESTS); do \ 42 echo "\n"$$tst; \ 43 LD_LIBRARY_PATH=../.. ./$$tst; \
|
/openssl/crypto/bn/asm/ |
H A D | sparcv8.S | 105 tst %o2 207 tst %o2 295 tst %o2 399 tst %o3 487 tst %o3
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1715 TS_R_PKCS7_TO_TS_TST_INFO_FAILED:129:pkcs7 to ts tst info failed 1727 TS_R_TST_INFO_SETUP_ERROR:123:tst info setup error
|