OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aes_encode
(Results
1 - 1
of
1
) sorted by null
/external/lzma/C/
Aes.c
170
/*
Aes_Encode
and Aes_Decode functions work with little-endian words.
174
static void
Aes_Encode
(const UInt32 *w, UInt32 *dest, const UInt32 *src)
234
Aes_Encode
(p + 4, p, p);
276
Aes_Encode
(p + 4, temp, p);
Completed in 45 milliseconds