Home
last modified time | relevance | path

Searched refs:set_key (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c225 set_key(krb5_keyblock *keyblock, gss_krb5_lucid_key_t *key) in set_key() function
339 ret = set_key(&key, &ctx->rfc1964_kd.ctx_key); in gss_krb5_export_lucid_sec_context()
351 ret = set_key(&key, &ctx->cfx_kd.ctx_key); in gss_krb5_export_lucid_sec_context()
358 ret = set_key(&key, &ctx->cfx_kd.acceptor_subkey); in gss_krb5_export_lucid_sec_context()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c241 set_key(krb5_keyblock *keyblock, gss_krb5_lucid_key_t *key) in set_key() function
355 ret = set_key(&key, &ctx->rfc1964_kd.ctx_key); in gss_krb5_export_lucid_sec_context()
367 ret = set_key(&key, &ctx->cfx_kd.ctx_key); in gss_krb5_export_lucid_sec_context()
374 ret = set_key(&key, &ctx->cfx_kd.acceptor_subkey); in gss_krb5_export_lucid_sec_context()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c136 .set_key = wpa_driver_openbsd_set_key,
H A Ddriver_privsep.c828 .set_key = wpa_driver_privsep_set_key,
H A Ddriver_hostap.c1185 .set_key = wpa_driver_hostap_set_key,
/freebsd/crypto/openssl/crypto/des/
H A Dbuild.info16 $COMMON=set_key.c ecb3_enc.c
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb_main.c113 .set_key = mt76x02_set_key,
H A Dpci_main.c145 .set_key = mt76x02_set_key,
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h259 WPA_ASSERT(sm->ctx->set_key); in wpa_sm_set_key()
260 return sm->ctx->set_key(sm->ctx->ctx, link_id, alg, addr, key_idx, in wpa_sm_set_key()
H A Dwpa.h33 int (*set_key)(void *ctx, int link_id, enum wpa_alg alg, member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c687 if (lhw->ops->set_key == NULL) { in lkpi_80211_mo_set_key()
693 error = lhw->ops->set_key(hw, cmd, vif, sta, kc); in lkpi_80211_mo_set_key()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c72 .set_key = mt76x02_set_key,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c243 ctx->set_key = wpa_supplicant_set_key; in wpa_init_conf()
H A Dibss_rsn.c230 ctx->set_key = supp_set_key; in ibss_rsn_supp_init()
442 .set_key = auth_set_key, in ibss_rsn_auth_init_group()
H A Ddriver_i.h184 if (wpa_s->driver->set_key) { in wpa_drv_set_key()
185 return wpa_s->driver->set_key(wpa_s->drv_priv, &params); in wpa_drv_set_key()
H A Dwpa_priv.c399 if (iface->drv_priv == NULL || iface->driver->set_key == NULL) in wpa_priv_cmd_set_key()
422 res = iface->driver->set_key(iface->drv_priv, &p); in wpa_priv_cmd_set_key()
H A Dmesh_rsn.c169 .set_key = auth_set_key, in __mesh_rsn_auth_init()
H A Dwpas_glue.c1456 ctx->set_key = wpa_supplicant_set_key; in wpa_supplicant_init_wpa()
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c819 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key()
841 return hapd->driver->set_key(hapd->drv_priv, &params); in hostapd_drv_set_key()
H A Dwpa_auth.h347 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg, member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c714 .set_key = mt7603_set_key,
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c965 .set_key = rtw_ops_set_key,
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c1391 .set_key = iwl_mvm_mac_set_key,
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c1167 .set_key = rtw89_ops_set_key,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c1329 .set_key = mt7921_set_key,

12