AES_Encrypt_ECB
AES_Encrypt_ECB(ctx, src, dst, 1);
void AES_Encrypt_ECB(AES_CTX *, const uint8_t *, uint8_t *, size_t);