Home
last modified time | relevance | path

Searched refs:TEST_uchar_eq (Results 1 – 8 of 8) sorted by last modified time

/openssl/test/
H A Dtest_test.c104 if (!TEST(1, TEST_uchar_eq(49, 49)) in test_uchar()
105 || !TEST(0, TEST_uchar_eq(49, 60)) in test_uchar()
477 && TEST_uchar_eq(22, uc++) in test_single_eval()
478 && TEST_uchar_eq(uc /= 2, 11) in test_single_eval()
H A Dtestutil.h415 # define TEST_uchar_eq(a, b) test_uchar_eq(__FILE__, __LINE__, #a, #b, a, b) macro
H A Devp_libctx_test.c616 && TEST_uchar_eq(secret[0], 0) in kem_rsa_params()
H A Dpackettest.c161 || !TEST_uchar_eq(bytes[0], 2) in test_PACKET_get_bytes()
162 || !TEST_uchar_eq(bytes[1], 4) in test_PACKET_get_bytes()
163 || !TEST_uchar_eq(bytes[2], 6) in test_PACKET_get_bytes()
164 || !TEST_uchar_eq(bytes[3], 8) in test_PACKET_get_bytes()
168 || !TEST_uchar_eq(bytes[0], 0xf8) in test_PACKET_get_bytes()
169 || !TEST_uchar_eq(bytes[1], 0xfa) in test_PACKET_get_bytes()
170 || !TEST_uchar_eq(bytes[2], 0xfc) in test_PACKET_get_bytes()
171 || !TEST_uchar_eq(bytes[3], 0xfe) in test_PACKET_get_bytes()
192 || !TEST_uchar_eq(bytes[0], 0xf8) in test_PACKET_copy_bytes()
193 || !TEST_uchar_eq(bytes[1], 0xfa) in test_PACKET_copy_bytes()
[all …]
H A Dsecmemtest.c148 if (!TEST_uchar_eq(p[i], 0)) in test_sec_mem_clear()
164 if (!TEST_uchar_eq(p[i], 0)) in test_sec_mem_clear()
H A Dbio_enc_test.c82 if (!TEST_uchar_eq(out[i], (unsigned char)~ref[i])) { in do_bio_cipher()
160 if (!TEST_uchar_eq(out[i], (unsigned char)~ref[i])) { in do_bio_cipher()
H A Drc4test.c85 return TEST_uchar_eq(obuf[i], 0); in test_rc4_end_processing()
H A Dchacha_internal_test.c175 if (!TEST_uchar_eq(buf[j], ref[j])) { in test_cha_cha_internal()

Completed in 34 milliseconds