Home
last modified time | relevance | path

Searched refs:ssp_st (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c244 ssp_st->ss_flags = in ntlmssp_put_type1()
475 memcpy(ssp_st->ss_kxkey, ssp_st->ss_ssnkey, NTLM_HASH_SZ); in ntlmssp_put_type3()
490 ssp_st->ss_kxkey); in ntlmssp_put_type3()
500 memcpy(ssp_st->ss_kxkey, ssp_st->ss_ssnkey, NTLM_HASH_SZ); in ntlmssp_put_type3()
513 memcpy(ssp_st->ss_ssnkey, ssp_st->ss_kxkey, NTLM_HASH_SZ); in ntlmssp_put_type3()
598 ntlmssp_state_t *ssp_st, in ntlm_rand_ssn_key() argument
710 ntlmssp_state_t *ssp_st; in ntlmssp_destroy() local
713 if (ssp_st != NULL) { in ntlmssp_destroy()
717 free(ssp_st); in ntlmssp_destroy()
741 ssp_st = calloc(1, sizeof (*ssp_st)); in ntlmssp_init_client()
[all …]