Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Ddes3_test.c95 char key3[DES_KEY_SIZE * 2]; member
179 getxdata(&key[16], gk[i].key3, DES_KEY_SIZE); in des3_keytest()
194 getxdata(&key[16], bk[i].key3, DES_KEY_SIZE); in des3_keytest()
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c358 WRITE_TCAM_REG_KEY3(handle, tcam_ptr->key3); in npi_fflp_tcam_entry_match()
427 READ_TCAM_REG_KEY3(handle, &tcam_ptr->key3); in npi_fflp_tcam_entry_read()
465 WRITE_TCAM_REG_KEY3(handle, tcam_ptr->key3); in npi_fflp_tcam_entry_write()
472 tcam_ptr->key2, tcam_ptr->key3, in npi_fflp_tcam_entry_write()
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_hw.c2693 uint32_t key0, key1, key2, key3, key4; in ath9k_hw_set_keycache_entry() local
2757 key3 = (ARN_LE_READ_16(k->kv_val + 10) ^ xorMask) & 0xffff; in ath9k_hw_set_keycache_entry()
2769 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath9k_hw_set_keycache_entry()
2809 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath9k_hw_set_keycache_entry()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1266 #define key3 key.regs_e.reg3 macro
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c114 tcam_rdptr.key2, tcam_rdptr.key3, in nxge_tcam_dump_entry()