Searched refs:kk (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/bzip2/
H A DspewG.c40 int ii, kk, p; local
43 for (kk = 0; kk < MEGABYTES * 515; kk+=3) {
H A Ddecompress.c366 Int32 ii, jj, kk; local
367 kk = MTFA_SIZE-1;
370 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj);
371 kk--;
373 s->mtfbase[ii] = kk + 1;
431 Int32 ii, jj, kk, pp, lno, off; local
470 kk = MTFA_SIZE-1;
473 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj];
474 kk--;
476 s->mtfbase[ii] = kk
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_kentry.c54 struct key_entry_key* kk = (struct key_entry_key*)key; local
56 size_t s = sizeof(*kk) + kk->namelen;
57 s += sizeof(*kd) + lock_get_mem(&kk->entry.lock);
83 struct key_entry_key* kk = (struct key_entry_key*)key; local
86 lock_rw_destroy(&kk->entry.lock);
87 free(kk->name);
88 free(kk);
102 key_entry_hash(struct key_entry_key* kk) argument
104 kk
[all...]
H A Dval_kentry.h104 * @param kk: key entry. The lruhash entry.hash value is filled in.
106 void key_entry_hash(struct key_entry_key* kk);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_crypt.c73 u_char kk[8]; local
75 kk[0] = key[0] & 0xfe;
76 kk[1] = key[0] << 7 | (key[1] >> 1 & 0xfe);
77 kk[2] = key[1] << 6 | (key[2] >> 2 & 0xfe);
78 kk[3] = key[2] << 5 | (key[3] >> 3 & 0xfe);
79 kk[4] = key[3] << 4 | (key[4] >> 4 & 0xfe);
80 kk[5] = key[4] << 3 | (key[5] >> 5 & 0xfe);
81 kk[6] = key[5] << 2 | (key[6] >> 6 & 0xfe);
82 kk[7] = key[6] << 1;
84 des_set_key((des_cblock *)kk, *ks
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c301 uint16_t ii, jj, kk; local
320 kk = VpdList[idxL];
322 kk = (uint16_t)
326 retVpdList[pdGainIdx][ii] = kk;
367 uint32_t ii, jj, kk; local
415 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) {
416 VpdTable_I[numPdGainsUsed][kk] =
419 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_
[all...]
H A Dar2317.c278 uint16_t ii, jj, kk; local
297 kk = VpdList[idxL];
299 kk = (uint16_t)
303 retVpdList[pdGainIdx][ii] = kk;
345 uint32_t ii, jj, kk; local
393 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) {
394 VpdTable_I[numPdGainsUsed][kk] =
397 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_
[all...]
H A Dar2413.c295 uint16_t ii, jj, kk; local
314 kk = VpdList[idxL];
316 kk = (uint16_t)
320 retVpdList[pdGainIdx][ii] = kk;
361 uint32_t ii, jj, kk; local
409 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) {
410 VpdTable_I[numPdGainsUsed][kk] =
413 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_
[all...]
H A Dar2425.c297 uint16_t ii, jj, kk; local
316 kk = VpdList[idxL];
318 kk = (uint16_t)
322 retVpdList[pdGainIdx][ii] = kk;
360 uint32_t ii, jj, kk; local
416 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) {
417 VpdTable_I[numPdGainsUsed][kk] =
420 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_
[all...]
H A Dar5413.c339 uint16_t ii, jj, kk; local
358 kk = VpdList[idxL];
360 kk = (uint16_t)
364 retVpdList[pdGainIdx][ii] = kk;
405 uint32_t ii, jj, kk; local
453 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) {
454 VpdTable_I[numPdGainsUsed][kk] =
457 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_
[all...]
H A Dar5112.c359 uint32_t ii, jj, kk; local
411 kk = 0;
415 if (kk > 1) {
421 xgainList[kk++] = (uint16_t)jj;
428 kk = 0;
442 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0],
456 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0],
470 OS_MEMCPY(&powTableHXPD[kk][0], &tmpPowerTable[0],
473 kk++;
478 kk
[all...]
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto_arcfour.c146 uint8_t kk[16]; local
147 arcfour_hmac(newkey, ivec, ivlen, kk);
148 rc4_init(&rs, kk, 16);
H A Dkrb5_mech.c195 get_keyblock(const uint8_t **pp, size_t *lenp, struct krb5_keyblock *kk) argument
198 kk->kk_type = get_uint16(pp, lenp);
199 get_data(pp, lenp, &kk->kk_key);
203 delete_keyblock(struct krb5_keyblock *kk) argument
205 if (kk->kk_key.kd_data)
206 bzero(kk->kk_key.kd_data, kk->kk_key.kd_length);
207 delete_data(&kk->kk_key);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.c358 DES_cblock kk, k2; local
406 kk[i] = k;
414 DES_string_to_2keys(key, &kk, &k2);
418 DES_string_to_key(key, &kk);
429 kk[i] = key[i] & 0x7f;
431 kk[i] = key[i] | 0x80;
434 DES_set_key_unchecked(&kk, &ks);
436 OPENSSL_cleanse(kk, sizeof(kk));
619 OPENSSL_cleanse(kk, sizeo
[all...]
/freebsd-11-stable/share/syscons/keymaps/
H A DMakefile30 kk.pt154.kst.kbd kk.pt154.io.kbd \
/freebsd-11-stable/etc/rc.d/
H A Dsyscons116 kk.pt154.io) echo kz.io;;
117 kk.pt154.kst) echo kz.kst;;
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c183 int ii, jj, kk; local
195 kk = 0;
199 if (kk > 1) {
202 __func__, kk);
205 xgainList[kk++] = jj;
635 uint16_t i, j, kk, channelValue; local
656 kk = 0;
661 kk++;
662 if (kk == 1) {
681 uint16_t ii, jj, kk, s local
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c824 struct key_entry_key* kk = key_cache_obtain(env->key_cache, local
826 if(kk) {
827 if(query_dname_compare(kk->name, dp->name) == 0) {
828 if(key_entry_isgood(kk) || key_entry_isbad(kk)) {
831 } else if(key_entry_isnull(kk)) {
/freebsd-11-stable/sbin/ping/
H A Dping.c1769 u_int ii, jj, kk; local
1784 for (kk = 0; kk <= maxpayload - (TIMEVAL_LEN + ii); kk += ii)
1786 bp[jj + kk] = pat[jj];
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c1373 int j, k, kk; local
1412 for (k = 0, kk = -1, test = 100; k < 5; ++k) {
1416 kk = k;
1421 switch (kk) {
/freebsd-11-stable/sys/crypto/camellia/
H A Dcamellia.c928 unsigned char kk[32]; local
931 memcpy(kk, key, 24);
936 memcpy(kk+24, (unsigned char *)&krrl, 4);
937 memcpy(kk+28, (unsigned char *)&krrr, 4);
938 camellia_setup256(kk, subkey);
/freebsd-11-stable/sbin/ping6/
H A Dping6.c2640 int ii, jj, kk; local
2655 for (kk = 0;
2656 (size_t)kk <= MAXDATALEN - 8 + sizeof(struct tv32) + ii;
2657 kk += ii)
2659 bp[jj + kk] = pat[jj];
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c2098 unsigned int kk; local
2106 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, &kk, dsa_key[j]);
2117 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, &kk, dsa_key[j]);
2134 ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2, kk, dsa_key[j]);
2145 ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2, kk, dsa_key[j]);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1023 int kk = k.to_units(); local
1026 hpos += w.to_units() + kk;
1052 hpos += w.to_units() + kk;
1058 && kk == tbuf_kern
1062 output_hpos += w.to_units() + kk;
1072 output_hpos += w.to_units() + kk;
1073 tbuf_kern = kk;
1097 hpos += w.to_units() + kk;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c3572 int ii, jj, kk; local
3577 kk = buf_w32(cp + 23);
3582 ii, jj, kk);
3584 if (ii != 0 || jj != 0 || kk != 0) { /* phk asked for this test */
3587 instance->ss_ht = kk;

Completed in 222 milliseconds

12