Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove interface from header
  • Loading branch information
spdfrk authored and perexg committed Aug 6, 2014
1 parent 1330eab commit 2850692
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/descrambler/libaesdec/libaesdec.h
Expand Up @@ -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);
Expand Down

0 comments on commit 2850692

Please sign in to comment.