Searched defs:key (Results 176 - 200 of 889) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DResource.java48 * The key of the resource.
50 private final String key; field in class:Resource
68 key = type + "." + name;
244 * Return the key of the resource.
248 return (key);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBST.java62 public BST insert(String key, Object data) { argument
63 return insert(new BSTItem(key, data));
166 public void traverse_find(String key) { argument
168 left.traverse_find(key);
169 if (data.compare(key, false) < 0)
171 Debug.info("HELP: Traverse_find: " + data.key);
173 right.traverse_find(key);
177 public void traverse_find_vector(Vector v, String key) { argument
180 * data.key + "[" +(left!=null?left.data.key
[all...]
H A DpmHelpRepository.java163 public static String getResource(String key) { argument
167 Debug.message("HELP: getResource(" + key + ")");
178 keyvalue = bundle.getString(key);
180 keyvalue = bundle.getString("Missing:") + key;
181 Debug.error("HELP: Missing: " + key);
184 Debug.error("HELP: getResource(" + key + ") : " + other);
215 String key = (String) e.nextElement();
216 if (key.endsWith(".tag")) {
219 tagName = bundle.getString(key);
221 Debug.warning("HELP: Unable to find tag for " + key);
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c27 * reads key lines from inf; hashes and writes on outf;
28 * writes orig key on recf, records pointer on outf too.
36 char key[30], bkeys[40]; local
74 printf("key %s hash %d\n",
78 strcpy(key, keyv[nk]);
79 for (s = key; *s; s++)
87 if (s > key)
89 hash(key)%nhash, lp);
90 s = key;
H A Dmkey2.c24 static char *p, key[20]; variable
51 p = key;
58 p = key;
139 for (p = key; *p; p++)
141 if (outkey(p = key, prevc, c)) {
152 fputs(key, stdout);
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmd_link.c110 int key; local
157 &key, &ep)) == NULL) {
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dcommon.c221 crypto_key_t key; local
226 if (mdb_vread(&key, sizeof (crypto_key_t), addr) == -1) {
230 switch (key.ck_format) {
235 key.cku_data.cku_key_value.cku_v_length);
237 key.cku_data.cku_key_value.cku_v_data);
242 key.cku_data.cku_key_id);
247 key.cku_data.cku_key_attrs.cku_a_count);
249 key.cku_data.cku_key_attrs.cku_a_oattr);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c97 fmd_strhash(const char *key) argument
102 for (p = key; *p != '\0'; p++) {
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c56 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) argument
61 v->v_key = key;
93 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) argument
95 size_t i = h->h_hashfn(key) % h->h_hashsz;
99 if (h->h_cmpfn(v->v_key, key) == 0)
104 v = inj_var_alloc(key, value, h->h_hash[i]);
112 inj_hash_lookup(inj_hash_t *h, void *key) argument
114 size_t i = h->h_hashfn(key) % h->h_hashsz;
118 if (h->h_cmpfn(v->v_key, key) == 0)
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c131 search_ignore(char *key) argument
141 if ((order = strcmp(key, names_ignored[halfway])) == 0)
143 if (order < 0) /* key is less than probe, throw away above */
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diicpbmp.c66 char key[CFG_MAX_KEY]; variable
226 (void) sprintf(key, "ii.set%d.bitmap", setnumber);
227 if (cfg_put_cstring(cfg, key, new_bitmap, strlen(new_bitmap))
248 (void) snprintf(key, sizeof (key), "ii.set%d.bitmap",
251 if (cfg_get_cstring(cfg, key, buf, DSW_NAMELEN) < 0)
254 (void) snprintf(key, sizeof (key), "ii.set%d.shadow",
256 (void) cfg_get_cstring(cfg, key, shadow, DSW_NAMELEN);
/illumos-gate/usr/src/cmd/bnu/
H A Ddkdial.c86 char *key; local
132 if((key = getenv("DKKEY")) != NULL && getuid() == geteuid())
133 sprintf(ioreq.dialstring, "%s\n%s", dest, key);
/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.h45 uchar_t status, key, asc, ascq; member in struct:trackio_error
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.c63 get_hash(hash *tbl, char *key) argument
69 tmp = tbl->table[bucket = hash_string(key, tbl->size)];
71 tmp = tbl->table[bucket = labs((long)key) % tbl->size];
76 if (strcmp(tmp->key, key) == 0) {
83 if (tmp->key == key) {
95 new->key = ((tbl->hash_type == String_Key)?strdup(key):key);
114 find_hash(hash *tbl, const char *key) argument
137 del_hash(hash *tbl, const char *key) argument
[all...]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c45 print_proc(void *key, const char *args, FILE *fp) argument
47 (void) fprintf(fp, "%-8ld \"%s\"\n", (long)key, args);
51 print_stat(const char *key, lt_stat_data_t *log, FILE *fp) argument
57 key);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Ddk_decrypt.c42 const krb5_keyblock *key,
54 const krb5_keyblock *key, krb5_keyusage usage,
58 return krb5_dk_decrypt_maybe_trunc_hmac(context, enc, hash, key, usage,
67 const krb5_keyblock *key, krb5_keyusage usage,
71 return krb5_dk_decrypt_maybe_trunc_hmac(context, enc, hash, key, usage,
80 const krb5_keyblock *key, krb5_keyusage usage,
96 * from the original key's DK list.
99 (krb5_keyblock *)key,
188 key->enctype != ENCTYPE_AES128_CTS_HMAC_SHA1_96 &&
189 key
50 krb5_dk_decrypt( krb5_context context, const struct krb5_enc_provider *enc, const struct krb5_hash_provider *hash, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
63 krb5int_aes_dk_decrypt( krb5_context context, const struct krb5_enc_provider *enc, const struct krb5_hash_provider *hash, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
76 krb5_dk_decrypt_maybe_trunc_hmac( krb5_context context, const struct krb5_enc_provider *enc, const struct krb5_hash_provider *hash, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_data *output, size_t hmacsize) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c38 update_key_template(krb5_keyblock *key) argument
45 if (key == NULL)
52 kef_mech.cm_type = key->kef_mt;
59 &key->kef_key,
60 &key->key_tmpl,
68 key->key_tmpl = NULL;
81 init_key_kef(crypto_mech_type_t mech_type, krb5_keyblock *key) argument
86 if (key == NULL)
89 if (key->kef_key.ck_data == NULL) {
90 key
111 init_key_uef(CK_SESSION_HANDLE hSession, krb5_keyblock *key) argument
175 krb5_c_encrypt(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_enc_data *output) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Dk5_kmd5des.c60 krb5_const krb5_keyblock *key,
74 if (key->length != MIT_DES_KEYSIZE)
121 bcopy(key->contents, xorkey, sizeof(xorkey));
130 newkey.enctype = key->enctype;
155 krb5_const krb5_keyblock *key,
173 if (key->length != MIT_DES_KEYSIZE)
188 /* create and schedule the encryption key */
189 (void) bcopy(key->contents, xorkey, sizeof(xorkey));
200 newkey.enctype = key->enctype;
59 k5_md5des_hash(krb5_context context, krb5_const krb5_keyblock *key, krb5_keyusage usage, krb5_const krb5_data *ivec, krb5_const krb5_data *input, krb5_data *output) argument
154 k5_md5des_verify(krb5_context context, krb5_const krb5_keyblock *key, krb5_keyusage usage, krb5_const krb5_data *ivec, krb5_const krb5_data *input, krb5_const krb5_data *hash, krb5_boolean *valid) argument
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_des.h64 * a conversation key and the window
68 des_block key; /* conversation key */ member in struct:authdes_fullname
98 * Both are encrypted using the conversation key.
109 * adv_timeverf is encrypted using the conversation key.
/illumos-gate/usr/src/uts/common/sys/
H A Dwanboot_impl.h55 #define WANBOOT_HMAC_KEY_SIZE 20 /* size of key we use for HMAC SHA-1 */
64 char key[WANBOOT_MAXKEYLEN]; member in union:wankeyio::__anon9245
/illumos-gate/usr/src/uts/common/io/
H A Dsuntpi.c45 * Use the first element in the key for the hash.
83 * passes back the size of the generated key in *keylenp. This routine
87 * _absolutely_ guarantee that the key below uniquely identifies an
99 static uintptr_t *key = NULL; local
113 if (key == NULL)
114 key = kmem_alloc((nstrpush + 1) * sizeof (uintptr_t), KM_SLEEP);
116 ASSERT(key != NULL);
125 key[i] = (uintptr_t)q->q_qinfo->qi_minfo;
129 * Allocate the actual key with the proper length, and pass it
133 return ((void *)key);
147 void *key; local
[all...]
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthash.c109 reg Void_t *k, *key; local
185 { key = (type&DT_MATCH) ? obj : _DTKEY(obj,ky,sz);
186 hsh = _DTHSH(dt,key,disc,sz);
192 key = _DTKEY(obj,ky,sz);
203 { key = _DTKEY(obj,ky,sz);
204 hsh = _DTHSH(dt,key,disc,sz);
211 if(_DTCMP(dt,key,k,disc,cmpf,sz) == 0)
H A Ddttree.c43 Void_t *o, *k, *key; local
95 { key = _DTKEY(obj,ky,sz);
98 if(_DTCMP(dt,key,k,disc,cmpf,sz) != 0)
110 { key = (type&DT_MATCH) ? obj : _DTKEY(obj,ky,sz);
117 key = _DTKEY(obj,ky,sz);
122 { key = _DTKEY(obj,ky,sz);
129 if((cmp = _DTCMP(dt,key,k,disc,cmpf,sz)) == 0)
171 if((cmp = _DTCMP(dt,key,k,disc,cmpf,sz)) == 0)
176 if((cmp = _DTCMP(dt,key,k,disc,cmpf,sz)) < 0)
203 if((cmp = _DTCMP(dt,key,
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dtsearch.c61 Void_t* key; member in struct:_tree_s
88 { { sizeof(Dtlink_t), -1, /* object is key */
101 Void_t* tsearch(const Void_t* key, Void_t** rootp, argument
104 Void_t* tsearch(key, rootp, comparf)
105 Void_t* key;
120 if(!(o = (Tree_t*)dtmatch(dt,key)) )
123 o->key = (Void_t*)key;
132 return (Void_t*)(&o->key);
137 Void_t* tfind(const Void_t* key, Void_ argument
163 tdelete(const Void_t* key, Void_t** rootp, int(*comparf)(const Void_t*, const Void_t*) ) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c87 Key_t key; local
134 for (i = 0; i < sizeof(key) && pattern[i]; i++)
135 ((char*)&key)[i] = pattern[i];
136 for (; i < sizeof(key); i++)
137 ((char*)&key)[i] = 0;
145 else if (*(Key_t*)matchstate.cache[i]->pattern == key && !strcmp(matchstate.cache[i]->pattern, pattern) && matchstate.cache[i]->reflags == reflags)

Completed in 98 milliseconds

1234567891011>>