Home
last modified time | relevance | path

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

123

/src/contrib/wpa/src/crypto/
H A Dmilenage.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 …]
H A Dmilenage.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);
/src/tools/test/stress2/tools/
H A Diwatch.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}'`
H A Drwatch.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}'`
/src/tools/test/stress2/misc/
H A Dnullfs18.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"
H A Dsymlink5.sh61 df -ik $mntpoint
62 i=`df -ik $mntpoint | tail -1 | awk '{printf "%d\n", ($7 - 500)/2}'`
73 df -ik $mntpoint | tail -1
H A Dmd3.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dsuj4.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dffs_syncvnode2.sh53 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Ddfull.sh44 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dsuj18.sh50 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Ddangling.sh51 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dmemguard.sh49 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
H A Dparallelmount2.sh48 set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
/src/contrib/tcsh/nls/et/
H A Dset2019 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
H A Dset2210 8 Kas te tÕepoolest tahate kustutada kõik failid? [e/j]
/src/sys/net80211/
H A Dieee80211_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 …]
/src/contrib/wpa/src/eap_common/
H A Deap_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
H A Deap_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()
/src/contrib/ntp/ntpdc/
H A Dntpdc_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 …]
/src/sbin/ifconfig/
H A Difieee80211.c5042 printkey(if_ctx *ctx, const struct ieee80211req_key *ik) in printkey() argument
5045 u_int keylen = ik->ik_keylen; in printkey()
5052 (memcmp(ik->ik_keydata, zerodata, keylen) != 0 || verbose); in printkey()
5055 printkey_index(ik->ik_keyix, keyix, sizeof(keyix)); in printkey()
5056 switch (ik->ik_type) { in printkey()
5085 ik->ik_type, keyix, 8*keylen); in printkey()
5093 printf("%02x", ik->ik_keydata[i]); in printkey()
5095 if (ik->ik_type != IEEE80211_CIPHER_WEP && in printkey()
5096 (ik->ik_keyrsc != 0 || verbose)) in printkey()
5097 printf(" rsc %ju", (uintmax_t)ik->ik_keyrsc); in printkey()
[all …]
/src/contrib/ntp/ntpd/
H A Dntp_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 …]
/src/contrib/file/magic/Magdir/
H A Dsketch5 # From: Edwin Mons <e@ik.nu>
/src/contrib/telnet/libtelnet/
H A Dsra.c56 IdeaData ik; variable
178 common_key(ska,pkb,&ik,&ck); in sra_is()
264 common_key(ska,pkb,&ik,&ck); in sra_reply()
/src/contrib/wpa/src/utils/
H A Dpcsc_funcs.h24 unsigned char *ik, unsigned char *ck, unsigned char *auts);

123