Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 47) sorted by relevance

12

/openssl-master/apps/lib/
A Dvms_term_sock.c333 close (SockDesc1); in CreateSocketPair()
343 close (SockDesc1); in CreateSocketPair()
362 close (SockDesc1); in CreateSocketPair()
373 close (SockDesc1); in CreateSocketPair()
394 close (SockDesc1); in CreateSocketPair()
406 close (SockDesc1); in CreateSocketPair()
429 close (SockDesc1); in CreateSocketPair()
430 close (SockDesc2); in CreateSocketPair()
448 close (SockDesc1); in CreateSocketPair()
449 close (SockDesc2); in CreateSocketPair()
[all …]
/openssl-master/engines/
A De_afalg.c182 close(waitfd); in afalg_waitfd_cleanup()
456 close(actx->bfd); in afalg_create_sk()
458 close(actx->sfd); in afalg_create_sk()
619 close(actx->sfd); in afalg_cipher_init()
620 close(actx->bfd); in afalg_cipher_init()
689 close(actx->sfd); in afalg_cipher_cleanup()
690 close(actx->bfd); in afalg_cipher_cleanup()
692 close(actx->zc_pipe[0]); in afalg_cipher_cleanup()
693 close(actx->zc_pipe[1]); in afalg_cipher_cleanup()
697 close(actx->aio.efd); in afalg_cipher_cleanup()
[all …]
/openssl-master/include/internal/
A Dsockets.h142 # define closesocket(s) close(s)
147 # define closesocket(s) close(s)
160 # define closesocket(s) close(s)
163 # define closesocket(s) close(s)
/openssl-master/apps/
A DCA.pl.in105 close IN;
106 close OUT;
163 close OUT;
166 close OUT;
A Dtsget.in173 close INPUT
195 close OUTPUT
/openssl-master/
A De_os.h257 # define close _close macro
382 # undef close
383 # define close spt_close macro
A Dconfigdata.pm.in122 close $buildfile_template_fh;
148 close BUILDFILE;
A DNOTES-DJGPP.md32 running in a DOS box under Windows. If so, just close the BASH
/openssl-master/doc/man3/
A DBIO_s_fd.pod26 If the close flag is set then close() is called on the underlying
38 BIO_set_fd() sets the file descriptor of BIO B<b> to B<fd> and the close
A DBIO_ctrl.pod66 BIO_set_close() sets the BIO B<b> close flag to B<flag>. B<flag> can
71 BIO_get_close() returns the BIOs close flag.
99 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE. It also
A DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
A DSSL_set_shutdown.pod54 close alert to the peer (see L<SSL_shutdown(3)>).
A DBIO_new.pod34 on the underlying I/O structure, for example it may close the file being
A DOPENSSL_init_ssl.pod16 resources at start up that must, subsequently, be freed on close down of the
A DBIO_s_connect.pod49 If the close flag is set on a connect BIO then any active
53 Calling BIO_reset() on a connect BIO will close any active
A DBIO_s_mem.pod64 close flag to B<c>, that is B<c> should be either BIO_CLOSE or BIO_NOCLOSE.
103 contains only the remaining data to be read. If the close status of the
A DSSL_shutdown.pod32 then close the underlying connection without waiting for the peer's response.
91 =head2 First to close the connection
A DSSL_alert_type_string.pod39 "close notify" alert is sent as a warning alert. Other examples for
72 =item "CN"/"close notify"
/openssl-master/test/
A Ddrbgtest.c342 close(fd[0]); in test_drbg_reseed_in_child()
343 close(fd[1]); in test_drbg_reseed_in_child()
348 close(fd[1]); in test_drbg_reseed_in_child()
370 close(fd[0]); in test_drbg_reseed_in_child()
377 close(fd[0]); in test_drbg_reseed_in_child()
390 close(fd[1]); in test_drbg_reseed_in_child()
/openssl-master/Configurations/
A D15-android.conf51 close $fh;
95 close $fh;
/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c476 close(fd); in wait_random_seeded()
547 close(rd->fd); in get_random_device()
562 close(rd->fd); in close_random_device()
/openssl-master/crypto/bio/
A Dbio_local.h189 # define UP_close close
/openssl-master/crypto/rand/
A Drand_egd.c164 close(fd); in RAND_query_egd_bytes()
/openssl-master/tools/
A Dc_rehash.in151 close IN;
/openssl-master/test/helpers/
A Dssltestlib.c829 close(cfd); in create_test_sockets()
831 close(sfd); in create_test_sockets()
834 close(afd); in create_test_sockets()

Completed in 29 milliseconds

12