Searched refs:session_key (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfwd_tgt.c65 krb5_keyblock *session_key; local
76 retval = krb5_auth_con_getkey (context, auth_context, &session_key);
79 if (session_key) {
80 enctype = session_key->enctype;
81 krb5_free_keyblock (context, session_key);
82 session_key = NULL;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_auth.c520 smb_auth_gen_session_key(smb_auth_info_t *auth, unsigned char *session_key) argument
525 rc = smb_auth_md4(session_key, auth->hash, SMBAUTH_HASH_SZ);
529 SMBAUTH_SESSION_KEY_SZ, session_key);
574 unsigned char *session_key)
585 if (ok && (session_key)) {
586 rc = smb_auth_md4(session_key, ntlm_hash, SMBAUTH_HASH_SZ);
602 uchar_t *session_key)
654 if (ok && session_key) {
657 SMBAUTH_SESSION_KEY_SZ, session_key);
704 uchar_t *session_key)
569 smb_ntlm_password_ok( unsigned char *challenge, uint32_t clen, unsigned char *ntlm_hash, unsigned char *passwd, unsigned char *session_key) argument
594 smb_ntlmv2_password_ok( unsigned char *challenge, uint32_t clen, unsigned char *ntlm_hash, unsigned char *passwd, int pwdlen, char *domain, char *username, uchar_t *session_key) argument
696 smb_ntlm2_session_password_ok( unsigned char *challenge, uint32_t clen, unsigned char *ntlm_hash, unsigned char *passwd, int pwdlen, unsigned char *nonce, int nlen, uchar_t *session_key) argument
832 smb_auth_validate_nt( unsigned char *challenge, uint32_t clen, smb_passwd_t *smbpw, unsigned char *passwd, int pwdlen, char *domain, char *username, unsigned char *nonce, int nlen, uchar_t *session_key) argument
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetr_clnt.c528 if (netr_gen_credentials(netr_info->session_key.key,
534 if (netr_gen_credentials(netr_info->session_key.key,
624 netr_info->session_key.key);
626 netr_info->session_key.len = NETR_SESSKEY128_SZ;
654 * output: session_key
703 netr_info->session_key.len = NETR_SESSKEY64_SZ;
704 rc = smb_auth_DES(netr_info->session_key.key,
705 netr_info->session_key.len, &md4hash[9], NETR_DESKEY_LEN, buffer,
720 * key: session_key
739 netr_gen_credentials(BYTE *session_key, netr_cred_ argument
778 netr_gen_password(BYTE *session_key, BYTE *old_password, BYTE *new_password) argument
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_gss.c470 smbfs_extract_ssnkey(gss_ctx_id_t context, smbfs_session_key_t *session_key) argument
476 if (session_key == NULL)
479 bzero(session_key, sizeof (smbfs_session_key_t));
496 if ((rc = smbfs_session_key_create(session_key,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h339 krb5_keyblock *session_key; /* Reply session key */ member in struct:_kdb_sign_auth_data_req

Completed in 42 milliseconds