Searched refs:old_keys (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/crypto/openssh/ |
| HD | clientloop.c | 2033 struct sshkey **old_keys; member 2056 sshkey_free(ctx->old_keys[i]); in hostkeys_update_ctx_free() 2057 free(ctx->old_keys); in hostkeys_update_ctx_free() 2158 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find() 2159 sizeof(*ctx->old_keys))) == NULL) in hostkeys_find() 2161 ctx->old_keys = tmp; in hostkeys_find() 2162 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find() 2182 if (!sshkey_equal(l->key, ctx->old_keys[i])) in hostkeys_check_old() 2185 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum, in hostkeys_check_old() 2257 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts() [all …]
|
| /freebsd-head/sys/contrib/dev/iwlwifi/mvm/ |
| HD | d3.c | 1993 struct iwl_mvm_d3_mlo_old_keys *old_keys = data; in iwl_mvm_mlo_key_ciphers() local 2003 if (WARN_ON(old_keys->key[key->link_id][key->keyidx])) in iwl_mvm_mlo_key_ciphers() 2029 old_keys->cipher[key->link_id][key_type] = key->cipher; in iwl_mvm_mlo_key_ciphers() 2030 old_keys->key[key->link_id][key->keyidx] = key; in iwl_mvm_mlo_key_ciphers() 2038 struct iwl_mvm_d3_mlo_old_keys *old_keys; in iwl_mvm_mlo_gtk_rekey() local 2045 old_keys = kzalloc(sizeof(*old_keys), GFP_KERNEL); in iwl_mvm_mlo_gtk_rekey() 2046 if (!old_keys) in iwl_mvm_mlo_gtk_rekey() 2050 ieee80211_iter_keys(mvm->hw, vif, iwl_mvm_mlo_key_ciphers, old_keys); in iwl_mvm_mlo_gtk_rekey() 2076 conf.conf.cipher = old_keys->cipher[link_id][key_type]; in iwl_mvm_mlo_gtk_rekey() 2111 old_key = old_keys->key[link_id][key_id]; in iwl_mvm_mlo_gtk_rekey() [all …]
|