Home
last modified time | relevance | path

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

/dports/security/p5-Crypt-XTEA/Crypt-XTEA-0.0108/lib/Crypt/
H A DXTEA.pm37 my $xtea_key;
43 $xtea_key = $key;
46 $xtea_key = key_setup($key, $opts{little_endian});
50 key => $xtea_key,
103 my @xtea_key = unpack $endianness, $key_str;
104 return \@xtea_key;
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tibia.c383 guint32 xtea_key[XTEA_KEY_LEN / sizeof (guint32)]; member
513 guint8 *xtea_key = (guint8*)g_hash_table_lookup(xteakeys, GUINT_TO_POINTER(pinfo->num)); in tibia_get_convo() local
514 if (xtea_key) { in tibia_get_convo()
515 memcpy(convo->xtea_key, xtea_key, XTEA_KEY_LEN); in tibia_get_convo()
1252 …_add_bytes_with_length(tree, hf_tibia_xtea_key, tvb, 0, 0, (guint8*)convo->xtea_key, XTEA_KEY_LEN); in dissect_game_packet()
1264 decrypt_xtea_le_ecb(dstblock, tvb_get_ptr(tvb, offset, 8), convo->xtea_key, 32); in dissect_game_packet()
1462 tvb_memcpy(tvb_decrypted, convo->xtea_key, 1, XTEA_KEY_LEN); in dissect_tibia()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tibia.c383 guint32 xtea_key[XTEA_KEY_LEN / sizeof (guint32)]; member
513 guint8 *xtea_key = (guint8*)g_hash_table_lookup(xteakeys, GUINT_TO_POINTER(pinfo->num)); in tibia_get_convo() local
514 if (xtea_key) { in tibia_get_convo()
515 memcpy(convo->xtea_key, xtea_key, XTEA_KEY_LEN); in tibia_get_convo()
1252 …_add_bytes_with_length(tree, hf_tibia_xtea_key, tvb, 0, 0, (guint8*)convo->xtea_key, XTEA_KEY_LEN); in dissect_game_packet()
1264 decrypt_xtea_le_ecb(dstblock, tvb_get_ptr(tvb, offset, 8), convo->xtea_key, 32); in dissect_game_packet()
1462 tvb_memcpy(tvb_decrypted, convo->xtea_key, 1, XTEA_KEY_LEN); in dissect_tibia()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tibia.c383 guint32 xtea_key[XTEA_KEY_LEN / sizeof (guint32)]; member
513 guint8 *xtea_key = (guint8*)g_hash_table_lookup(xteakeys, GUINT_TO_POINTER(pinfo->num)); in tibia_get_convo() local
514 if (xtea_key) { in tibia_get_convo()
515 memcpy(convo->xtea_key, xtea_key, XTEA_KEY_LEN); in tibia_get_convo()
1252 …_add_bytes_with_length(tree, hf_tibia_xtea_key, tvb, 0, 0, (guint8*)convo->xtea_key, XTEA_KEY_LEN); in dissect_game_packet()
1264 decrypt_xtea_le_ecb(dstblock, tvb_get_ptr(tvb, offset, 8), convo->xtea_key, 32); in dissect_game_packet()
1462 tvb_memcpy(tvb_decrypted, convo->xtea_key, 1, XTEA_KEY_LEN); in dissect_tibia()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tibia.c383 guint32 xtea_key[XTEA_KEY_LEN / sizeof (guint32)]; member
513 guint8 *xtea_key = (guint8*)g_hash_table_lookup(xteakeys, GUINT_TO_POINTER(pinfo->num)); in tibia_get_convo() local
514 if (xtea_key) { in tibia_get_convo()
515 memcpy(convo->xtea_key, xtea_key, XTEA_KEY_LEN); in tibia_get_convo()
1252 …_add_bytes_with_length(tree, hf_tibia_xtea_key, tvb, 0, 0, (guint8*)convo->xtea_key, XTEA_KEY_LEN); in dissect_game_packet()
1264 decrypt_xtea_le_ecb(dstblock, tvb_get_ptr(tvb, offset, 8), convo->xtea_key, 32); in dissect_game_packet()
1462 tvb_memcpy(tvb_decrypted, convo->xtea_key, 1, XTEA_KEY_LEN); in dissect_tibia()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/misc/crypt/
H A Dcrypt_sizes.c129 _SZ_STRINGIFY_S(xtea_key),
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/misc/crypt/
H A Dcrypt_sizes.c129 _SZ_STRINGIFY_S(xtea_key),
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/misc/crypt/
H A Dcrypt_sizes.c129 SZ_STRINGIFY_S(xtea_key),
/dports/security/py-pycrypto/pycrypto-2.6.1/src/libtom/
H A Dtomcrypt_cipher.h55 struct xtea_key { struct
164 struct xtea_key xtea;
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/libtom/
H A Dtomcrypt_cipher.h55 struct xtea_key { struct
171 struct xtea_key xtea;
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/libtom/
H A Dtomcrypt_cipher.h55 struct xtea_key { struct
171 struct xtea_key xtea;
/dports/games/wargus/wargus-3.2.0/StormLib/src/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h55 struct xtea_key { struct
171 struct xtea_key xtea;
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h64 struct xtea_key { struct
187 struct xtea_key xtea;
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/headers/
H A Dtomcrypt_cipher.h64 struct xtea_key { struct
187 struct xtea_key xtea;
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h55 struct xtea_key { struct
178 struct xtea_key xtea;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/tomcrypt-1.18.1/src/headers/
H A Dtomcrypt_cipher.h64 struct xtea_key { struct
187 struct xtea_key xtea;
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/headers/
H A Dtomcrypt_cipher.h58 struct xtea_key { struct
204 struct xtea_key xtea;