Home
last modified time | relevance | path

Searched refs:lrbuf (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dsslapitest.c6561 char lrbuf[515], pwbuf[515] = {0}, prbuf[20]; in test_key_update_local_in_read() local
6592 if (!TEST_int_eq(SSL_read(local, lrbuf, sizeof(lrbuf)), -1) in test_key_update_local_in_read()
6606 || !TEST_int_eq(SSL_read(local, lrbuf, sizeof(lrbuf)), sizeof(lrbuf))) in test_key_update_local_in_read()
6619 || !TEST_int_eq(SSL_read(local, lrbuf, sizeof(lrbuf)), strlen(mess))) in test_key_update_local_in_read()

Completed in 27 milliseconds