Searched refs:last_key (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c151 char *last_key; local
185 key = _strtok_escape(pair, ass, &last_key);
188 data[nkva->length].value = _do_unescape(last_key);
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c216 Key *last_key; member in struct:Authctxt
496 pkalg, blen, authctxt->last_key, authctxt->last_key_hint);
499 if (authctxt->last_key == NULL ||
521 if (!key_equal(key, authctxt->last_key)) {
522 debug("key != last_key");
1041 if (authctxt->last_key != NULL && authctxt->last_key_hint == -1) {
1042 debug3("clear_auth_state: key_free %p", authctxt->last_key);
1043 key_free(authctxt->last_key);
1045 authctxt->last_key = NULL;
1152 authctxt->last_key
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c303 sbd_pgr_key_t *key, *last_key = NULL; local
397 key->pgr_key_prev = last_key;
399 if (last_key) {
400 last_key->pgr_key_next = key;
404 last_key = key;

Completed in 99 milliseconds