Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c8472 auth_key = &hba->auth_key; in emlxs_auth_key_init()
8474 auth_key->next = auth_key; in emlxs_auth_key_init()
8475 auth_key->prev = auth_key; in emlxs_auth_key_init()
8498 while (auth_key && auth_key != &hba->auth_key) { in emlxs_auth_key_fini()
8547 for (auth_key = hba->auth_key.next; auth_key != in emlxs_auth_key_get()
8548 &hba->auth_key; auth_key = auth_key->next) { in emlxs_auth_key_get()
8602 auth_key->next = &hba->auth_key; in emlxs_auth_key_create()
8605 hba->auth_key.prev = auth_key; in emlxs_auth_key_create()
8621 if (auth_key == &hba->auth_key) { in emlxs_auth_key_destroy()
9799 auth_key != &hba->auth_key; in emlxs_dhc_get_auth_key_table()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c990 CK_OBJECT_HANDLE auth_key, in session_mgr_set_op_state() argument
1022 if (auth_key != 0) { in session_mgr_set_op_state()
1065 if (auth_key == 0) { in session_mgr_set_op_state()
1107 if (auth_key != 0) { in session_mgr_set_op_state()
1182 sess->sign_ctx.key = auth_key; in session_mgr_set_op_state()
1191 sess->verify_ctx.key = auth_key; in session_mgr_set_op_state()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_authclient.h58 typedef struct auth_key { struct
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h334 emlxs_auth_key_t auth_key; member
H A Demlxs_fc.h2111 emlxs_auth_key_t auth_key; /* Default auth_key. */ member