Home
last modified time | relevance | path

Searched refs:AES_KEY_LEN_192 (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Daes.c12 return key_len == AES_KEY_LEN_128 || key_len == AES_KEY_LEN_192 || in is_valid_key_len()
37 case AES_KEY_LEN_192: in aes_enc()
62 case AES_KEY_LEN_192: in aes_dec()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/libkirk/
H A Daes.h7 #define AES_KEY_LEN_192 (192) macro
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libkirk/
H A DAES.h7 #define AES_KEY_LEN_192 (192) macro
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libkirk/
H A DAES.h7 #define AES_KEY_LEN_192 (192) macro
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libkirk/
H A DAES.h7 #define AES_KEY_LEN_192 (192) macro
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/libkirk/
H A Daes.h7 #define AES_KEY_LEN_192 (192) macro
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally_crypto.h40 #define AES_KEY_LEN_192 24 /** AES-192 Key length */ macro