Home
last modified time | relevance | path

Searched +defs:sess +defs:o (Results 26 – 50 of 208) sorted by relevance

123456789

/dports/net/sems/sems-f89581a/apps/py_sems/
H A DPySems.cpp243 AmSession* sess = NULL; in newDlg() local
504 PyObject* o = PyObject_VaCallMethod(py_dlg,name,fmt,va); in callPyEventHandler() local
/dports/www/litmus/litmus-0.13/lib/neon/
H A Dne_gnutls.c186 #define CMPOID(a,o) ((a)->oid.size == sizeof(o) \ argument
559 ne_session *sess = gnutls_session_get_ptr(session); in provide_client_cert() local
638 void ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) in ne_ssl_set_clicert()
858 static int check_certificate(ne_session *sess, gnutls_session sock, in check_certificate()
916 int ne__negotiate_ssl(ne_session *sess) in ne__negotiate_ssl()
993 void ne_ssl_trust_default_ca(ne_session *sess) in ne_ssl_trust_default_ca()
/dports/www/davix/davix-0.7.6/deps/libneon/src/
H A Dne_gnutls.c187 #define CMPOID(a,o) ((a)->oid.size == sizeof(o) \ argument
579 ne_session *sess = gnutls_session_get_ptr(session); in provide_client_cert() local
658 void ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) in ne_ssl_set_clicert()
878 static int check_certificate(ne_session *sess, gnutls_session sock, in check_certificate()
936 int ne__negotiate_ssl(ne_session *sess) in ne__negotiate_ssl()
1013 void ne_ssl_trust_default_ca(ne_session *sess) in ne_ssl_trust_default_ca()
/dports/net/yate/yate-6.4.0-1/libs/yjabber/
H A Dsession.cpp166 static void unhandledAction(JGSession* sess, XmlElement*& xml, int act, in unhandledAction()
431 for (ObjList* o = f->skipNull(); o; o = o->skipNext()) { in setMedia() local
441 for (ObjList* o = src.skipNull(); o; o = o->skipNext()) { in setMedia() local
475 for (ObjList* o = skipNull(); o; o = o->skipNext()) { in findSynonym() local
492 for (ObjList* o = skipNull(); o; o = o->skipNext()) { in toXml() local
545 for (ObjList* o = skipNull(); o; o = o->skipNext()) { in createList() local
690 for (ObjList* o = skipNull(); o; o = o->skipNext()) in toXml() local
736 for (ObjList* o = skipNull(); o; o = o->skipNext()) { in findByComponent() local
1180 XmlElement* sess = iq->findFirstChild(); in sendDtmf() local
1314 ObjList* o = m_sentStanza.skipNull(); in getEvent() local
[all …]
/dports/mail/cone/cone-1.1/libs/tcpd/
H A Dlibcouriertls.c63 int o; member
300 ASN1_OBJECT *o; in verifypeer1() local
1028 static int cache_add(SSL *ssl, SSL_SESSION *sess) in cache_add()
1116 const unsigned char *sess; in get_func() local
1147 static void cache_del(SSL_CTX *ctx, SSL_SESSION *sess) in cache_del()
1622 ASN1_OBJECT *o; in dump_x509() local
/dports/www/neon/neon-0.32.1/src/
H A Dne_gnutls.c194 #define CMPOID(a,o) ((a)->oid.size == sizeof(o) \ argument
578 ne_session *sess = gnutls_session_get_ptr(session); in provide_client_cert() local
694 void ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) in ne_ssl_set_clicert()
939 static int check_certificate(ne_session *sess, gnutls_session_t sock, in check_certificate()
1004 int ne__negotiate_ssl(ne_session *sess) in ne__negotiate_ssl()
1081 void ne_ssl_trust_default_ca(ne_session *sess) in ne_ssl_trust_default_ca()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dmux_h2.c211 struct session *sess; member
554 static int h2_init(struct connection *conn, struct proxy *prx, struct session *sess, in h2_init()
865 const struct buffer *b, int o) in h2_get_buf_bytes()
870 static inline __maybe_unused uint16_t h2_get_n16(const struct buffer *b, int o) in h2_get_n16()
875 static inline __maybe_unused uint32_t h2_get_n32(const struct buffer *b, int o) in h2_get_n32()
880 static inline __maybe_unused uint64_t h2_get_n64(const struct buffer *b, int o) in h2_get_n64()
903 static __maybe_unused int h2_peek_frame_hdr(const struct buffer *b, int o, struct h2_fh *h) in h2_peek_frame_hdr()
1051 struct session *sess = h2c->conn->owner; in h2c_frt_stream_new() local
1103 static struct h2s *h2c_bck_stream_new(struct h2c *h2c, struct conn_stream *cs, struct session *sess) in h2c_bck_stream_new()
3269 static struct conn_stream *h2_attach(struct connection *conn, struct session *sess) in h2_attach()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dmux_h2.c187 struct session *sess; member
501 static int h2_init(struct connection *conn, struct proxy *prx, struct session *sess) in h2_init()
794 const struct buffer *b, int o) in h2_get_buf_bytes()
799 static inline __maybe_unused uint16_t h2_get_n16(const struct buffer *b, int o) in h2_get_n16()
804 static inline __maybe_unused uint32_t h2_get_n32(const struct buffer *b, int o) in h2_get_n32()
809 static inline __maybe_unused uint64_t h2_get_n64(const struct buffer *b, int o) in h2_get_n64()
832 static __maybe_unused int h2_peek_frame_hdr(const struct buffer *b, int o, struct h2_fh *h) in h2_peek_frame_hdr()
982 struct session *sess = h2c->conn->owner; in h2c_frt_stream_new() local
1034 static struct h2s *h2c_bck_stream_new(struct h2c *h2c, struct conn_stream *cs, struct session *sess) in h2c_bck_stream_new()
3062 static struct conn_stream *h2_attach(struct connection *conn, struct session *sess) in h2_attach()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProtocol.c49 LIST *o; in DownloadAndSaveIntermediateCertificatesIfNecessary() local
310 LIST *o; in NewCertList() local
324 void FreeCertList(LIST *o) in FreeCertList()
344 bool IsXInCertList(LIST *o, X *x) in IsXInCertList()
367 void AddXToCertList(LIST *o, X *x) in AddXToCertList()
3541 LIST *o; in ServerAccept() local
4210 CLIENT_OPTION *o; in ClientSecureSign() local
4458 SESSION *sess; in ClientConnect() local
5532 CLIENT_OPTION *o; in ClientUploadAuth() local
6255 CLIENT_OPTION *o; in ClientConnectGetSocket() local
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/tcpd/
H A Dlibcouriertls.c63 int o; member
307 ASN1_OBJECT *o; in verifypeer1() local
1266 static int cache_add(SSL *ssl, SSL_SESSION *sess) in cache_add()
1354 const unsigned char *sess; in get_func() local
1385 static void cache_del(SSL_CTX *ctx, SSL_SESSION *sess) in cache_del()
1860 ASN1_OBJECT *o; in dump_x509() local
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dmux_h2.c199 struct session *sess; member
799 static int h2_init(struct connection *conn, struct proxy *prx, struct session *sess, in h2_init()
1120 const struct buffer *b, int o) in h2_get_buf_bytes()
1125 static inline __maybe_unused uint16_t h2_get_n16(const struct buffer *b, int o) in h2_get_n16()
1130 static inline __maybe_unused uint32_t h2_get_n32(const struct buffer *b, int o) in h2_get_n32()
1135 static inline __maybe_unused uint64_t h2_get_n64(const struct buffer *b, int o) in h2_get_n64()
1158 static __maybe_unused int h2_peek_frame_hdr(const struct buffer *b, int o, struct h2_fh *h) in h2_peek_frame_hdr()
1365 struct session *sess = h2c->conn->owner; in h2c_frt_stream_new() local
1421 static struct h2s *h2c_bck_stream_new(struct h2c *h2c, struct conn_stream *cs, struct session *sess) in h2c_bck_stream_new()
3781 static struct conn_stream *h2_attach(struct connection *conn, struct session *sess) in h2_attach()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dmux_h2.c201 struct session *sess; member
797 static int h2_init(struct connection *conn, struct proxy *prx, struct session *sess, in h2_init()
1128 const struct buffer *b, int o) in h2_get_buf_bytes()
1133 static inline __maybe_unused uint16_t h2_get_n16(const struct buffer *b, int o) in h2_get_n16()
1138 static inline __maybe_unused uint32_t h2_get_n32(const struct buffer *b, int o) in h2_get_n32()
1143 static inline __maybe_unused uint64_t h2_get_n64(const struct buffer *b, int o) in h2_get_n64()
1166 static __maybe_unused int h2_peek_frame_hdr(const struct buffer *b, int o, struct h2_fh *h) in h2_peek_frame_hdr()
1360 struct session *sess = h2c->conn->owner; in h2c_frt_stream_new() local
1416 static struct h2s *h2c_bck_stream_new(struct h2c *h2c, struct conn_stream *cs, struct session *sess) in h2c_bck_stream_new()
3892 static struct conn_stream *h2_attach(struct connection *conn, struct session *sess) in h2_attach()
[all …]
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dmux_h2.c198 struct session *sess; member
787 static int h2_init(struct connection *conn, struct proxy *prx, struct session *sess, in h2_init()
1108 const struct buffer *b, int o) in h2_get_buf_bytes()
1113 static inline __maybe_unused uint16_t h2_get_n16(const struct buffer *b, int o) in h2_get_n16()
1118 static inline __maybe_unused uint32_t h2_get_n32(const struct buffer *b, int o) in h2_get_n32()
1123 static inline __maybe_unused uint64_t h2_get_n64(const struct buffer *b, int o) in h2_get_n64()
1146 static __maybe_unused int h2_peek_frame_hdr(const struct buffer *b, int o, struct h2_fh *h) in h2_peek_frame_hdr()
1363 struct session *sess = h2c->conn->owner; in h2c_frt_stream_new() local
1419 static struct h2s *h2c_bck_stream_new(struct h2c *h2c, struct conn_stream *cs, struct session *sess) in h2c_bck_stream_new()
3755 static struct conn_stream *h2_attach(struct connection *conn, struct session *sess) in h2_attach()
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/lytics/cloudstorage/awss3/
H A Dstore.go83 sess *session.Session member
91 o *s3.GetObjectOutput member
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dmux_h2.c384 struct session *sess = conn->owner; in h2c_frt_init() local
588 const struct buffer *b, int o) in h2_get_buf_bytes()
593 static inline __maybe_unused uint16_t h2_get_n16(const struct buffer *b, int o) in h2_get_n16()
598 static inline __maybe_unused uint32_t h2_get_n32(const struct buffer *b, int o) in h2_get_n32()
603 static inline __maybe_unused uint64_t h2_get_n64(const struct buffer *b, int o) in h2_get_n64()
686 struct session *sess = h2c->conn->owner; in h2c_stream_new() local
2364 struct session *sess = conn->owner; in h2_wake() local
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_server.c184 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
969 #define IS_PROT_FLAG(o) \ argument
1008 OPTION_CHOICE o; in s_server_main() local
3538 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3578 simple_ssl_session *sess; in get_session() local
3593 simple_ssl_session *sess, *prev = NULL; in del_session() local
3624 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Ds_server.c195 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
980 #define IS_PROT_FLAG(o) \ argument
1019 OPTION_CHOICE o; in s_server_main() local
3549 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3589 simple_ssl_session *sess; in get_session() local
3604 simple_ssl_session *sess, *prev = NULL; in del_session() local
3635 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_server.c192 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
972 #define IS_PROT_FLAG(o) \ argument
1011 OPTION_CHOICE o; in s_server_main() local
3586 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3626 simple_ssl_session *sess; in get_session() local
3641 simple_ssl_session *sess, *prev = NULL; in del_session() local
3672 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_server.c187 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
972 #define IS_PROT_FLAG(o) \ argument
1011 OPTION_CHOICE o; in s_server_main() local
3535 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3575 simple_ssl_session *sess; in get_session() local
3590 simple_ssl_session *sess, *prev = NULL; in del_session() local
3621 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_server.c184 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
969 #define IS_PROT_FLAG(o) \ argument
1008 OPTION_CHOICE o; in s_server_main() local
3538 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3578 simple_ssl_session *sess; in get_session() local
3593 simple_ssl_session *sess, *prev = NULL; in del_session() local
3624 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_server.c187 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
972 #define IS_PROT_FLAG(o) \ argument
1011 OPTION_CHOICE o; in s_server_main() local
3535 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3575 simple_ssl_session *sess; in get_session() local
3590 simple_ssl_session *sess, *prev = NULL; in del_session() local
3621 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Ds_server.c184 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
969 #define IS_PROT_FLAG(o) \ argument
1008 OPTION_CHOICE o; in s_server_main() local
3538 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3578 simple_ssl_session *sess; in get_session() local
3593 simple_ssl_session *sess, *prev = NULL; in del_session() local
3624 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_server.c187 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
972 #define IS_PROT_FLAG(o) \ argument
1011 OPTION_CHOICE o; in s_server_main() local
3535 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3575 simple_ssl_session *sess; in get_session() local
3590 simple_ssl_session *sess, *prev = NULL; in del_session() local
3621 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_server.c184 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
969 #define IS_PROT_FLAG(o) \ argument
1008 OPTION_CHOICE o; in s_server_main() local
3538 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3578 simple_ssl_session *sess; in get_session() local
3593 simple_ssl_session *sess, *prev = NULL; in del_session() local
3624 simple_ssl_session *sess, *tsess; in free_sessions() local
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_server.c184 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
969 #define IS_PROT_FLAG(o) \ argument
1008 OPTION_CHOICE o; in s_server_main() local
3538 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3578 simple_ssl_session *sess; in get_session() local
3593 simple_ssl_session *sess, *prev = NULL; in del_session() local
3624 simple_ssl_session *sess, *tsess; in free_sessions() local

123456789