HomeSort by: relevance | last modified time | path
    Searched refs:TEST_int_le (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/openssl.old/dist/test/
fatalerrtest.c 67 if (!TEST_int_le(len = SSL_read(sssl, buf, sizeof(buf) - 1), 0)) {
72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0))
rsa_test.c 333 if (!TEST_int_le(num, 0))
342 if (!TEST_int_le(num, 0))
rdrand_sanitytest.c 73 if (!TEST_int_le(zero_words, max_zero_words))
dtlstest.c 366 if (!TEST_int_le(SSL_connect(cssl), 0))
370 if (!TEST_int_le(SSL_accept(sssl), 0))
374 if (!TEST_int_le(SSL_connect(cssl), 0))
servername_test.c 115 if (!TEST_int_le(SSL_connect(con), 0))
164 if (!TEST_int_le(SSL_connect(con), 0))
  /src/crypto/external/apache2/openssl/dist/test/
fatalerrtest.c 67 if (!TEST_int_le(len = SSL_read(sssl, buf, sizeof(buf) - 1), 0)) {
72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0))
pairwise_fail_test.c 121 if (!TEST_int_le(EVP_PKEY_keygen(ctx, &pkey), 0))
132 if (!TEST_int_le(EVP_PKEY_keygen(ctx, &pkey), 0))
143 if (!TEST_int_le(EVP_PKEY_keygen(ctx, &pkey), 0))
154 if (!TEST_int_le(EVP_PKEY_keygen(ctx, &pkey), 0))
165 if (!TEST_int_le(EVP_PKEY_keygen(ctx, &pkey), 0))
dtlstest.c 446 if (!TEST_int_le(ret = SSL_accept(serverssl), 0))
504 if (!TEST_int_le(SSL_connect(cssl), 0))
508 if (!TEST_int_le(SSL_accept(sssl), 0))
512 if (!TEST_int_le(SSL_connect(cssl), 0))
617 if (!TEST_int_le(SSL_connect(cssl), 0))
621 if (!TEST_int_le(SSL_accept(sssl), 0))
625 if (!TEST_int_le(SSL_connect(cssl), 0))
670 if (!TEST_int_le(ret = SSL_read(cssl, buf, sizeof(buf)), 0)
bio_readbuffer_test.c 64 || !TEST_int_le(len, (int)sizeof(buf) - 1))
rdcpu_sanitytest.c 81 if (!TEST_int_le(zero_words, max_zero_words))
ecdsatest.c 48 || !TEST_int_le(BN_num_bytes(tmp), num)
252 || !TEST_int_le(sig_len, ECDSA_size(eckey))
371 && TEST_int_le(siglen, siglen0)
380 && TEST_int_le(siglen, siglen0)
servername_test.c 130 if (!TEST_int_le(SSL_connect(con), 0))
183 if (!TEST_int_le(SSL_connect(con), 0))
clienthellotest.c 150 if (!TEST_int_le(SSL_connect(con), 0)) {
membio_test.c 36 if (!TEST_int_le(BIO_set_mem_eof_return(bio, 0), 0))
recordlentest.c 139 if (!TEST_int_le(SSL_accept(serverssl), 0))
test_test.c 41 || !TEST(1, TEST_int_le(4, 9))
42 || !TEST(1, TEST_int_le(5, 5))
43 || !TEST(0, TEST_int_le(9, 4))
462 && TEST_int_le(5, i++)
  /src/crypto/external/bsd/openssl/dist/test/
fatalerrtest.c 67 if (!TEST_int_le(len = SSL_read(sssl, buf, sizeof(buf) - 1), 0)) {
72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0))
rand_test.c 32 || !TEST_int_le(RAND_priv_bytes(outbuf, sizeof(outbuf) + 1), 0)
rdrand_sanitytest.c 69 if (!TEST_int_le(zero_words, max_zero_words))
bio_readbuffer_test.c 63 || !TEST_int_le(len, (int)sizeof(buf) - 1))
asn1_internal_test.c 143 if (TEST_int_le(i2d_RSAPrivateKey(rsa, NULL), 0))
dtlstest.c 445 if (!TEST_int_le(ret = SSL_accept(serverssl), 0))
503 if (!TEST_int_le(SSL_connect(cssl), 0))
507 if (!TEST_int_le(SSL_accept(sssl), 0))
511 if (!TEST_int_le(SSL_connect(cssl), 0))
ecdsatest.c 48 || !TEST_int_le(BN_num_bytes(tmp), num)
252 || !TEST_int_le(sig_len, ECDSA_size(eckey))
369 && TEST_int_le(siglen, siglen0)
376 && TEST_int_le(siglen, siglen0)
servername_test.c 132 if (!TEST_int_le(SSL_connect(con), 0))
185 if (!TEST_int_le(SSL_connect(con), 0))
clienthellotest.c 189 if (!TEST_int_le(SSL_connect(con), 0)) {

Completed in 37 milliseconds

1 2 3 4