tadd crypt - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit afe82ee607f935fbd1e0d770a68f82291e1e2635
(DIR) parent 18443075fbc9f63d791815ffba20656bbe9f102e
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 8 Feb 2005 21:03:48 +0000
add crypt
Diffstat:
M include/libc.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/include/libc.h b/include/libc.h
t@@ -360,6 +360,8 @@ extern long p9atol(char*);
extern vlong p9atoll(char*);
extern double fmtcharstod(int(*)(void*), void*);
extern char* cleanname(char*);
+extern int p9decrypt(void*, void*, int);
+extern int p9encrypt(void*, void*, int);
extern int dec64(uchar*, int, char*, int);
extern int enc64(char*, int, uchar*, int);
extern int dec32(uchar*, int, char*, int);