devfs crypto code - alpha version
This commit is contained in:
parent
f34231e16a
commit
9655db2550
9 changed files with 528 additions and 0 deletions
|
@ -400,3 +400,7 @@ int okThumbprint(uchar *sha1, Thumbprint *ok);
|
|||
/* readcert.c */
|
||||
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);
|
Loading…
Add table
Add a link
Reference in a new issue