| /freebsd-13.1/crypto/openssl/crypto/des/ |
| H A D | build.info | 3 set_key.c ecb_enc.c cbc_enc.c \
|
| /freebsd-13.1/kerberos5/lib/libgssapi_krb5/ |
| H A D | gss_krb5.c | 227 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 D | gss_krb5.c | 241 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 D | driver_openbsd.c | 136 .set_key = wpa_driver_openbsd_set_key,
|
| H A D | driver_privsep.c | 828 .set_key = wpa_driver_privsep_set_key,
|
| H A D | driver_hostap.c | 1183 .set_key = wpa_driver_hostap_set_key,
|
| H A D | driver.h | 2606 int (*set_key)(void *priv, struct wpa_driver_set_key_params *params); member
|
| H A D | driver_bsd.c | 1765 .set_key = bsd_set_key,
|
| H A D | driver_wext.c | 2483 .set_key = wpa_driver_wext_set_key,
|
| H A D | driver_atheros.c | 2256 .set_key = atheros_set_key,
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211_macops.c | 612 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 D | wpa_i.h | 246 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 D | wpa.h | 31 int (*set_key)(void *ctx, enum wpa_alg alg, member
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | preauth_test.c | 242 ctx->set_key = wpa_supplicant_set_key; in wpa_init_conf()
|
| H A D | ibss_rsn.c | 229 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 D | driver_i.h | 180 if (wpa_s->driver->set_key) { in wpa_drv_set_key() 181 return wpa_s->driver->set_key(wpa_s->drv_priv, ¶ms); in wpa_drv_set_key()
|
| H A D | wpa_priv.c | 396 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 D | mesh_rsn.c | 152 .set_key = auth_set_key, in __mesh_rsn_auth_init()
|
| H A D | wpas_glue.c | 1390 ctx->set_key = wpa_supplicant_set_key; in wpa_supplicant_init_wpa()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 697 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key() 713 return hapd->driver->set_key(hapd->drv_priv, ¶ms); in hostapd_drv_set_key()
|
| H A D | wpa_auth.h | 301 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg, member
|
| H A D | wpa_auth_glue.c | 1458 .set_key = hostapd_wpa_auth_set_key, in hostapd_setup_wpa()
|
| H A D | wpa_auth_ft.c | 2800 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 D | Makefile | 182 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 D | mac80211.h | 829 …int (*set_key)(struct ieee80211_hw *, enum set_key_cmd, struct ieee80211_vif *, struct ieee80211_… member
|