Searched refs:session (Results 26 - 50 of 543) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecOTRPackets.h32 void SecOTRAppendDHMessage(SecOTRSessionRef session, CFMutableDataRef appendTo);
33 void SecOTRAppendDHKeyMessage(SecOTRSessionRef session, CFMutableDataRef appendTo);
34 void SecOTRAppendRevealSignatureMessage(SecOTRSessionRef session, CFMutableDataRef appendTo);
35 void SecOTRAppendSignatureMessage(SecOTRSessionRef session, CFMutableDataRef appendTo);
H A DSecOTRSession.h70 void SecOTRSessionReset(SecOTRSessionRef session);
73 OSStatus SecOTRSAppendStartPacket(SecOTRSessionRef session, CFMutableDataRef appendInitiatePacket);
75 OSStatus SecOTRSAppendRestartPacket(SecOTRSessionRef session, CFMutableDataRef appendPacket);
77 OSStatus SecOTRSProcessPacket(SecOTRSessionRef session,
81 OSStatus SecOTRSEndSession(SecOTRSessionRef session,
85 bool SecOTRSGetIsReadyForMessages(SecOTRSessionRef session);
86 bool SecOTRSGetIsIdle(SecOTRSessionRef session);
88 enum SecOTRSMessageKind SecOTRSGetMessageKind(SecOTRSessionRef session, CFDataRef incomingPacket);
93 @param session OTRSession receiving message
95 void SecOTRSPrecalculateKeys(SecOTRSessionRef session);
[all...]
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dbootp_session.c26 * - maintain BOOTP client socket session
85 bootp_session_t * session; /* pointer to parent */ member in struct:bootp_client
168 bootp_client_init(bootp_session_t * session, interface_t * if_p) argument
176 if (dynarray_add(&session->clients, client) == FALSE) {
180 client->session = session;
200 bootp_session_t * session; local
205 session = client->session;
206 i = dynarray_index(&session
222 bootp_session_t * session = (bootp_session_t *)arg1; local
246 bootp_session_t * session = client->session; local
278 bootp_session_t * session = client->session; local
348 bootp_session_t * session = client->session; local
385 bootp_session_t * session = client->session; local
441 bootp_session_t * session = malloc(sizeof(*session)); local
455 bootp_session_t * session = *session_p; local
467 bootp_session_deliver(bootp_session_t * session, const char * ifname, void * data, int size) argument
553 bootp_session_t * session = (bootp_session_t *)arg1; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/cgi/session/
H A Dpstore.rb2 # cgi/session/pstore.rb - persistent storage of marshalled session data
9 # persistent of session data on top of the pstore library. See
10 # cgi/session.rb for more details on session storage managers.
12 require 'cgi/session'
17 # PStore-based session storage class.
28 # +session+ is the session for which this instance is being
29 # created. The session i
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_reuse.c5 /* SMTP session cache glue
24 /* the generic session cache infrastructure.
29 /* smtp_save_session() stores the current session under the
33 /* smtp_reuse_nexthop() looks up a cached session by its logical
34 /* destination, and verifies that the session is still alive.
35 /* The restored session information includes the "best MX" bit
39 /* smtp_reuse_addr() looks up a cached session by its server
40 /* address, and verifies that the session is still alive.
41 /* The restored session information does not include the "best
48 /* SMTP client state, including the current session, th
108 SMTP_SESSION *session = state->session; local
159 SMTP_SESSION *session; local
213 SMTP_SESSION *session; local
246 SMTP_SESSION *session; local
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dike_session.c85 ike_session_t *session; local
92 session = racoon_calloc(1, sizeof(*session));
93 if (session) {
94 bzero(session, sizeof(*session));
95 memcpy(&session->session_id, id, sizeof(*id));
96 LIST_INIT(&session->ph1tree);
97 LIST_INIT(&session->ph2tree);
98 LIST_INSERT_HEAD(&ike_session_tree, session, chai
105 free_ike_session(ike_session_t *session) argument
178 ike_session_release_session(ike_session_t *session) argument
400 ike_session_t *session = (ike_session_t *)arg; local
414 ike_session_link_phase1(ike_session_t *session, phase1_handle_t *iph1) argument
450 ike_session_link_phase2(ike_session_t *session, phase2_handle_t *iph2) argument
513 ike_session_t *session; local
543 ike_session_t *session; local
614 ike_session_get_established_or_negoing_ph1(ike_session_t *session) argument
638 ike_session_get_established_ph1(ike_session_t *session) argument
658 ike_session_has_other_established_ph1(ike_session_t *session, phase1_handle_t *iph1) argument
678 ike_session_has_other_negoing_ph1(ike_session_t *session, phase1_handle_t *iph1) argument
699 ike_session_has_other_established_ph2(ike_session_t *session, phase2_handle_t *iph2) argument
720 ike_session_has_other_negoing_ph2(ike_session_t *session, phase2_handle_t *iph2) argument
772 ike_session_t *session = (__typeof__(session))arg; local
802 ike_session_monitor_idle(ike_session_t *session) argument
842 ike_session_start_traffic_mon(ike_session_t *session) argument
915 ike_session_t *session = NULL; local
962 ike_session_cleanup_other_established_ph1s(ike_session_t *session, phase1_handle_t *new_iph1) argument
1062 ike_session_cleanup_other_established_ph2s(ike_session_t *session, phase2_handle_t *new_iph2) argument
1106 ike_session_stopped_by_controller(ike_session_t *session, const char *reason) argument
1191 ike_session_get_sas_for_stats(ike_session_t *session, u_int8_t dir, u_int32_t *seq, struct sastat *stats, u_int32_t max_stats) argument
1231 ike_session_update_traffic_idle_status(ike_session_t *session, u_int32_t dir, struct sastat *new_stats, u_int32_t max_stats) argument
1306 ike_session_cleanup(ike_session_t *session, const char *reason) argument
1356 ike_session_has_negoing_ph1(ike_session_t *session) argument
1375 ike_session_has_established_ph1(ike_session_t *session) argument
1394 ike_session_has_negoing_ph2(ike_session_t *session) argument
1413 ike_session_has_established_ph2(ike_session_t *session) argument
1808 ike_session_drop_rekey(ike_session_t *session, ike_session_rekey_type_t rekey_type) argument
1908 ike_session_assert_session(ike_session_t *session) argument
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dqmqp-source.c118 * Per-session data structure with state.
127 int xfer_count; /* # of xfers in session */
234 static void startup(SESSION *session) argument
237 myfree((char *) session);
241 enqueue_connect(session);
248 SESSION *session = (SESSION *) context; local
250 startup(session);
253 /* start_another - start another session */
255 static void start_another(SESSION *session) argument
258 event_request_timer(start_event, (char *) session,
269 enqueue_connect(SESSION *session) argument
283 dequeue_connect(SESSION *session) argument
298 fail_connect(SESSION *session) argument
316 start_connect(SESSION *session) argument
346 SESSION *session = (SESSION *) context; local
372 send_data(SESSION *session) argument
407 SESSION *session = (SESSION *) context; local
459 SESSION *session; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKSessionRef.cpp36 RefPtr<API::Session> session = API::Session::create(isEphemeral); local
37 return toAPI(session.release().leakRef());
/macosx-10.10.1/bless-103/test/
H A Dtestdadisk.c36 DASessionRef session = NULL; local
47 session = DASessionCreate(kCFAllocatorDefault);
48 if(session == NULL)
56 disk = DADiskCreateFromVolumePath(kCFAllocatorDefault, session, url);
61 disk = DADiskCreateFromBSDName(kCFAllocatorDefault, session, dev);
64 CFRelease(session);
70 CFRelease(session);
80 CFRelease(session);
/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDASession.h51 * @abstract Creates a new session.
62 * @abstract Schedules the session on a run loop.
63 * @param session The session which is being scheduled.
64 * @param runLoop The run loop on which the session should be scheduled.
65 * @param runLoopMode The run loop mode in which the session should be scheduled.
68 extern void DASessionScheduleWithRunLoop( DASessionRef session, CFRunLoopRef runLoop, CFStringRef runLoopMode );
72 * @abstract Unschedules the session from a run loop.
73 * @param session The session whic
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslSession.c52 * Cook up a (private) resumable session blob, based on the
63 ResumableSession *session; local
73 /* If we don't know who the peer is, we can't store a session */
104 session = (ResumableSession*)sessionID.data;
106 session->sessionIDLen = ctx->sessionID.length;
107 memcpy(session->sessionID, ctx->sessionID.data, session->sessionIDLen);
108 session->protocolVersion = ctx->negProtocolVersion;
109 session->cipherSuite = tls_handshake_get_cipherspec(ctx->hdsk);
110 memcpy(session
198 ResumableSession *session; local
215 { ResumableSession *session; local
244 ResumableSession *session; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslSession.c52 * Cook up a (private) resumable session blob, based on the
63 ResumableSession *session; local
73 /* If we don't know who the peer is, we can't store a session */
104 session = (ResumableSession*)sessionID.data;
106 session->sessionIDLen = ctx->sessionID.length;
107 memcpy(session->sessionID, ctx->sessionID.data, session->sessionIDLen);
108 session->protocolVersion = ctx->negProtocolVersion;
109 session->cipherSuite = tls_handshake_get_cipherspec(ctx->hdsk);
110 memcpy(session
198 ResumableSession *session; local
215 { ResumableSession *session; local
244 ResumableSession *session; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslSession.c52 * Cook up a (private) resumable session blob, based on the
63 ResumableSession *session; local
73 /* If we don't know who the peer is, we can't store a session */
104 session = (ResumableSession*)sessionID.data;
106 session->sessionIDLen = ctx->sessionID.length;
107 memcpy(session->sessionID, ctx->sessionID.data, session->sessionIDLen);
108 session->protocolVersion = ctx->negProtocolVersion;
109 session->cipherSuite = tls_handshake_get_cipherspec(ctx->hdsk);
110 memcpy(session
198 ResumableSession *session; local
215 { ResumableSession *session; local
244 ResumableSession *session; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DAppleCSPContext.h31 // creator's session.
38 AppleCSPContext(AppleCSPSession &session) argument
39 : mSession(session) {}
50 AppleCSPSession &session,
57 AppleCSPSession &session() { return mSession; } function in class:AppleCSPContext
69 YarrowContext(AppleCSPSession &session);
97 AppleCSPSession &session, // for ref keys
139 AppleCSPSession &session, // for ref keys
158 AppleCSPSession &session,
163 AppleCSPContext(session),
157 AppleSymmKeyGenerator( AppleCSPSession &session, uint32 minSize, uint32 maxSize, bool byteSized) argument
[all...]
H A DAppleCSPKeys.h40 AppleCSPSession &session) :
42 mSession(session) { }
50 * ��AppleCSPSession &session);
92 * the session).
99 AppleCSPSession &session);
103 AppleCSPSession &session);
38 CSPKeyInfoProvider( const CssmKey &cssmKey, AppleCSPSession &session) argument
H A Dpkcs12Derive.h37 AppleCSPSession &session,
/macosx-10.10.1/configd-699.1.5/IPMonitorControl/
H A DIPMonitorControlServer.c132 ControlSessionRef session; local
134 LIST_FOREACH(session, &S_ControlSessions, link) {
135 if (session->assertions == NULL) {
138 CFDictionaryApplyFunction(session->assertions,
179 ControlSessionInvalidate(ControlSessionRef session) argument
182 my_log(LOG_NOTICE, "Invalidating %p", session);
184 LIST_REMOVE(session, link);
185 if (session->assertions != NULL) {
188 session->connection,
189 xpc_connection_get_pid(session
219 ControlSessionRef session; local
236 ControlSessionRef session; local
246 ControlSessionSetInterfaceRank(ControlSessionRef session, const char * ifname, SCNetworkServicePrimaryRank rank) argument
286 ControlSessionGetInterfaceRank(ControlSessionRef session, const char * ifname) argument
325 ControlSessionRef session; local
367 ControlSessionRef session; local
393 ControlSessionRef session; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_session.c5 /* TLS client and server session routines
16 /* VSTRING *tls_session_passivate(session)
17 /* SSL_SESSION *session;
96 * SSL_shutdown() again. On failure we don't want to resume the session,
97 * so we will not perform SSL_shutdown() and the session will be removed
111 VSTRING *tls_session_passivate(SSL_SESSION *session) argument
123 estimate = i2d_SSL_SESSION(session, (unsigned char **) 0);
125 msg_warn("%s: i2d_SSL_SESSION failed: unable to cache session", myname);
135 actual_size = i2d_SSL_SESSION(session, &ptr);
137 msg_warn("%s: i2d_SSL_SESSION failed: unable to cache session", mynam
155 SSL_SESSION *session; local
[all...]
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-kClient.c42 KClientSession session = NULL; local
49 KClientDecrypt(session, vbuffer, i32, &i32, &i32));
57 KClientEncrypt(session, vbuffer, i32, vbuffer, &i32));
61 KClientGetLocalAddress(session, &address));
65 KClientGetRemoteAddress(session, &address));
69 KClientGetTicketForService(session, i32, vbuffer, &i32));
77 KClientNewClientSession(&session));
81 KClientProtectIntegrity(session, vbuffer, i32, vbuffer, &i32));
85 KClientSetLocalAddress(session, &address));
89 KClientSetRemoteAddress(session,
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp86 String WebPlatformStrategies::cookiesForDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
88 return WebCore::cookiesForDOM(session, firstParty, url);
91 void WebPlatformStrategies::setCookiesFromDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url, const String& cookieString) argument
93 WebCore::setCookiesFromDOM(session, firstParty, url, cookieString);
96 bool WebPlatformStrategies::cookiesEnabled(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
98 return WebCore::cookiesEnabled(session, firstParty, url);
101 String WebPlatformStrategies::cookieRequestHeaderFieldValue(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
103 return WebCore::cookieRequestHeaderFieldValue(session, firstParty, url);
106 bool WebPlatformStrategies::getRawCookies(const NetworkStorageSession& session, const URL& firstParty, const URL& url, Vector<Cookie>& rawCookies) argument
108 return WebCore::getRawCookies(session, firstPart
111 deleteCookie(const NetworkStorageSession& session, const URL& url, const String& cookieName) argument
[all...]
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dpppcontroller.defs75 out session : mach_port_move_send_t;
79 routine pppcontroller_getstatus ( session : mach_port_t;
83 routine pppcontroller_copyextendedstatus ( session : mach_port_t;
87 routine pppcontroller_copystatistics ( session : mach_port_t;
91 routine pppcontroller_copyuseroptions ( session : mach_port_t;
95 routine pppcontroller_start ( session : mach_port_t;
100 routine pppcontroller_stop ( session : mach_port_t;
104 routine pppcontroller_suspend ( session : mach_port_t;
107 routine pppcontroller_resume ( session : mach_port_t;
110 routine pppcontroller_notification ( session
[all...]
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_ssl_session.rb7 session = OpenSSL::SSL::Session.new <<-SESSION
36 ssl.session = session
38 assert_equal session, ssl.session
50 session = ssl.session
51 assert(session == OpenSSL::SSL::Session.new(session.to_pem))
52 assert(session
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSFactory.h35 bool setup(SSCSPSession &session, CSPFullPluginSession::CSPContext * &ctx,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DDecodedItem.cpp35 AppleX509CLSession &session)
37 mAlloc(session),
38 mSession(session),
39 mDecodedExtensions(mCoder, session)
34 DecodedItem( AppleX509CLSession &session) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDFactory.h41 bool setup(SDCSPSession &session, CSPFullPluginSession::CSPContext * &ctx,

Completed in 154 milliseconds

1234567891011>>