Searched refs:key (Results 401 - 425 of 892) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcamellia-glue.c76 camellia_setkey(void *c, const byte *key, unsigned keylen) argument
97 Camellia_Ekeygen(ctx->keybitlength,key,ctx->keytable);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl299 while (my ($key, $value) = each %$suspect) {
300 # Force a hash recompute if this perl's internals can cache the hash key.
301 $key = "" . $key;
302 if (exists $orig->{$key}) {
303 if ($orig->{$key} ne $value) {
304 print STDOUT "# key ", _qq($key), " was ", _qq($orig->{$key}),
309 print STDOUT "# key ", _q
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs161 char key[12]; /* Room for dec(2^32) digits. */
169 snprintf(key, sizeof (key), "%d", cat);
171 svp = hv_fetch(IdValueHash, key, strlen(key), FALSE);
194 snprintf(key, sizeof (key), "%d", id);
195 svp = hv_fetch(cat_hash, key, strlen(key), TRUE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.pm83 Return a key based on PATH and ID, which can be used as a key for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcanonical.t65 $a1{$k} = { key => "$k", "value" => $i };
98 $a2{$k} = { key => "$k", "value" => $a1{$k}->{value} };
/osnet-11/usr/src/lib/libc/port/sys/
H A Dmsgsys.c48 msgget(key_t key, int msgflg) argument
50 return (syscall(SYS_msgsys, MSGGET, key, msgflg));
H A Dsemsys.c123 semget(key_t key, int nsems, int semflg) argument
125 return (syscall(SYS_semsys, SEMGET, key, nsems, semflg));
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c156 /* Treat the termios ERASE key the same as key_backspace.
159 * containing the ERASE key in setupterm(), but this would
160 * then disable the real terminfo entry for the backspace key.
161 * Apparently VT300 terminals change the key code/sequence
162 * of the backspace key in application keypad mode.
176 /* Begin check for function key. */
190 /* Found funuction key? */
191 if (node->key != 0) {
193 return __m_return_int("wgetch", node->key);
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent6.c63 (void) memcpy(&addr_ipv6, argp->key.hostaddr.addr,
119 res = __nss_files_XY_hostbyname(be, argp, argp->key.ipnode.name,
H A Dnetmasks.c75 if ((argsaddr.s_addr = inet_addr(argp->key.name))
100 res = _nss_files_XY_all(be, argp, 1, argp->key.name, check_addr);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h92 CK_RV soft_gen_crypt_key(uchar_t *pPIN, soft_object_t **key,
95 CK_RV soft_gen_hmac_key(uchar_t *pPIN, soft_object_t **key, CK_BYTE **saltdata);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c99 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat)
100 ** Look up the key in the given map. If found, do any
109 ** void map_store(MAP *map, char *key, char *value)
110 ** Store the key:value pair in the map.
300 ** MAP_REWRITE -- rewrite a database key, interpolating %n indications.
1672 datum key, val; local
1681 key.dptr = name;
1682 key.dsize = strlen(name);
1685 if (key.dsize > sizeof(keybuf) - 1)
1686 key
1769 datum key; local
2301 DBT key, val; local
2465 DBT key; local
7878 char *replybuf, *rval, *value, *status, *key; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL460 $key = $$idkeys[$i];
461 if($key =~ /$opt_f/){
463 $runtime -= $$times{$key};
513 $key = $$idkeys[$i];
514 if($key =~ /$opt_G/){
515 $$calls{$opt_G} += $$calls{$key};
516 $$times{$opt_G} += $$times{$key};
517 $$ctimes{$opt_G} += $$ctimes{$key};
522 $$calls{$other} += $$calls{$key};
523 $$times{$other} += $$times{$key};
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c121 * @param key Key of the property that didn't exist
126 const char *device_id, const char *key)
132 key, device_id
141 * @param key Key of the property
146 const char *device_id, const char *key)
152 key, device_id
356 const char *key; member in struct:__anon31
369 info->key) != DBUS_TYPE_STRING)
372 dev_value = hal_device_property_get_string (device, info->key);
398 info->key) !
124 raise_no_such_property(DBusConnection *connection, DBusMessage *in_reply_to, const char *device_id, const char *key) argument
144 raise_property_type_error(DBusConnection *connection, DBusMessage *in_reply_to, const char *device_id, const char *key) argument
435 const char *key; local
729 const char *key; local
1072 const char *key; local
1193 char *key; local
1321 char *key; local
1390 char *key; local
1570 const char *key; local
1624 const char *key; local
1690 char *key; local
1755 char *key; local
2225 char *key; /**< key of property; free when done */ member in struct:PendingUpdate_s
2356 device_send_signal_property_modified(HalDevice *device, const char *key, dbus_bool_t added, dbus_bool_t removed) argument
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1014 NSS_SignData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, argument
1027 if (key == NULL || AlgOID == NULL ||
1038 NSSprivkey = (SECKEYPrivateKey *)key->keyp;
1131 KMF_KEY_HANDLE *key; local
1142 key = kmf_get_attr_ptr(KMF_KEY_HANDLE_ATTR, attrlist, numattr);
1143 if (key == NULL || key->keyp == NULL)
1154 if (key->keyclass != KMF_ASYM_PUB &&
1155 key->keyclass != KMF_ASYM_PRI &&
1156 key
1234 KMF_KEY_HANDLE *key = NULL; local
1291 NSS_DecryptData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *ciphertext, KMF_DATA *output) argument
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c702 res = strcmp(e1->key, e2->key);
713 * an entry with the same key has already been added.
716 nss_ldap_list_add(_nss_ldap_list_t **list, const char *key) argument
722 if (key == NULL)
724 klen = strlen(key);
728 find.key = (char *)key; /* pointer reference */
750 if ((ep->key = strdup(key))
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c314 datum content, key; local
317 for (key = dbm_firstkey(db); key.dptr != NULL; key = dbm_nextkey(db)) {
318 content = dbm_fetch(db, key);
323 new_entry->who = (char *)malloc(key.dsize);
326 new_entry->who_size = key.dsize;
327 (void) strlcpy(new_entry->who, key.dptr, key.dsize);
701 datum key, dat local
736 datum key, data; local
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1325 kmf_free_kmf_key(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key) argument
1333 if (key == NULL)
1341 KMF_KEY_HANDLE_ATTR, key, sizeof (KMF_KEY_HANDLE));
1348 plugin = FindPlugin(handle, key->kstype);
1353 if (key->keylabel)
1354 free(key->keylabel);
1356 if (key->israw) {
1357 kmf_free_raw_key(key->keyp);
1358 free(key->keyp);
1361 (void) memset(key,
1377 free_raw_rsa(KMF_RAW_RSA_KEY *key) argument
1392 free_raw_dsa(KMF_RAW_DSA_KEY *key) argument
1403 free_raw_sym(KMF_RAW_SYM_KEY *key) argument
1411 kmf_free_raw_key(KMF_RAW_KEY_DATA *key) argument
1438 kmf_free_raw_sym_key(KMF_RAW_SYM_KEY *key) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirs_data.c59 static pthread_key_t key; variable
139 if (pthread_key_create(&key, net_data_destroy) != 0) {
148 net_data = pthread_getspecific(key);
156 if (pthread_setspecific(key, net_data) != 0) {
/osnet-11/usr/src/lib/libsocket/inet/
H A Dbootparams_getbyname.c47 char *name, /* lookup key */
56 arg.key.name = name;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauthdes_prot.c62 if (!xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.key,
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dindex.h114 extern int ntfs_index_lookup(const void *key, const int key_len,
/osnet-11/usr/src/lib/libfuse/common/
H A Dutil.c144 fuse_mount_opt_proc(void *data, const char *arg, int key, argument
150 if (key != KEY_MOUNT_OPT)
205 fuse_helper_opt_proc(void *data, const char *arg, int key, argument
210 switch (key) {
/osnet-11/usr/src/lib/libgen/common/
H A Dreg_compile.c72 static thread_key_t key = THR_ONCE_KEY; variable
99 vars_storage *vars = _get_vars_storage(&key);
110 vars_storage *vars = _get_vars_storage(&key);
121 vars_storage *vars = _get_vars_storage(&key);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Ddb2_exp.c190 ( krb5_context kcontext, char *pwd, krb5_keyblock *key),
191 (kcontext, pwd, key));
193 ( krb5_context context, krb5_keyblock **key),
194 (context, key));

Completed in 83 milliseconds

<<11121314151617181920>>