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

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c104 } mech_alias_t; typedef in typeref:struct:mech_alias
106 static mech_alias_t mech_aliases[] = {
126 int mech_aliases_count = (sizeof (mech_aliases) / sizeof (mech_alias_t));
423 mech_alias_t *cipher, const char *rkey, size_t rksz, boolean_t rdonly,
627 static mech_alias_t *
647 kernel_cipher_check(mech_alias_t *cipher)
903 getkeyfromuser(mech_alias_t *cipher, char **raw_key, size_t *raw_key_sz,
972 getkeyfromfile(const char *pathname, mech_alias_t *cipher, char **key,
1058 token_spec_t *token, const char *keyfile, mech_alias_t *cipher,
1228 mech_alias_t *ciphe
[all...]

Completed in 169 milliseconds