Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_tfo_test.c63 char read_buffer[20]; in test_bio_tfo() local
176 || !TEST_true(BIO_read_ex(sbio, read_buffer, sizeof(read_buffer), &bytes)) in test_bio_tfo()
178 || !TEST_strn_eq(read_buffer, SOCKET_DATA, SOCKET_DATA_LEN)) { in test_bio_tfo()
211 char read_buffer[20]; in test_fd_tfo() local
385 bytes_read = readsocket(sfd, read_buffer, sizeof(read_buffer)); in test_fd_tfo()
387 || !TEST_strn_eq(read_buffer, SOCKET_DATA, SOCKET_DATA_LEN)) { in test_fd_tfo()
/openssl/apps/
H A Dfipsinstall.c564 unsigned char *read_buffer = NULL; in fipsinstall_main() local
785 read_buffer = app_malloc(BUFSIZE, "I/O buffer"); in fipsinstall_main()
786 if (read_buffer == NULL) in fipsinstall_main()
825 if (!do_mac(ctx, read_buffer, module_bio, module_mac, &module_mac_len)) in fipsinstall_main()
835 if (!do_mac(ctx2, read_buffer, mem_bio, install_mac, &install_mac_len)) in fipsinstall_main()
888 OPENSSL_free(read_buffer); in fipsinstall_main()

Completed in 9 milliseconds