Searched refs:inSession (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/MITKerberosShim-66/
H A DKrb4DeprecatedAPIs.c528 OSStatus KClientCacheInitialTicketDeprecated (KClientSession *inSession, char *inService) argument
670 OSErr KClientNewSessionCompat (KClientSessionInfo *inSession, argument
678 OSErr KClientDisposeSessionCompat (KClientSessionInfo *inSession) argument
684 OSErr KClientGetTicketForServiceCompat (KClientSessionInfo *inSession, char *inService, argument
691 OSErr KClientGetTicketForServiceWithChecksumCompat (KClientSessionInfo *inSession, UInt32 inChecksum, argument
698 OSErr KClientLoginCompat (KClientSessionInfo *inSession, KClientKey *outPrivateKey) argument
704 OSErr KClientPasswordLoginCompat (KClientSessionInfo *inSession, char *inPassword, KClientKey *outPrivateKey) argument
722 OSErr KClientGetSessionKeyCompat (KClientSessionInfo *inSession, KClientKey *outSessionKey) argument
728 OSErr KClientEncryptCompat (KClientSessionInfo *inSession, argument
736 OSErr KClientDecryptCompat (KClientSessionInfo *inSession, argument
744 KClientProtectIntegrityCompat(KClientSessionInfo *inSession, void *inPlainBuffer, UInt32 inPlainBufferLength, void *outProtectedBuffer, UInt32 *ioProtectedBufferLength) argument
752 KClientVerifyIntegrityCompat(KClientSessionInfo *inSession, void *inProtectedBuffer, UInt32 inProtectedBufferLength, UInt32 *outPlainBufferOffset, UInt32 *outPlainBufferLength) argument
760 KServerNewSessionCompat(KClientSessionInfo *inSession, char *inService, UInt32 inLocalAddress, UInt16 inLocalPort, UInt32 inRemoteAddress, UInt16 inRemotePort) argument
768 KServerVerifyTicketCompat(KClientSessionInfo *inSession, void *inBuffer, char *inFilename) argument
774 KServerGetReplyTicketCompat(KClientSessionInfo *inSession, void *outBuffer, UInt32 *ioBufferLength) argument
780 KServerAddKeyCompat(KClientSessionInfo *inSession, KClientKey *inPrivateKey, char *inService, SInt32 inVersion, char *inFilename) argument
787 KServerGetKeyCompat(KClientSessionInfo *inSession, KClientKey *outPrivateKey, char *inService, SInt32 inVersion, char *inFilename) argument
794 KServerGetSessionTimeRemainingCompat(KClientSessionInfo *inSession, SInt32 *outSeconds) argument
800 KClientGetSessionUserNameCompat(KClientSessionInfo *inSession, char *outUserName, SInt16 inNameType) argument
806 KClientMakeSendAuthCompat(KClientSessionInfo *inSession, char *inService, void *outBuffer, UInt32 *ioBufferLength, SInt32 inChecksum, char *inApplicationVersion) argument
814 KClientVerifyReplyTicketCompat(KClientSessionInfo *inSession, void *inBuffer, UInt32 *ioBufferLength) argument
821 KClientVerifyUnencryptedReplyTicketCompat(KClientSessionInfo *inSession, void *inBuffer, UInt32 *ioBufferLength) argument
841 KClientNewServerSession(KClientSession *inSession, KClientPrincipal inService) argument
846 KClientDisposeSession(KClientSession inSession) argument
851 KClientGetClientPrincipal(KClientSession inSession, KClientPrincipal *outPrincipal) argument
856 KClientSetClientPrincipal(KClientSession inSession, KClientPrincipal inPrincipal) argument
861 KClientGetServerPrincipal(KClientSession inSession, KClientPrincipal *outPrincipal) argument
866 KClientSetServerPrincipal(KClientSession inSession, KClientPrincipal inPrincipal) argument
871 KClientGetLocalAddress(KClientSession inSession, KClientAddress *outLocalAddress) argument
876 KClientSetLocalAddress(KClientSession inSession, const KClientAddress *inLocalAddress) argument
881 KClientGetRemoteAddress(KClientSession inSession, KClientAddress *outRemoteAddress) argument
886 KClientSetRemoteAddress(KClientSession inSession, const KClientAddress *inRemoteAddress) argument
891 KClientGetSessionKey(KClientSession inSession, KClientKey *outKey) argument
896 KClientGetExpirationTime(KClientSession inSession, UInt32 *outExpiration) argument
901 KClientSetKeyFile(KClientSession inSession, const KClientFile *inKeyFile) argument
906 KClientLogin(KClientSession inSession) argument
911 KClientPasswordLogin(KClientSession inSession, const char *inPassword) argument
916 KClientKeyFileLogin(KClientSession inSession) argument
921 KClientLogout(KClientSession inSession) argument
926 KClientGetServiceKey(KClientSession inSession, UInt32 inVersion, KClientKey *outKey) argument
931 KClientAddServiceKey(KClientSession inSession, UInt32 inVersion, const KClientKey *inKey) argument
936 KClientGetTicketForService(KClientSession inSession, UInt32 inChecksum, void*outBuffer, UInt32*ioBufferLength) argument
942 KClientGetAuthenticatorForService(KClientSession inSession, UInt32 inChecksum, const char *inApplicationVersion, void *outBuffer, UInt32 *ioBufferLength) argument
949 KClientVerifyEncryptedServiceReply(KClientSession inSession, const void *inBuffer, UInt32 inBufferLength) argument
954 KClientVerifyProtectedServiceReply(KClientSession inSession, const void *inBuffer, UInt32 inBufferLength) argument
959 KClientVerifyAuthenticator(KClientSession inSession, const void *inBuffer, UInt32 inBufferLength) argument
964 KClientGetEncryptedServiceReply(KClientSession inSession, void *outBuffer, UInt32 *ioBufferSize) argument
969 KClientGetProtectedServiceReply(KClientSession inSession, void * outBuffer, UInt32 *ioBufferSize) argument
974 KClientEncrypt(KClientSession inSession, const void *inPlainBuffer, UInt32 inPlainBufferLength, void *outEncryptedBuffer, UInt32 *ioEncryptedBufferLength) argument
981 KClientDecrypt(KClientSession inSession, void *inEncryptedBuffer, UInt32 inDecryptedBufferLength, UInt32 *outPlainOffset, UInt32 *outPlainLength) argument
988 KClientProtectIntegrity(KClientSession inSession, const void *inPlainBuffer, UInt32 inPlainBufferLength, void *outProtectedBuffer, UInt32 *ioProtectedBufferLength) argument
995 KClientVerifyIntegrity(KClientSession inSession, void *inProtectedBuffer, UInt32 inProtectedBufferLength, UInt32 *outPlainOffset, UInt32 *outPlainLength) argument
1004 KClientPasswordToKey(KClientSession inSession, const char *inPassword, KClientKey *outKey) argument
1011 KClientGetCCacheReference(KClientSession inSession, cc_ccache_t *outCCacheReference) argument
1016 KClientGetProfileHandle(KClientSession inSession, profile_t *outProfileHandle) argument
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.h71 static boolean_t open(void * self, IOHIDSessionRef inSession, IOOptionBits options);
72 static void close(void * self, IOHIDSessionRef inSession, IOOptionBits options);

Completed in 123 milliseconds