Home
last modified time | relevance | path

Searched refs:ik (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-head/contrib/wpa/src/crypto/
HDmilenage.c89 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar) in milenage_f2345() argument
133 if (ik) { in milenage_f2345()
138 if (aes_128_encrypt_block(k, tmp1, ik)) in milenage_f2345()
141 ik[i] ^= opc[i]; in milenage_f2345()
174 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, in milenage_generate() argument
185 milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) { in milenage_generate()
237 u8 res[8], ck[16], ik[16]; in gsm_milenage() local
240 if (milenage_f2345(opc, k, _rand, res, ck, ik, NULL, NULL)) in gsm_milenage()
244 kc[i] = ck[i] ^ ck[i + 8] ^ ik[i] ^ ik[i + 8]; in gsm_milenage()
271 const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, in milenage_check() argument
[all …]
HDmilenage.h13 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik,
20 const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len,
25 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar);
/freebsd-head/tools/test/stress2/tools/
HDiwatch.sh36 istart=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
37 kstart=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
39 i=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
40 k=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
HDrwatch.sh42 istart=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
43 kstart=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
48 i=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
49 k=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
/freebsd-head/tools/test/stress2/misc/
HDnullfs18.sh48 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
102 df -ik | sed -n "1p;/${mntpoint#/}/p"
113 df -ik | sed -n "1p;/${mntpoint#/}/p"
125 df -ik | sed -n "1p;/${mntpoint#/}/p"
HDsymlink5.sh61 df -ik $mntpoint
62 i=`df -ik $mntpoint | tail -1 | awk '{printf "%d\n", ($7 - 500)/2}'`
73 df -ik $mntpoint | tail -1
HDmd3.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
HDsuj4.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
HDffs_syncvnode2.sh53 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
HDdfull.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
HDsuj18.sh50 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
HDdangling.sh51 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
HDmemguard.sh49 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
HDquota12.sh49 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
/freebsd-head/contrib/tcsh/nls/et/
HDset2019 17 -v seo kõik klahvid vi seostega\n
20 18 -e seo kõik klahvid emacsi seostega\n
21 19 -d seo kõik klahvid vaikimisi toimeti seostega (%s)\n
27 25 Ilma KLAHVI või KÄSUTA trükib kõik seosed\n
HDset2210 8 Kas te tÕepoolest tahate kustutada kõik failid? [e/j]
/freebsd-head/sys/net80211/
HDieee80211_ioctl.c78 struct ieee80211req_key ik; in ieee80211_ioctl_getkey() local
84 if (ireq->i_len != sizeof(ik)) in ieee80211_ioctl_getkey()
86 error = copyin(ireq->i_data, &ik, sizeof(ik)); in ieee80211_ioctl_getkey()
89 kid = ik.ik_keyix; in ieee80211_ioctl_getkey()
91 ni = ieee80211_find_vap_node(&ic->ic_sta, vap, ik.ik_macaddr); in ieee80211_ioctl_getkey()
99 IEEE80211_ADDR_COPY(&ik.ik_macaddr, vap->iv_bss->ni_macaddr); in ieee80211_ioctl_getkey()
103 ik.ik_type = cip->ic_cipher; in ieee80211_ioctl_getkey()
104 ik.ik_keylen = wk->wk_keylen; in ieee80211_ioctl_getkey()
105 ik.ik_flags = wk->wk_flags & (IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV); in ieee80211_ioctl_getkey()
107 ik.ik_flags |= IEEE80211_KEY_DEFAULT; in ieee80211_ioctl_getkey()
[all …]
/freebsd-head/contrib/wpa/src/eap_common/
HDeap_sim_common.h79 const u8 *ik, const u8 *ck, u8 *mk);
93 const u8 *ik, const u8 *ck, u8 *k_encr,
104 void eap_aka_prime_derive_ck_ik_prime(u8 *ck, u8 *ik, const u8 *sqn_ak,
110 const u8 *ik, const u8 *ck, in eap_aka_prime_derive_keys() argument
HDeap_sim_common.c57 const u8 *ik, const u8 *ck, u8 *mk) in eap_aka_derive_mk() argument
64 addr[1] = ik; in eap_aka_derive_mk()
71 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", ik, EAP_AKA_IK_LEN); in eap_aka_derive_mk()
276 const u8 *ik, const u8 *ck, u8 *k_encr, in eap_aka_prime_derive_keys() argument
293 os_memcpy(key, ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_keys()
424 void eap_aka_prime_derive_ck_ik_prime(u8 *ck, u8 *ik, const u8 *sqn_ak, in eap_aka_prime_derive_ck_ik_prime() argument
459 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': IK", ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
466 os_memcpy(key + EAP_AKA_CK_LEN, ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
488 os_memcpy(ik, hash + EAP_AKA_CK_LEN, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
490 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': IK'", ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
/freebsd-head/contrib/ntp/ntpdc/
HDntpdc_ops.c2936 struct info_kernel *ik; in kerninfo() local
2945 &items, &itemsize, (void *)&ik, 0, in kerninfo()
2960 status = ntohs(ik->status) & 0xffff; in kerninfo()
2969 (int32)ntohl(ik->offset) * tscale_unano); in kerninfo()
2971 fptoa((s_fp)ntohl(ik->freq), 3)); in kerninfo()
2973 (u_long)ntohl(ik->maxerror) * tscale_usec); in kerninfo()
2975 (u_long)ntohl(ik->esterror) * tscale_usec); in kerninfo()
3027 (u_long)ntohl(ik->constant)); in kerninfo()
3029 (u_long)ntohl(ik->precision) * tscale_usec); in kerninfo()
3031 fptoa((s_fp)ntohl(ik->tolerance), 0)); in kerninfo()
[all …]
/freebsd-head/contrib/file/magic/Magdir/
HDsketch5 # From: Edwin Mons <e@ik.nu>
/freebsd-head/contrib/ntp/ntpd/
HDntp_request.c2447 register struct info_kernel *ik; in get_kernel_info() local
2458 ik = (struct info_kernel *)prepare_pkt(srcadr, inter, inpkt, in get_kernel_info()
2464 ik->offset = htonl((u_int32)ntx.offset); in get_kernel_info()
2465 ik->freq = htonl((u_int32)ntx.freq); in get_kernel_info()
2466 ik->maxerror = htonl((u_int32)ntx.maxerror); in get_kernel_info()
2467 ik->esterror = htonl((u_int32)ntx.esterror); in get_kernel_info()
2468 ik->status = htons(ntx.status); in get_kernel_info()
2469 ik->constant = htonl((u_int32)ntx.constant); in get_kernel_info()
2470 ik->precision = htonl((u_int32)ntx.precision); in get_kernel_info()
2471 ik->tolerance = htonl((u_int32)ntx.tolerance); in get_kernel_info()
[all …]
/freebsd-head/contrib/telnet/libtelnet/
HDsra.c56 IdeaData ik; variable
178 common_key(ska,pkb,&ik,&ck); in sra_is()
264 common_key(ska,pkb,&ik,&ck); in sra_reply()
/freebsd-head/sbin/ifconfig/
HDifieee80211.c4774 printkey(if_ctx *ctx, const struct ieee80211req_key *ik) in printkey() argument
4777 u_int keylen = ik->ik_keylen; in printkey()
4783 (memcmp(ik->ik_keydata, zerodata, keylen) != 0 || verbose); in printkey()
4786 switch (ik->ik_type) { in printkey()
4789 LINE_CHECK("wepkey %u:%s", ik->ik_keyix+1, in printkey()
4796 LINE_CHECK("TKIP %u:%u-bit", ik->ik_keyix+1, 8*keylen); in printkey()
4799 LINE_CHECK("AES-OCB %u:%u-bit", ik->ik_keyix+1, 8*keylen); in printkey()
4802 LINE_CHECK("AES-CCM %u:%u-bit", ik->ik_keyix+1, 8*keylen); in printkey()
4805 LINE_CHECK("CKIP %u:%u-bit", ik->ik_keyix+1, 8*keylen); in printkey()
4808 LINE_CHECK("NULL %u:%u-bit", ik->ik_keyix+1, 8*keylen); in printkey()
[all …]
/freebsd-head/contrib/wpa/src/utils/
HDpcsc_funcs.h24 unsigned char *ik, unsigned char *ck, unsigned char *auts);

123