Searched refs:session (Results 151 - 175 of 543) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A Dcssmplugin.h87 // make a session object for your plugin
123 SessionClass *session = dynamic_cast<SessionClass *>(CssmPlugin::find(h)); local
124 if (session == NULL)
126 assert(session->handle() == h);
127 return *session;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DDH_csp.h38 AppleCSPSession &session,
H A DDH_utils.cpp44 AppleCSPSession &session,
64 return cssmKeyToDh(*cssmKey, session, mallocdKey);
74 AppleCSPSession &session,
93 BinaryKey &binKey = session.lookupRefKey(cssmKey);
42 contextToDhKey( const Context &context, AppleCSPSession &session, CSSM_ATTRIBUTE_TYPE attr, CSSM_KEYCLASS keyClass, CSSM_KEYUSE usage, bool &mallocdKey) argument
72 cssmKeyToDh( const CssmKey &cssmKey, AppleCSPSession &session, bool &allocdKey) argument
H A DDigestContext.cpp51 return new DigestContext(session(), *newDigest);
H A DRSA_DSA_csp.h38 AppleCSPSession &session,
H A Daescsp.cpp54 session(),
90 session().free(mAesKey);
114 symmetricKeyBits(context, session(), CSSM_ALGID_AES,
158 mAesKey = (keyInstance *)session().malloc(sizeof(keyInstance));
H A DcastContext.h47 CastContext(AppleCSPSession &session);
H A Dcryptkitcsp.h40 AppleCSPSession &session,
H A DRSA_DSA_keys.cpp72 AppleCSPSession &session,
183 session(),
254 AppleCSPSession &session) :
255 CSPKeyInfoProvider(cssmKey, session)
261 AppleCSPSession &session)
278 return new RSAKeyInfoProvider(cssmKey, session);
389 AppleCSPSession &session,
458 crtn = dsaGetParamsFromKey(dsaUpgrade, *paramKey, session);
515 session(),
646 CssmAutoData aDerData(session());
68 generateKeyBlob( Allocator &allocator, CssmData &blob, CSSM_KEYBLOB_FORMAT &format, AppleCSPSession &session, const CssmKey *paramKey, CSSM_KEYATTR_FLAGS &attrFlags) argument
252 RSAKeyInfoProvider( const CssmKey &cssmKey, AppleCSPSession &session) argument
259 provider( const CssmKey &cssmKey, AppleCSPSession &session) argument
385 generateKeyBlob( Allocator &allocator, CssmData &blob, CSSM_KEYBLOB_FORMAT &format, AppleCSPSession &session, const CssmKey *paramKey, CSSM_KEYATTR_FLAGS &attrFlags) argument
741 DSAKeyInfoProvider( const CssmKey &cssmKey, AppleCSPSession &session) argument
748 provider( const CssmKey &cssmKey, AppleCSPSession &session) argument
[all...]
H A DBinaryKey.h63 * The session and paramKey arguments facilitate the conversion of a partial
75 AppleCSPSession &session,
105 AppleCSPSession &session,
70 generateKeyBlob( Allocator &allocator, CssmData &blob, CSSM_KEYBLOB_FORMAT &format, AppleCSPSession &session, const CssmKey *paramKey, CSSM_KEYATTR_FLAGS &attrFlags) argument
H A DFEEKeys.cpp67 AppleCSPSession &session,
233 session(),
273 CssmAutoData aSeed(session()); // malloc on demand
284 session().getRandomBytes(keyBytes, aSeed);
365 AppleCSPSession &session) :
366 CSPKeyInfoProvider(cssmKey, session)
371 AppleCSPSession &session)
389 return new FEEKeyInfoProvider(cssmKey, session);
411 * Note that if we need to handle ref keys, we'll need a session ref...
63 generateKeyBlob( Allocator &allocator, CssmData &blob, CSSM_KEYBLOB_FORMAT &format, AppleCSPSession &session, const CssmKey *paramKey, CSSM_KEYATTR_FLAGS &attrFlags) argument
363 FEEKeyInfoProvider( const CssmKey &cssmKey, AppleCSPSession &session) argument
369 provider( const CssmKey &cssmKey, AppleCSPSession &session) argument
H A DdesContext.h39 DESContext(AppleCSPSession &session);
70 DES3Context(AppleCSPSession &session);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthSession.h46 exactly one session, and session membership inherits across fork/exec. Sessions form boundaries
49 a separate session. System daemons (started at system startup) belong to the "root session"
52 Sessions are identified with SecuritySessionIds. A session has a set of attributes
55 There are similar session concepts in the system, related but not necessarily
94 sessionIsRoot = 0x0001, /* is the root session (startup/system programs) */
97 sessionIsRemote = 0x1000, /* session was established over the network */
103 These flags control how a new session is created by SessionCreate.
120 errSessionInvalidId = -60500, /* invalid session i
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A Dcssmplugin.h87 // make a session object for your plugin
123 SessionClass *session = dynamic_cast<SessionClass *>(CssmPlugin::find(h)); local
124 if (session == NULL)
126 assert(session->handle() == h);
127 return *session;
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestutils.cpp130 AclTester::AclTester(ClientSession &ss, const AclEntryInput *acl) : session(ss)
156 session.wrapKey(wrapContext, noKey, keyRef,
184 session.encrypt(cryptoContext, keyRef, clearText, remoteCipher);
192 session.encrypt(cryptoContext, keyRef, clearText, remoteCipher);
211 : session(ss), dbId(ssuid, path, NULL)
222 session.lock(dbRef);
224 session.unlock(dbRef);
236 session.lock(dbRef);
238 session.changePassphrase(dbRef, cred);
/macosx-10.10.1/libtelnet-13/
H A Dencrypt.h93 void (*session)(Session_Key *, int); member in struct:__anon9534
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dagentquery.h39 #include "session.h"
53 SecurityAgentConnection(const AuthHostType type = securityAgent, Session &session = Server::session());
76 SecurityAgentXPCConnection(const AuthHostType type = securityAgent, Session &session = Server::session());
107 SecurityAgentQuery(const AuthHostType type = securityAgent, Session &session = Server::session());
138 SecurityAgentXPCQuery(const AuthHostType type = securityAgent, Session &session = Server::session());
224 QueryKeybagPassphrase(Session &session, int32_
[all...]
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDAQueue.c58 DASessionRef session; local
60 session = ( void * ) CFArrayGetValueAtIndex( gDASessionList, index );
64 if ( DASessionGetState( session, kDASessionStateIdle ) )
70 DAQueueCallbacks( session, kind, argument0, argument1 );
74 DASessionSetState( session, kDASessionStateIdle, TRUE );
176 DASessionRef session; local
178 session = DACallbackGetSession( callback );
180 if ( DASessionGetOption( session, kDASessionOptionNoTimeout ) == FALSE )
194 if ( DASessionGetState( session, kDASessionStateTimeout ) == FALSE )
198 DALogDebug( " timed out session, i
238 DASessionRef session; local
478 DASessionRef session; local
772 DAQueueCallbacks( DASessionRef session, _DACallbackKind kind, DADiskRef argument0, CFTypeRef argument1 ) argument
[all...]
H A DDACallback.h38 DASessionRef session,
62 extern void DACallbackSetSession( DACallbackRef callback, DASessionRef session );
H A DDASupport.h38 extern DAReturn DAAuthorize( DASessionRef session,
45 extern void DAAuthorizeWithCallback( DASessionRef session,
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_clnt.c270 /* receive renewed session ticket */
413 s->session->cipher=s->s3->tmp.new_cipher;
415 s->session->compress_meth=0;
418 s->session->compress_meth=0;
420 s->session->compress_meth=
599 SSL_SESSION *sess = s->session;
612 /* else use the pre-loaded session */
635 i=s->session->session_id_length;
639 if (i > (int)sizeof(s->session->session_id))
644 memcpy(p,s->session
[all...]
H A Ds2_srvr.c301 ((s->session->peer != NULL) &&
401 s->session->cipher= cp;
413 s->session->key_arg_length=i;
425 keya=s->session->key_arg_length;
440 memcpy(s->session->key_arg,&(p[s->s2->tmp.clear+s->s2->tmp.enc]),
453 is_export=SSL_C_IS_EXPORT(s->session->cipher);
455 if (!ssl_cipher_get_evp(s->session,&c,&md,NULL))
462 if (s->session->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC)
516 s->session->master_key_length=i;
517 memcpy(s->session
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb5-v4compat.h85 char session[8]; /* Session key */ member in struct:credentials
121 krb5_keyblock session; /* Session Key */ member in struct:_krb5_krb_auth_data
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSKey.h46 SSKey(SSCSPSession &session, SecurityServer::KeyHandle keyHandle,
49 SSKey(SSDLSession &session, CssmKey &ioKey, SSDatabase &inSSDatabase,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDCSPDLSession.cpp26 // SDCSPDLSession.cpp - Security Server CSP/DL session.
36 // SDCSPDLSession -- Security Server CSP session
47 SDCSPDLSession::makeReferenceKey(SDCSPSession &session, KeyHandle inKeyHandle, argument
51 new SDKey(session, inKeyHandle, outKey, inDBHandle, inKeyAttr,

Completed in 328 milliseconds

1234567891011>>