Searched refs:msg4 (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | membio_test.c | 21 const char msg4[] = "FEDCBA"; in test_dgram() local 46 if (!TEST_int_eq(BIO_write(bio, msg4, sizeof(msg4)), sizeof(msg4))) in test_dgram() 56 || !TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(msg4)) in test_dgram() 57 || !TEST_mem_eq(buf, sizeof(msg4), msg4, sizeof(msg4))) in test_dgram()
|
H A D | curve448_internal_test.c | 219 static const uint8_t msg4[11] = { variable 614 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg4, sizeof(msg4), in test_ed448()
|
Completed in 7 milliseconds