| /freebsd/contrib/unifdef/scripts/ |
| H A D | authors.svn | 10 nik = Nik Clayton <nik@FreeBSD.org>
|
| /freebsd/contrib/wpa/src/nan/ |
| H A D | nan_pairing.c | 48 tag_buf = nan_crypto_derive_nira_tag(nan->nik, NAN_NIK_LEN, in nan_nira_get_tag_nonce() 56 wpa_hexdump_key(MSG_DEBUG, "NAN: NIK", nan->nik, NAN_NIK_LEN); in nan_nira_get_tag_nonce() 745 wpabuf_put_data(buf, nan_data->cfg->nik, sizeof(nan_data->cfg->nik)); in nan_nik_build_key_data() 1479 nan_data->cfg->cb_ctx, nik_kde->nik, NAN_NIK_LEN, in nan_pairing_followup_rx() 1549 int nan_pairing_set_nik(struct nan_data *nan, const u8 *nik, size_t nik_len) in nan_pairing_set_nik() argument 1554 if (!nik || nik_len != NAN_NIK_LEN) { in nan_pairing_set_nik() 1560 os_memcpy(nan->cfg->nik, nik, NAN_NIK_LEN); in nan_pairing_set_nik() 1579 wpa_hexdump_key(MSG_DEBUG, "NAN: New NIK", nan->cfg->nik, NAN_NIK_LEN); in nan_pairing_set_nik()
|
| H A D | nan.h | 457 u8 nik[NAN_NIK_LEN]; member 712 int (*update_pairing_credentials)(void *ctx, const u8 *nik, 868 struct wpabuf * nan_crypto_derive_nira_tag(const u8 *nik, size_t nik_len, 897 int nan_pairing_set_nik(struct nan_data *nan, const u8 *nik, size_t nik_len);
|
| H A D | nan_crypto.c | 336 struct wpabuf * nan_crypto_derive_nira_tag(const u8 *nik, size_t nik_len, in nan_crypto_derive_nira_tag() argument 344 if (!nik || nik_len != NAN_NIK_LEN) { in nan_crypto_derive_nira_tag() 347 nik ? nik_len : 0); in nan_crypto_derive_nira_tag() 366 if (hmac_sha256(nik, NAN_NIK_LEN, data, sizeof(data), tag) < 0) { in nan_crypto_derive_nira_tag()
|
| /freebsd/share/misc/ |
| H A D | committers-doc.dot | 58 nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26\n2008/12/20"] 222 nik -> bmah 223 nik -> keramida
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | nan_supplicant.c | 1086 static int wpas_nan_update_pairing_credentials_cb(void *ctx, const u8 *nik, in wpas_nan_update_pairing_credentials_cb() argument 1095 if (!nik || cipher_ver != NAN_NIRA_CIPHER_VER_128 || in wpas_nan_update_pairing_credentials_cb() 1101 wpa_hexdump_key(MSG_DEBUG, "NAN: Received NIK", nik, nik_len); in wpas_nan_update_pairing_credentials_cb() 1108 os_memcmp(nik, wpabuf_head(ik->dik), nik_len) == 0) { in wpas_nan_update_pairing_credentials_cb() 1126 ik->dik = wpabuf_alloc_copy(nik, nik_len); in wpas_nan_update_pairing_credentials_cb() 1143 wpas_notify_nan_nik_received(wpa_s, nik, nik_len, cipher_ver, akmp, in wpas_nan_update_pairing_credentials_cb() 1437 if (os_get_random(nan.nik, NAN_NIK_LEN) < 0) { in wpas_nan_init() 1867 u8 nik[NAN_NIK_LEN]; in wpas_nan_set() local 1871 if (hexstr2bin(param, nik, NAN_NIK_LEN) < 0) { in wpas_nan_set() 1876 res = nan_pairing_set_nik(wpa_s->nan, nik, NAN_NIK_LEN); in wpas_nan_set() [all …]
|
| H A D | notify.h | 208 const u8 *nik, size_t nik_len,
|
| H A D | notify.c | 1318 const u8 *nik, size_t nik_len, in wpas_notify_nan_nik_received() argument 1335 wpa_snprintf_hex(nik_hex, nik_hex_len, nik, nik_len); in wpas_notify_nan_nik_received()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | nan_defs.h | 646 u8 nik[NAN_NIK_LEN]; member
|
| /freebsd/usr.bin/calendar/calendars/ |
| H A D | calendar.freebsd | 473 11/28 Nik Clayton <nik@FreeBSD.org> born in Peterborough, United Kingdom, 1973
|