Searched refs:last_key (Results 1 – 3 of 3) sorted by relevance
151 char *last_key; in _str2kva() local185 key = _strtok_escape(pair, ass, &last_key); in _str2kva()188 data[nkva->length].value = _do_unescape(last_key); in _str2kva()
216 Key *last_key; member496 pkalg, blen, authctxt->last_key, authctxt->last_key_hint); in input_userauth_pk_ok()499 if (authctxt->last_key == NULL || in input_userauth_pk_ok()521 if (!key_equal(key, authctxt->last_key)) { in input_userauth_pk_ok()1041 if (authctxt->last_key != NULL && authctxt->last_key_hint == -1) { in clear_auth_state()1042 debug3("clear_auth_state: key_free %p", authctxt->last_key); in clear_auth_state()1043 key_free(authctxt->last_key); in clear_auth_state()1045 authctxt->last_key = NULL; in clear_auth_state()1152 authctxt->last_key = k; in send_pubkey_test()
303 sbd_pgr_key_t *key, *last_key = NULL; in sbd_pgr_meta_load() local397 key->pgr_key_prev = last_key; in sbd_pgr_meta_load()399 if (last_key) { in sbd_pgr_meta_load()400 last_key->pgr_key_next = key; in sbd_pgr_meta_load()404 last_key = key; in sbd_pgr_meta_load()