Lines Matching defs:keystore
42 #include <keystore.h>
48 * Desc: Lists one or more certificates from the keystore
49 * Syntax: listcert [-a app] [-f format] [-k keystore] \
69 keystore_handle_t keystore = NULL;
137 /* set up proper keystore */
155 * root's keystore on that alternate root,
169 * use superuser's keystore
203 log_msg(LOG_MSG_DEBUG, "Loading keystore <%s>", keystore_file);
209 &keystore) != 0) {
217 if (print_certs(err, keystore, alias, format, outfile) != 0) {
224 log_msg(LOG_MSG_DEBUG, "Closing keystore");
227 if (close_keystore(err, keystore, pkg_passphrase_cb) != 0) {