Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/src/cmd/auth/rsa2any.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
DSApriv*getdsakey(int argc, char **argv, int needprivate, Attr **pa);
2
RSApriv*getkey(int argc, char **argv, int needprivate, Attr **pa);
3
uchar*	put4(uchar *p, uint n);
4
uchar*	putmp2(uchar *p, mpint *b);
5
uchar*	putn(uchar *p, void *v, uint n);
6
uchar*	putstr(uchar *p, char *s);