Searched refs:key3 (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dhmac.c182 u_char key3[16]; local
187 memset(key3, 0xaa, sizeof(key3));
192 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_keycache.c112 uint32_t key0, key1, key2, key3, key4; local
138 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff;
152 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_keycache.c119 uint32_t key0, key1, key2, key3, key4; local
159 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff;
174 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c160 uint32_t key0, key1, key2, key3, key4; local
218 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff;
241 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
295 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c194 u_int32_t key0, key1, key2, key3, key4; local
260 key3 = (LE_READ_2(k->kv_val + 10) ^ xor_mask) & 0xffff;
300 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
366 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3);
450 u_int32_t key0, key1, key2, key3, key4; local
510 key3 = (LE_READ_2(k->kv_val + 10) ^ xorMask) & 0xffff;
534 (OS_REG_READ(ah, AR_KEYTABLE_KEY3(entry)) == key3) &&
583 (OS_REG_READ(ah, AR_KEYTABLE_KEY3(entry)) == key3) &&
H A Dar9300_misc.c3198 u_int32_t key0, key1, key2, key3, key4; local
3210 key3 = OS_REG_READ(ah, AR_KEYTABLE_KEY3(entry));
3243 (key3 << 24) >> 24, (key3 << 16) >> 24,
3244 //(key3 << 8) >> 24, key3 >> 24,
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_test.c127 static int key3(RSA *key, unsigned char *c) function
243 clen = key3(key, ctext_ex);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dspeed.c175 static DES_cblock key3 = local
189 DES_set_key_unchecked(&key3, &sch3);
H A Ddes_opts.c423 static DES_cblock key3 = local
446 DES_set_key_unchecked(&key3, &sch3);
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c687 u_int32_t key0, key1, key2, key3, key4; local
709 key3 = OS_REG_READ(ah, AR_KEYTABLE_KEY3(entry));
729 , (key3 >> 0) & 0xff
730 , (key3 >> 8) & 0xff
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestcrypto.c472 const apr_crypto_key_t *key3 = NULL; local
504 key3 = keysecret(tc, pool, driver1, f1, type, mode, doPad, secretLen, description);
511 cipherText = encrypt_block(tc, pool, driver1, f1, key3, in, inlen,
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c479 static DES_cblock key3 = local
1295 DES_set_key_unchecked(&key3, &sch3);

Completed in 258 milliseconds