/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgweb.h | 89 keystore_handle_t keystore; member in struct:__anon2343
|
H A D | keystore.c | 28 * Module: keystore.c 30 * package keystore files. 52 #include "keystore.h" 101 keystore_passphrase_cb cb, keystore_t *keystore); 106 /* wait on other keystore access for 1 minute before giving up */ 110 * print_certs - prints certificates out of a keystore, to a file. 114 * keystore - Keystore on which to operate 131 keystore_t *keystore = keystore_h; local 133 if (keystore->clcerts != NULL) { 135 for (i = 0; i < sk_X509_num(keystore 466 free_keystore(keystore_t *keystore) argument 508 keystore_t *keystore = keystore_h; local 554 keystore_t *keystore = keystore_h; local 781 keystore_t *keystore = keystore_h; local 1096 verify_keystore_integrity(PKG_ERR *err, keystore_t *keystore) argument 1319 resolve_paths(PKG_ERR *err, char *keystore_file, char *app, long flags, keystore_t *keystore) argument 1463 lock_keystore(PKG_ERR *err, long flags, keystore_t *keystore) argument 1617 unlock_keystore(PKG_ERR *err, keystore_t *keystore) argument 1647 read_keystore(PKG_ERR *err, keystore_t *keystore, keystore_passphrase_cb cb) argument 1845 get_keystore_passwd(PKG_ERR *err, PKCS12 *p12, keystore_passphrase_cb cb, keystore_t *keystore) argument 1896 write_keystore(PKG_ERR *err, keystore_t *keystore, keystore_passphrase_cb cb) argument [all...] |
H A D | pkgtrans.c | 60 #include "keystore.h" 242 keystore_handle_t keystore, char *keystore_alias) 258 making_sig = (keystore != NULL) ? B_TRUE : B_FALSE; 266 if (find_key_cert_pair(err, keystore, 274 if (find_ca_certs(err, keystore, &cacerts) != 0) { 281 if (find_cl_certs(err, keystore, &clcerts) != 0) { 633 keystore_handle_t keystore, char *keystore_alias) 685 r = _pkgtrans(device1, device2, pkg, options, keystore, keystore_alias); 241 _pkgtrans(char *device1, char *device2, char **pkg, int options, keystore_handle_t keystore, char *keystore_alias) argument 632 pkgtrans(char *device1, char *device2, char **pkg, int options, keystore_handle_t keystore, char *keystore_alias) argument
|
H A D | pkgweb.c | 60 #include "keystore.h" 282 if (ps->keystore) { 283 (void) close_keystore(err, ps->keystore, NULL); 286 ps->keystore = NULL; 333 * keystore - keystore to use for accessing trusted 350 keystore_handle_t keystore, char *proxy, ushort_t proxy_port, 369 if (keystore != NULL) 370 ps->keystore = keystore; 349 web_session_control(PKG_ERR *err, char *url, char *dwnld_dir, keystore_handle_t keystore, char *proxy, ushort_t proxy_port, int retries, int timeout, int nointeract, char **fname) argument [all...] |
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AuthBlock.java | 599 // Load the keystore 974 // Get cert keystore 1089 if (keystore != null) { 1090 return keystore; 1094 keystore = KeyStore.getInstance("amicerts", "SunAMI"); 1095 keystore.load(null, null); 1104 return keystore; 1129 static private KeyStore keystore; // Certificate repository field in class:AuthBlock
|
/osnet-11/usr/src/lib/libkmf/include/ |
H A D | kmfapiP.h | 328 char *keystore; member in struct:__anon1835
|