Searched defs:execute_cmd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c123 static int execute_cmd(char *algo_str, int filecount,
220 return (execute_cmd(algo_str, filecount, filelist, mac_cmd));
360 execute_cmd(char *algo_str, int filecount, char **filelist, boolean_t mac_cmd) function
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c188 static int execute_cmd(struct CommandInfo *cmd, char *algo_str);
277 return (execute_cmd(cmd, algo_str));
417 execute_cmd(struct CommandInfo *cmd, char *algo_str) function

Completed in 60 milliseconds