Home
last modified time | relevance | path

Searched refs:CommandInfo (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c108 struct CommandInfo { struct
123 static struct CommandInfo encrypt_cmd = { argument
134 static struct CommandInfo decrypt_cmd = {
187 static void usage(struct CommandInfo *cmd);
188 static int execute_cmd(struct CommandInfo *cmd, char *algo_str);
189 static int crypt_multipart(struct CommandInfo *cmd, CK_SESSION_HANDLE hSession,
201 struct CommandInfo *cmd; in main()
284 usage(struct CommandInfo *cmd) in usage()
417 execute_cmd(struct CommandInfo *cmd, char *algo_str) in execute_cmd()
1047 crypt_multipart(struct CommandInfo *cmd, CK_SESSION_HANDLE hSession, in crypt_multipart()