| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | hmac.c | 182 u_char key3[16]; in main() local 187 memset(key3, 0xaa, sizeof(key3)); in main() 192 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3)); in main()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/ |
| H A D | ar5210_keycache.c | 112 uint32_t key0, key1, key2, key3, key4; in ar5210SetKeyCacheEntry() local 138 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff; in ar5210SetKeyCacheEntry() 152 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ar5210SetKeyCacheEntry()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | rctest.c | 96 static unsigned char key3[16] = variable 157 RC4_set_key(&key, 16, key3); in main()
|
| H A D | destest.c | 71 ebc3_test(char key1[8], char key2[8], char key3[8], char in[8], char out[8]) in ebc3_test() 79 memcpy(k3, key3, 8); in ebc3_test() 145 cbc3_test(char key1[8], char key2[8], char key3[8], in cbc3_test() 155 memcpy(k3, key3, 8); in cbc3_test()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
| H A D | ar5211_keycache.c | 119 uint32_t key0, key1, key2, key3, key4; in ar5211SetKeyCacheEntry() local 159 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff; in ar5211SetKeyCacheEntry() 174 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ar5211SetKeyCacheEntry()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar5212_keycache.c | 143 uint32_t key0, key1, key2, key3, key4; in ar5212SetKeyCacheEntry() local 201 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff; in ar5212SetKeyCacheEntry() 224 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ar5212SetKeyCacheEntry() 278 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ar5212SetKeyCacheEntry()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | rsa_test.c | 143 static int key3(RSA *key, unsigned char *c) in key3() function 229 clen = key3(*key, ctext); in rsa_setkey()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | rsa_test.c | 142 static int key3(RSA *key, unsigned char *c) in key3() function 228 clen = key3(*key, ctext); in rsa_setkey()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/ |
| H A D | test_aa.d | 723 string[int] key3; 726 int[string[int]] aa1 = [key1 : 100, key2 : 200, key3 : 300]; 735 aa2[key3] = 300;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/ |
| H A D | test_aa.d | 776 string[int] key3; 779 int[string[int]] aa1 = [key1 : 100, key2 : 200, key3 : 300]; 788 aa2[key3] = 300;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | des_modes.pod | 189 Encrypt with key1, decrypt with key2 and encrypt with key3 again. 224 Encrypt with key1, decrypt with key2 and then encrypt with key3.
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | des_modes.pod | 190 Encrypt with key1, decrypt with key2 and encrypt with key3 again. 226 Encrypt with key1, decrypt with key2 and then encrypt with key3.
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
| H A D | des_modes.pod | 190 Encrypt with key1, decrypt with key2 and encrypt with key3 again. 226 Encrypt with key1, decrypt with key2 and then encrypt with key3.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | des_modes.pod | 189 Encrypt with key1, decrypt with key2 and encrypt with key3 again. 224 Encrypt with key1, decrypt with key2 and then encrypt with key3.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | lpc3250-ea3250.dts | 42 key3 {
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-sm1-sei610.dts | 67 key3 {
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | speed.c | 1469 static DES_cblock key3 = { in speed_main() local 1881 DES_set_key_unchecked(&key3, &sch3); in speed_main()
|