Remove interface from header

This commit is contained in:
spdfrk1 2014-08-05 20:56:17 +02:00 committed by Jaroslav Kysela
parent 1330eab10a
commit 2850692c1a

View file

@ -8,15 +8,6 @@
#ifndef LIBAESDEC_H_
#define LIBAESDEC_H_
void libaes_init(void);
int libaes_get_internal_parallelism(void);
int libaes_get_suggested_cluster_size(void);
void * libaes_get_key_struct(void);
void libaes_free_key_struct(void *keys);
void libaes_set_even_control_word(void *keys, const unsigned char *even);
void libaes_set_odd_control_word(void *keys, const unsigned char *odd);
int libaes_decrypt_packets(void *keys, unsigned char **cluster);
// -- alloc & free the key structure
void *aes_get_key_struct(void);
void aes_free_key_struct(void *keys);