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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c72 char *keypath; member in struct:keystore_t
451 tmpstore->keypath = NULL;
476 if (keystore->keypath != NULL)
477 free(keystore->keypath);
1108 if (keystore->keypath != NULL) {
1109 if (!restore_keystore_file(err, keystore->keypath)) {
1402 keystore->keypath = xstrdup(storepath);
1408 keystore->keypath = NULL;
1420 keystore->keypath = xstrdup(storepath);
1595 if (keystore->keypath !
[all...]

Completed in 75 milliseconds