]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - common/polarssl/libpcrypto.h
84732cd31d2b169432a48d49284cdfcae34be3e6
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2018 Merlok
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
9 //-----------------------------------------------------------------------------
17 extern int aes_encode(uint8_t *iv
, uint8_t *key
, uint8_t *input
, uint8_t *output
, int length
);
18 extern int aes_decode(uint8_t *iv
, uint8_t *key
, uint8_t *input
, uint8_t *output
, int length
);
20 #endif /* libpcrypto.h */