Lines Matching defs:keystore
42 #include <keystore.h>
49 * or a trusted certificate, from the keystore.
50 * Syntax: addcert [-a app] [-k keystore] -n name [-P passarg] [-R altroot]
65 keystore_handle_t keystore = NULL;
106 /* set up proper keystore */
112 * root's keystore on that alternate root,
126 * use superuser's keystore
161 log_msg(LOG_MSG_DEBUG, "Loading keystore <%s>", keystore_file);
167 KEYSTORE_ACCESS_READWRITE | KEYSTORE_PATH_HARD, &keystore) != 0) {
175 if (delete_cert_and_keys(err, keystore, alias) != 0) {
182 log_msg(LOG_MSG_DEBUG, "Closing keystore");
185 if (close_keystore(err, keystore, pkg_passphrase_cb) != 0) {