Home
last modified time | relevance | path

Searched refs:TEST_int_le (Results 26 – 30 of 30) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Dtestutil.h432 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) macro
H A Devp_extra_test2.c354 && TEST_int_le(BN_num_bits(privkey), 225); in test_dh_tofrom_data_select()
H A Dsslapitest.c2431 || !TEST_int_le(SSL_read(cssl, NULL, 0), 0) in post_handshake_verify()
2432 || !TEST_int_le(SSL_read(sssl, NULL, 0), 0) in post_handshake_verify()
4486 if (!TEST_int_le(SSL_accept(serverssl), 0) in test_early_data_not_expected()
6264 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6279 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6991 if (!TEST_int_le(SSL_connect(con), 0)) { in test_max_fragment_len_ext()
9672 if (!TEST_int_le(SSL_connect(clientssl), 0) in test_dh_auto()
9673 || !TEST_int_le(SSL_accept(serverssl), 0)) in test_dh_auto()
H A Devp_extra_test.c1182 || !TEST_int_le(EVP_PKEY_sign(ctx, sig, &shortsig_len, tbs, in test_EVP_PKEY_sign()
1257 || !TEST_int_le(EVP_PKEY_sign(ctx, sig, &shortsig_len, tbs, in test_EVP_PKEY_sign_with_app_method()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c810 if (!TEST_int_le(ret, peer->bytes_to_read)) { in do_app_data_step()

12