Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/auth/rsa2any.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


DSApriv*getdsakey(int argc, char **argv, int needprivate, Attr **pa);
RSApriv*getkey(int argc, char **argv, int needprivate, Attr **pa);
uchar*	put4(uchar *p, uint n);
uchar*	putmp2(uchar *p, mpint *b);
uchar*	putn(uchar *p, void *v, uint n);
uchar*	putstr(uchar *p, char *s);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to [email protected].