Plan 9 from Bell Labs’s /usr/web/sources/contrib/rcbilson/s3venti/fns.h

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


#include "ventifns.h"

/*
 * sorted by 6;/^$/|sort -bd +1
 */
int		s3vconfig(char *file, S3Vconfig *config);
void		decryptblock(uchar *block, int size, uchar *key);
void		encryptblock(uchar *block, int size, uchar *key);
void		S3readblock(S3Con *c, VtReq *r);
void		S3writeblock(S3Con *c, VtReq *r);
void		vhdrpack(S3Vhdr *h, uchar *p);
void		vhdrunpack(S3Vhdr *h, uchar *p);


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.