cryptfsadm.x

来自「LFS.This is a kind of file system.」· X 代码 · 共 27 行

X
27
字号
/* $Id: cryptfsadm.x,v 1.2 2001/04/10 06:08:56 dm Exp $ *//* * This file was written by David Mazieres.  Its contents is * uncopyrighted and in the public domain.  Of course, standards of * academic honesty nonetheless prevent anyone in research from * falsely claiming credit for this work. */struct cfsadm_mount_arg {  string path<1024>;		/* Path of ciphertext directory */  string name<256>;		/* Name of plaintext directory */  string pwd<128>;		/* Passphrase encrypting files */};program CFSADM_PROG {	version CFSADM_VERS {		void 		CFSADMPROC_NULL (void) = 0;		int		CFSADMPROC_MOUNT (cfsadm_mount_arg) = 1;	} = 1;} = 354440;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?