OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AES_SET_KEY_FUNC
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
Aes.h
23
typedef void (MY_FAST_CALL *
AES_SET_KEY_FUNC
)(UInt32 *aes, const Byte *key, unsigned keySize);
/external/lzma/CPP/7zip/Crypto/
MyAes.cpp
48
AES_SET_KEY_FUNC
setKeyFunc = _encodeMode ? Aes_SetKey_Enc : Aes_SetKey_Dec;
Completed in 80 milliseconds