Home
last modified time | relevance | path

Searched defs:decrypt2 (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Dpacplus.c11 static unsigned char decrypt2(unsigned char e) in decrypt2() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Ddecocrpt.c748 static UINT16 decrypt2(UINT16 data, int address, int select_xor) in decrypt2() function
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Ddecocrpt.c748 static UINT16 decrypt2(UINT16 data, int address, int select_xor) in decrypt2() function
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/crypto/
H A Dtestcrypto.cpp199 CipherContext decrypt2; in test_cipher() local
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dzs01.cpp166 void zs01_device::decrypt2( uint8_t *destination, uint8_t *source, int length, uint8_t *key, uint8_… in decrypt2() function in zs01_device
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dzs01.cpp166 void zs01_device::decrypt2( uint8_t *destination, uint8_t *source, int length, uint8_t *key, uint8_… in decrypt2() function in zs01_device
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dcrypto-backend.h384 int (*decrypt2) (gnutls_pk_algorithm_t, member