Searched refs:ses_key (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 100 thread_key_t ses_key = THR_ONCE_KEY; variable 502 return (pthread_getspecific(ses_key)); in curr_ses() 774 thr_err = thr_keycreate_once(&ses_key, NULL); in ses_alloc() 791 thr_err = thr_setspecific(ses_key, sp); in ses_alloc()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.h | 250 uint8_t ses_key[512]; /* session key: value of */ member 383 uint8_t ses_key[512]; /* session key: */ member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 5137 (void *)&node_dhc->ses_key[0], in emlxs_hash_vrf() 5142 (void *)&node_dhc->nlp_auth_misc.ses_key[0], in emlxs_hash_vrf() 5179 (void *)&node_dhc->ses_key[0], in emlxs_hash_vrf() 5184 (void *)&node_dhc->nlp_auth_misc.ses_key[0], in emlxs_hash_vrf() 5475 (unsigned char *)&node_dhc->ses_key[0], in emlxs_interm_hash() 5479 (unsigned char *)&node_dhc->nlp_auth_misc.ses_key[0], in emlxs_interm_hash() 5504 SHA1Update(&sha1ctx, (void *)&node_dhc->ses_key[0], in emlxs_interm_hash() 5508 (void *)&node_dhc->nlp_auth_misc.ses_key[0], in emlxs_interm_hash() 5681 bignum2bytestring(node_dhc->ses_key, &result, in emlxs_BIGNUM_get_pubkey() 5686 bignum2bytestring(node_dhc->nlp_auth_misc.ses_key, &result, in emlxs_BIGNUM_get_pubkey() [all …]
|