HomeSort by relevance Sort by last modified time
    Searched refs:AesGenTables (Results 1 - 3 of 3) sorted by null

  /external/lzma/C/
Aes.h 13 /* Call AesGenTables one time before other AES functions */
14 void AesGenTables(void);
Aes.c 54 void AesGenTables(void)
  /external/lzma/CPP/7zip/Crypto/
MyAes.cpp 11 static struct CAesTabInit { CAesTabInit() { AesGenTables();} } g_AesTabInit;

Completed in 53 milliseconds