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

/illumos-gate/usr/src/cmd/svr4pkg/pkgtrans/
H A Dmain.c63 char *keystore_alias = NULL; local
107 keystore_alias = optarg;
183 keystore, keystore_alias);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c243 keystore_handle_t keystore, char *keystore_alias)
268 keystore_alias, &privkey, &pubcert) != 0) {
295 progerr(gettext(ERR_SEC), keystore_alias); local
634 keystore_handle_t keystore, char *keystore_alias)
686 r = _pkgtrans(device1, device2, pkg, options, keystore, keystore_alias);
242 _pkgtrans(char *device1, char *device2, char **pkg, int options, keystore_handle_t keystore, char *keystore_alias) argument
633 pkgtrans(char *device1, char *device2, char **pkg, int options, keystore_handle_t keystore, char *keystore_alias) argument

Completed in 58 milliseconds