Searched refs:key (Results 651 - 675 of 892) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_runner.c67 rprd_foreach (gpointer key, argument
265 add_env(DBusMessageIter *iter, const gchar *key, const gchar *value) { argument
267 env = g_strdup_printf ("%s=%s", key, value);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMksymlists.pm224 It takes one argument, a list of key-value pairs, in which the following
241 associative array, in which each key is the name of a package, and
265 This key can be used to specify the name of the linker option file
/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c354 char *key = &nisbuf->pwd->pw_passwd[2]; local
358 keylen = strlen(key);
361 key, keylen, &(nisbuf->c2scratch),
H A Dswitch_utils.c623 arg.key.name = name;
654 arg.key.uid = uid;
700 arg.key.name = name;
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c51 CK_MECHANISM *pMechanism, meta_object_t *key)
112 session->init.key = key;
124 CK_MECHANISM *pMechanism, meta_object_t *key)
161 &mech, key);
244 rv = meta_object_get_clone(key, slotnum, init_session,
341 CK_MECHANISM *pMechanism, meta_object_t *key)
374 key);
418 rv = meta_object_get_clone(key, softtoken_slot_num,
563 session->init.key);
50 meta_operation_init_defer(CK_FLAGS optype, meta_session_t *session, CK_MECHANISM *pMechanism, meta_object_t *key) argument
123 meta_operation_init(CK_FLAGS optype, meta_session_t *session, CK_MECHANISM *pMechanism, meta_object_t *key) argument
340 meta_operation_init_softtoken(CK_FLAGS optype, meta_session_t *session, CK_MECHANISM *pMechanism, meta_object_t *key) argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c1945 * termination entry, hence no key value / data is associated with it
2361 i = ntfs_file_values_compare(&idx->key.file_name,
2362 &idx_entry->key.file_name, 1,
2366 * If @file_name collates before ie->key.file_name,
2374 if (idx->key.file_name.file_name_type !=
2376 idx_entry->key.file_name.file_name_type
2379 i = ntfs_file_values_compare(&idx->key.file_name,
2380 &idx_entry->key.file_name, 1,
2465 idx_entry_sdh->key.sdh.hash = sds_header->hash;
2466 idx_entry_sdh->key
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c163 unsigned long key; /* XXXmcs: memcache */ local
195 attrs, attrsonly, serverctrls, clientctrls, &key)) == LDAP_SUCCESS
196 && ldap_memcache_result( ld, *msgidp, key ) == LDAP_SUCCESS ) {
227 ldap_memcache_new( ld, rc, key, base );
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c266 * Extract a public key given a key length and alg. type from a packed
289 (void) bin2hex(binlen, keyent->key, hexkey);
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc_impl.h137 extern int __cpc_strhash_add(cpc_strhash_t *hash, char *key);
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c203 * the user is "key logged" in.
261 * mechanism uses a cache of public keys, then get the public key
263 * this variable will be set to non zero if the key did come
285 * public key cache, if the set of session keys fail to
287 * token, and those session keys were decrypted by a key
288 * derived from a public key cache, then we will try again but
315 keys->dh_key_set_val[i].key.high,
316 keys->dh_key_set_val[i].key.low);
700 /* Set up the session key */
708 /* Call the mechanism specific key generato
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h282 krb5_encrypt_helper(krb5_context context, const krb5_keyblock *key,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dauthdata_plugin.h274 const krb5_keyblock *key,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfast.c39 * However trying FAST at all requires an armor key. Generally in
40 * obtaining the armor key, the client learns enough to know that FAST
504 krb5_keyblock *key = NULL; local
509 "strengthenkey", existing_key, "replykey", &key);
511 *out_key = *key;
512 free(key);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c37 * key:
38 * If key is NULL then all entries in the section specified are returned.
46 k5_profile_iter_name_value(profile_t profile, char *section, char *key, argument
68 if (key != NULL && value != NULL) {
69 boolean_t ex_match = strcmp(key, value) ?
71 boolean_t match = strcasecmp(key, value) ?
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.status1275 for (key in S) S_is_set[key] = 1
1285 key = field[i]
1286 keylen = length(key)
1287 if (S_is_set[key]) {
1288 value = S[key]
1609 for (key in D) D_is_set[key] = 1
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig.status1274 for (key in S) S_is_set[key] = 1
1284 key = field[i]
1285 keylen = length(key)
1286 if (S_is_set[key]) {
1287 value = S[key]
1608 for (key in D) D_is_set[key] = 1
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h89 grub_arc_ulong_t key; member in struct:grub_arc_component
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h28 grub_uint32_t key; member in struct:grub_unicode_bidi_pair
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t31 ExtUtils::Packlist::STORE($pl, 'key', 'value');
32 is( $pl->{data}{key}, 'value', 'STORE() should stuff stuff in data member' );
45 # get the first and second key
54 # finally, see if it really can get the first key again
135 like( $file, qr/single\n/, 'key with value should be available' );
136 like( $file, qr!/\./abc\n!, 'key with no value should also be present' );
137 like( $file, qr/hash.+baz=bup/, 'key with hash value should be present' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm128 compound identifier (e.g. C<Foo::Bar>) as a hash key (before C<< => >> or
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c227 arg.key.attrp = &(_priv_exec);
250 parg.key.name = name;
325 _priv_execattr *pe = argp->key.attrp;
458 _priv_execattr *pe = argp->key.attrp;
/osnet-11/usr/src/lib/libsqlite/test/
H A Dtester.tcl52 lappend args -key {xyzzy}
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c60 arg.key.name = name;
104 /* No key, no stayopen */
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h132 short key; /* KEY_ value or 0. */ member in struct:t_decode
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h117 short key; /* KEY_ value or 0. */ member in struct:t_decode

Completed in 87 milliseconds

<<21222324252627282930>>