Searched refs:key (Results 201 - 225 of 892) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsrv_dec_tkt.c45 const krb5_keyblock *key,
52 retval = krb5_decrypt_tkt_part(context, key, ticket);
90 retval = krb5int_server_decrypt_ticket_keyblock(context, &ktent.key, ticket);
104 if (ktent.key.enctype != ticket->enc_part.enctype)
107 retval = krb5int_server_decrypt_ticket_keyblock(context, &ktent.key, ticket);
44 krb5int_server_decrypt_ticket_keyblock(krb5_context context, const krb5_keyblock *key, krb5_ticket *ticket) argument
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c187 smdb1_del(database, key, flags)
189 SMDB_DBENT *key;
196 dbkey.data = key->data;
197 dbkey.size = key->size;
226 smdb1_get(database, key, data, flags)
228 SMDB_DBENT *key;
238 dbkey.data = key->data;
239 dbkey.size = key->size;
254 smdb1_put(database, key, data, flags)
256 SMDB_DBENT *key;
[all...]
H A Dsmndbm.c110 smdbm_del(database, key, flags)
112 SMDB_DBENT *key;
120 dbkey.dptr = key->data;
121 dbkey.dsize = key->size;
164 smdbm_get(database, key, data, flags)
166 SMDB_DBENT *key;
175 dbkey.dptr = key->data;
176 dbkey.dsize = key->size;
198 smdbm_put(database, key, data, flags)
200 SMDB_DBENT *key;
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_find_by_property.c49 "usage : hal-find-by-property --key <key> --string <value>\n"
56 " --key Key of the property to check\n"
81 char *key = NULL; local
98 {"key", 1, NULL, 0},
122 } else if (strcmp (opt, "key") == 0) {
123 key = strdup (optarg);
141 if (key == NULL || value == NULL) {
167 udis = libhal_manager_find_device_string_match (hal_ctx, key, value, &num_udis, &error);
176 printf ("Found %d device objects with string property %s = '%s'\n", num_udis, key, valu
[all...]
H A Dhal_set_property.c72 "usage : hal-set-property --udi <udi> --key <key>\n"
79 " --key Key of the property to set\n"
111 char *key = NULL; local
134 {"key", 1, NULL, 0},
161 } else if (strcmp (opt, "key") == 0) {
162 key = strdup (optarg);
256 rc = libhal_device_remove_property (hal_ctx, udi, key, &error);
269 rc = libhal_device_set_property_string (hal_ctx, udi, key, str_value, &error);
272 rc = libhal_device_set_property_int (hal_ctx, udi, key, int_valu
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c142 * A key can be of the form: attribute=value or value.
150 set_keys(char **key, char *attrtype) argument
158 if (!key || !key[0]) /* should never contain NULL string */
161 if (key[1]) {
170 karray = key;
201 if (key[1]) {
212 * If the key starts with a digiti, view it as a user id.
214 * It returns: -1 no keys defined, 0 key defined but none for type
218 set_keys_publickey(char **key, cha argument
293 set_filter_publickey(char **key, char *database, int type, char **udata) argument
377 set_filter(char **key, char *database, char **udata) argument
[all...]
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtmethod.c97 { reg Void_t* key = _DTOBJ(list,disc->link); local
98 key = _DTKEY(key,disc->key,disc->size);
99 list->hash = _DTHSH(dt,key,disc,disc->size);
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dgethostent6.c43 int af = argp->key.ipnode.af_family;
44 char *hname = (char *)argp->key.ipnode.name;
73 if ((argp->key.hostaddr.type != AF_INET6) ||
74 (argp->key.hostaddr.len != sizeof (*addr))) {
80 addr = (struct in6_addr *)(argp->key.hostaddr.addr);
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_enum.c55 * first key/value pair from the map data base. The returned key should be
63 char **key, /* return: key array */
64 int *keylen, /* return: bytes in key */
92 key, keylen, val, vallen);
116 char **key, /* return: key array */
117 int *keylen, /* return: bytes in key */
122 return (__yp_first_cflookup(domain, map, key, keyle
60 __yp_first_cflookup( char *domain, char *map, char **key, int *keylen, char **val, int *vallen, int hardlookup) argument
113 yp_first( char *domain, char *map, char **key, int *keylen, char **val, int *vallen) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_search.c53 * Search a btree for a key.
57 * key: key to find
62 * of the key, if it were inserted into the tree, is entered into
66 __bt_search(t, key, exactp)
68 const DBT *key;
85 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) == 0) {
110 __bt_sprev(t, h, key, exactp))
114 __bt_snext(t, h, key, exactp))
124 * key an
[all...]
H A Dbt_delete.c58 * Delete the item(s) referenced by a key.
60 * Return RET_SPECIAL if the key is not found.
63 __bt_delete(dbp, key, flags)
65 const DBT *key;
89 status = __bt_bdelete(t, key);
159 * Find the first occurrence of the key in the tree. Toss the
164 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
223 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
281 * Delete all key/data pairs matching the specified key
[all...]
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c54 DAT_PROVIDER_INFO key; member in struct:DAT_DICTIONARY_NODE
258 IN const DAT_PROVIDER_INFO *key,
269 if (DAT_SUCCESS == dat_dictionary_search(p_dictionary, key, NULL)) {
274 dat_status = dat_dictionary_key_dup(key, &cur_node->key);
304 IN const DAT_PROVIDER_INFO *key,
317 if (DAT_TRUE == dat_dictionary_key_is_equal(&cur_node->key,
318 key)) {
376 IN const DAT_PROVIDER_INFO *key,
390 if (DAT_TRUE == dat_dictionary_key_is_equal(&cur_node->key,
255 dat_dictionary_insert( IN DAT_DICTIONARY *p_dictionary, IN DAT_DICTIONARY_ENTRY entry, IN const DAT_PROVIDER_INFO *key, IN DAT_DICTIONARY_DATA data) argument
302 dat_dictionary_search( IN DAT_DICTIONARY *p_dictionary, IN const DAT_PROVIDER_INFO *key, OUT DAT_DICTIONARY_DATA *p_data) argument
373 dat_dictionary_remove( IN DAT_DICTIONARY *p_dictionary, IN DAT_DICTIONARY_ENTRY *p_entry, IN const DAT_PROVIDER_INFO *key, OUT DAT_DICTIONARY_DATA *p_data) argument
[all...]
/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c79 * Permuted-choice 1 from the key bits
99 * Sequence of shifts used for the key schedule.
105 * the CD array that generate the key schedule.
122 * The C and D arrays used to calculate the key schedule.
128 * The key schedule.
129 * Generated from the key.
149 * Set up the key schedule from the key.
158 des_setkey_nolock(const char *key) argument
166 * the key
208 des_setkey(const char *key) argument
351 static thread_key_t key = THR_ONCE_KEY; local
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java130 * uses {@link Tuple#EMPTY} as a key)
131 * @see #getRecord(Tuple key)
218 * contains a record with the same tuple key as the given record
223 Tuple key = record.getTuple();
224 if (map.put(key, record) != null) {
226 "with tuple " + key);
278 * Gets the record associated with the given key, or the singleton
280 * {@code key} is {@code null} or empty.
282 * @param key The record key, o
292 getRecord(Tuple key) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c117 DBT data, key; local
147 key.size = sizeof(recno_t);
148 key.data = &trec;
156 status = (dbp->seq)(dbp, &key, &data, R_FIRST);
160 status = (dbp->seq)(dbp, &key, &data, R_NEXT);
166 status = (dbp->seq)(dbp, &key, &data, R_FIRST);
172 status = (dbp->seq)(dbp, &key, &data, R_NEXT);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dinc.t101 while (my ($key, $value) = each %$suspect) {
102 if (exists $orig->{$key}) {
103 if ($orig->{$key} ne $value) {
104 print "# key '$key' was '$orig->{$key}' now '$value'\n";
108 print "# key '$key' is '$orig->{$key}', unexpect.\n";
114 print "# key '
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dutil.h54 gboolean hal_util_set_int_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base);
58 gboolean hal_util_set_uint64_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base);
62 gboolean hal_util_set_string_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file);
66 gboolean hal_util_set_bcd2_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file);
82 gboolean hal_util_set_string_elem_from_file (HalDevice *d, const gchar *key,
86 gboolean hal_util_set_int_elem_from_file (HalDevice *d, const gchar *key,
90 gboolean hal_util_set_bool_elem_from_file (HalDevice *d, const gchar *key,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dtied.t41 my ($key) = @_;
43 return $self->{$key};
48 my ($key, $value) = @_;
49 $self->{$key} = $value;
119 my ($href, $key) = @$self;
121 untie $href->{$key};
122 return $href->{$key} = 1;
151 %a = ('key', 'value', 1, 0, $a, $b, 'cvar', \$a, 'scalarref', \$scalar);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t28 like( $@, qr/^Attempt to access disallowed key 'baz' in a restricted hash/,
39 like( $@, qr/^Attempt to access disallowed key 'i_dont_exist' in a restricted hash/ );
43 like( $@, qr/^Attempt to access disallowed key 'four' in a restricted hash/ );
46 like( $@, qr/^Attempt to access disallowed key '(.*)' in a restricted hash/,
47 'wide hex key' );
50 like( $@, qr/^Attempt to delete readonly key 'locked' from a restricted hash/,
51 'trying to delete a locked key' );
54 'trying to change a locked key' );
58 like( $@, qr/^Attempt to delete disallowed key 'I_dont_exist' from a restricted hash/,
59 'trying to delete a key tha
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c74 des_block key; /* conversation key */ member in struct:cache_entry
172 cred->adc_fullname.key.key.high = (uint32_t)*ixdr++;
173 cred->adc_fullname.key.key.low = (uint32_t)*ixdr++;
191 verf.adv_xtimestamp.key.high = (uint32_t)*ixdr++;
192 verf.adv_xtimestamp.key.low = (uint32_t)*ixdr++;
198 * Get the conversation key
205 init_sessionkey = cred->adc_fullname.key;
567 cache_spot(des_block *key, char *name, struct timeval *timestamp) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c166 const unsigned char *key,
169 return cipher->cipher->setkey (cipher->ctx, key, keylen);
257 const void *key, grub_size_t keylen)
277 grub_crypto_hash (md, helpkey, key, keylen);
279 key = helpkey;
291 grub_memcpy ( ipad, key, keylen );
292 grub_memcpy ( opad, key, keylen );
369 const void *key, grub_size_t keylen,
374 hnd = grub_crypto_hmac_init (md, key, keylen);
444 int key;
165 grub_crypto_cipher_set_key(grub_crypto_cipher_handle_t cipher, const unsigned char *key, unsigned keylen) argument
256 grub_crypto_hmac_init(const struct gcry_md_spec *md, const void *key, grub_size_t keylen) argument
368 grub_crypto_hmac_buffer(const struct gcry_md_spec *md, const void *key, grub_size_t keylen, const void *data, grub_size_t datalen, void *out) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm78 =item STORE this, key, value
80 Store datum I<value> into I<key> for the tied hash I<this>.
82 =item FETCH this, key
84 Retrieve the datum in I<key> for the tied hash I<this>.
88 Return the first key in the hash.
92 Return the next key in the hash.
94 =item EXISTS this, key
96 Verify that I<key> exists with the tied hash I<this>.
100 =item DELETE this, key
102 Delete the key
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc40 if ((key = new item(name, nlen)) == NULL)
55 if ((key = new item(k)) == NULL)
141 with the same hashvalue, key and location as this entry. */
149 (np->key->equal(i, casein)) && l == location) {
161 * Return pointer to index entry with same hash value, same key,
171 if (np->hashval == hval && np->key->equal(i, casein) &&
182 * key as those given. Returns in 'how_many' the number of entries in the
195 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) {
201 * gather all the ones with the same key; assume that all entries
202 * with same key ar
[all...]
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c197 const char *key[MAXKEY]; local
213 /* convert key into array */
217 key[nel++] = beginp;
224 key[nel] = NULL;
231 if (fm_dc_key2code(Dhp, key, code, MAXCODE) < 0)
252 char *key[MAXKEY]; local
270 if (fm_dc_code2key(Dhp, argv[2], key, fm_dc_maxkey(Dhp)) < 0)
284 /* convert key into string */
286 for (nel = 0; key[nel]; nel++) {
289 (void) strcat(keystr, key[ne
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dhash.c22 hfetch(register HASH *tb, char *key) argument
31 for (s=key, i=0, hash = 0;
40 if (strNE(entry->hent_key,key)) /* is this it? */
48 hstore(register HASH *tb, char *key, STR *val) argument
58 for (s=key, i=0, hash = 0;
70 if (strNE(entry->hent_key,key)) /* is this it? */
80 entry->hent_key = savestr(key);
97 hdelete(register HASH *tb, char *key) argument
107 for (s=key, i=0, hash = 0;
119 if (strNE(entry->hent_key,key)) /* i
[all...]

Completed in 41 milliseconds

1234567891011>>