Home
last modified time | relevance | path

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

/dports/security/tlswrap/tlswrap-1.04/
H A Dtls.c361 ud->ssl_data_fd_mode = TLS_NONE; in tls_auth_cont()
363 ud->ssl_ctrl_fd_mode = TLS_NONE; in tls_auth_cont()
484 ud->ssl_data_fd_mode = TLS_NONE; in tls_write()
486 ud->ssl_ctrl_fd_mode = TLS_NONE; in tls_write()
528 ud->ssl_data_fd_mode = TLS_NONE; in tls_read()
530 ud->ssl_ctrl_fd_mode = TLS_NONE; in tls_read()
H A Dmisc.c80 ud->ssl_data_fd_mode = TLS_NONE; in user_close()
113 ud->ssl_data_fd_mode = TLS_NONE; in data_close()
218 if (ud[i].ssl_data_fd_mode != TLS_NONE) in find_max_fd()
H A Dtlswrap.h48 enum { TLS_NONE, enumerator
H A Dtlswrap.c608 ud[idx].ssl_data_fd_mode = TLS_NONE; in main2()
609 ud[idx].ssl_ctrl_fd_mode = TLS_NONE; in main2()
805 ud[i].ssl_data_fd_mode = TLS_NONE; in main2()
/dports/devel/lion/lion/
H A Dtls.h49 enum {TLS_NONE = 0, TLS_READ, TLS_WRITE}; /* Restart modes */ enumerator
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_structs.h311 typedef enum { TLS_NONE, TLS_READ, TLS_WRITE } ssl_fd_mode_t; enumerator
H A Dwzd_tls.c549 context->ssl->ssl_fd_mode = TLS_NONE; in tls_auth_cont()
600 context->ssl.ssl_fd_mode = TLS_NONE; in tls_auth_cont()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-or1k.c900 #define TLS_NONE 1 macro
1691 tls_type = local_tls_type == NULL ? TLS_NONE in or1k_elf_relocate_section()
1986 tls_type = TLS_NONE; in or1k_elf_check_relocs()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-or1k.c900 #define TLS_NONE 1 macro
1691 tls_type = local_tls_type == NULL ? TLS_NONE in or1k_elf_relocate_section()
1986 tls_type = TLS_NONE; in or1k_elf_check_relocs()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-or1k.c900 #define TLS_NONE 1 macro
1691 tls_type = local_tls_type == NULL ? TLS_NONE in or1k_elf_relocate_section()
1986 tls_type = TLS_NONE; in or1k_elf_check_relocs()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-or1k.c900 #define TLS_NONE 1 macro
1691 tls_type = local_tls_type == NULL ? TLS_NONE in or1k_elf_relocate_section()
1986 tls_type = TLS_NONE; in or1k_elf_check_relocs()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-or1k.c560 #define TLS_NONE 1 macro
1361 tls_type = TLS_NONE; in or1k_elf_check_relocs()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-or1k.c580 #define TLS_NONE 1 macro
1476 tls_type = TLS_NONE; in or1k_elf_check_relocs()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-or1k.c580 #define TLS_NONE 1 macro
1476 tls_type = TLS_NONE; in or1k_elf_check_relocs()
/dports/devel/tcltls/tcltls-1.7.18/
H A Dtls.c505 TLS_SSL2, TLS_SSL3, TLS_TLS1, TLS_TLS1_1, TLS_TLS1_2, TLS_TLS1_3, TLS_NONE enumerator