#include #include #include #include #include "aes_core.h" static int rk_crypto_ecb128_encrypt(const unsigned char *in, unsigned long length, unsigned char *out, const RK_AES_KEY *ks, const int enc) { unsigned long i = 0; for(i=0; i