libsec: make sectorNumber argument for aes_xts routines uvlong
This commit is contained in:
parent
45b7d60bf3
commit
29411f58cf
3 changed files with 16 additions and 15 deletions
|
@ -502,8 +502,8 @@ uchar *readcert(char *filename, int *pcertlen);
|
|||
PEMChain*readcertchain(char *filename);
|
||||
|
||||
/* aes_xts.c */
|
||||
int aes_xts_encrypt(ulong tweak[], ulong ecb[], vlong sectorNumber, uchar *input, uchar *output, ulong len) ;
|
||||
int aes_xts_decrypt(ulong tweak[], ulong ecb[], vlong sectorNumber, uchar *input, uchar *output, ulong len);
|
||||
int aes_xts_encrypt(ulong tweak[], ulong ecb[], uvlong sectorNumber, uchar *input, uchar *output, ulong len) ;
|
||||
int aes_xts_decrypt(ulong tweak[], ulong ecb[], uvlong sectorNumber, uchar *input, uchar *output, ulong len);
|
||||
|
||||
typedef struct ECpoint{
|
||||
int inf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue