Home
last modified time | relevance | path

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

12

/freebsd-13.1/crypto/openssl/crypto/des/
H A Dbuild.info3 set_key.c ecb_enc.c cbc_enc.c \
/freebsd-13.1/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c227 set_key(krb5_keyblock *keyblock, gss_krb5_lucid_key_t *key) in set_key() function
341 ret = set_key(&key, &ctx->rfc1964_kd.ctx_key); in gss_krb5_export_lucid_sec_context()
353 ret = set_key(&key, &ctx->cfx_kd.ctx_key); in gss_krb5_export_lucid_sec_context()
360 ret = set_key(&key, &ctx->cfx_kd.acceptor_subkey); in gss_krb5_export_lucid_sec_context()
/freebsd-13.1/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-13.1/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.c1183 .set_key = wpa_driver_hostap_set_key,
H A Ddriver.h2606 int (*set_key)(void *priv, struct wpa_driver_set_key_params *params); member
H A Ddriver_bsd.c1765 .set_key = bsd_set_key,
H A Ddriver_wext.c2483 .set_key = wpa_driver_wext_set_key,
H A Ddriver_atheros.c2256 .set_key = atheros_set_key,
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c612 if (lhw->ops->set_key == NULL) { in lkpi_80211_mo_set_key()
617 error = lhw->ops->set_key(hw, cmd, vif, sta, kc); in lkpi_80211_mo_set_key()
/freebsd-13.1/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h246 WPA_ASSERT(sm->ctx->set_key); in wpa_sm_set_key()
247 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx, in wpa_sm_set_key()
H A Dwpa.h31 int (*set_key)(void *ctx, enum wpa_alg alg, member
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c242 ctx->set_key = wpa_supplicant_set_key; in wpa_init_conf()
H A Dibss_rsn.c229 ctx->set_key = supp_set_key; in ibss_rsn_supp_init()
441 .set_key = auth_set_key, in ibss_rsn_auth_init_group()
H A Ddriver_i.h180 if (wpa_s->driver->set_key) { in wpa_drv_set_key()
181 return wpa_s->driver->set_key(wpa_s->drv_priv, &params); in wpa_drv_set_key()
H A Dwpa_priv.c396 if (iface->drv_priv == NULL || iface->driver->set_key == NULL) in wpa_priv_cmd_set_key()
418 res = iface->driver->set_key(iface->drv_priv, &p); in wpa_priv_cmd_set_key()
H A Dmesh_rsn.c152 .set_key = auth_set_key, in __mesh_rsn_auth_init()
H A Dwpas_glue.c1390 ctx->set_key = wpa_supplicant_set_key; in wpa_supplicant_init_wpa()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dap_drv_ops.c697 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key()
713 return hapd->driver->set_key(hapd->drv_priv, &params); in hostapd_drv_set_key()
H A Dwpa_auth.h301 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg, member
H A Dwpa_auth_glue.c1458 .set_key = hostapd_wpa_auth_set_key, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c2800 if (wpa_auth->cb->set_key == NULL) in wpa_auth_set_key()
2802 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx, in wpa_auth_set_key()
/freebsd-13.1/secure/lib/libcrypto/
H A DMakefile182 SRCS+= qud_cksm.c rand_key.c set_key.c str2key.c xcbc_enc.c
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h829 …int (*set_key)(struct ieee80211_hw *, enum set_key_cmd, struct ieee80211_vif *, struct ieee80211_… member

12