Home | History | Annotate | Download | only in http

Lines Matching refs:uint8

66 static uint8 DESSetKeyParity(uint8 x) {
79 void DESMakeKey(const uint8* raw, uint8* key) {
92 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {
97 reinterpret_cast<const_DES_cblock*>(const_cast<uint8*>(key)), &ks);
99 DES_ecb_encrypt(reinterpret_cast<const_DES_cblock*>(const_cast<uint8*>(src)),
105 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {
121 key_item.data = const_cast<uint8*>(key);
140 const_cast<uint8*>(src), 8);
162 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {
173 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {