Home
last modified time | relevance | path

Searched refs:key3 (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhmac.c182 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 Dar5210_keycache.c112 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 Drctest.c96 static unsigned char key3[16] = variable
157 RC4_set_key(&key, 16, key3); in main()
H A Ddestest.c71 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 Dar5211_keycache.c119 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 Dar5212_keycache.c143 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 Drsa_test.c143 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 Drsa_test.c142 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 Dtest_aa.d723 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 Dtest_aa.d776 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 Ddes_modes.pod189 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 Ddes_modes.pod190 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 Ddes_modes.pod190 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 Ddes_modes.pod189 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 Dlpc3250-ea3250.dts42 key3 {
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-sei610.dts67 key3 {
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c1469 static DES_cblock key3 = { in speed_main() local
1881 DES_set_key_unchecked(&key3, &sch3); in speed_main()