Searched refs:key (Results 301 - 325 of 892) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm116 my $key = lc(shift(@param));
117 $key =~ s/^\-//;
118 if (exists $pos{$key}) {
119 $result[$pos{$key}] = shift(@param);
121 $leftover{$key} = shift(@param);
138 my($key) = $_;
139 $key=~s/^\-//; # get rid of initial - if present
142 # $key=~tr/A-Z_/a-z-/; # parameters are lower case, use dashes
144 ($key="\L$key")
[all...]
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c196 __ram_delete(dbp, txn, key, flags)
199 DBT *key;
211 key, flags, F_ISSET(dbp, DB_AM_RDONLY))) != 0)
218 DEBUG_LWRITE(dbc, txn, "ram_delete", key, NULL, flags);
221 if ((ret = __ram_getno(dbc, key, &recno, 0)) != 0)
276 /* Search the tree for the key; delete only deletes exact matches. */
353 __ram_put(dbp, txn, key, data, flags)
356 DBT *key, *data;
367 key, data, flags, F_ISSET(dbp, DB_AM_RDONLY), 0)) != 0)
374 DEBUG_LWRITE(dbc, txn, "ram_put", key, dat
999 DBT key, data; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.pm213 for my $key (@sortKeys) {
215 my $value = $ {$v}{$key} ;
216 print $sp, $self->stringify($key), " => ";
326 my ($package, $off, $key, $val, $all) = @_;
329 if (($key !~ /^_</ or $self->{dumpDBFiles}) and defined $stab) {
330 print( (' ' x $off) . "\$", &unctrl($key), " = " );
333 if (($key !~ /^_</ or $self->{dumpDBFiles}) and @stab) {
334 print( (' ' x $off) . "\@$key = (\n" );
338 if ($key ne "main::" && $key n
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dwhirlpool.c1204 whirlpool_block_t key;
1211 block_copy (key, context->hash_state, i);
1217 /* Compute round key K^r. */
1219 block[0] = (C0[(key[0] >> 56) & 0xFF] ^ C1[(key[7] >> 48) & 0xFF] ^
1220 C2[(key[6] >> 40) & 0xFF] ^ C3[(key[5] >> 32) & 0xFF] ^
1221 C4[(key[4] >> 24) & 0xFF] ^ C5[(key[3] >> 16) & 0xFF] ^
1222 C6[(key[
1199 whirlpool_block_t key; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dwhirlpool.c1204 whirlpool_block_t key;
1211 block_copy (key, context->hash_state, i);
1217 /* Compute round key K^r. */
1219 block[0] = (C0[(key[0] >> 56) & 0xFF] ^ C1[(key[7] >> 48) & 0xFF] ^
1220 C2[(key[6] >> 40) & 0xFF] ^ C3[(key[5] >> 32) & 0xFF] ^
1221 C4[(key[4] >> 24) & 0xFF] ^ C5[(key[3] >> 16) & 0xFF] ^
1222 C6[(key[
1199 whirlpool_block_t key; local
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c58 char *key; member in struct:lh_prop_s
450 char *key, *s_val = NULL; local
464 s = skip_non_eq_or_space(key = s);
466 if (!*key)
469 if (*key == '#')
481 p->key = strdup(key);
536 free(p->key);
555 if (!strcmp(p->key, "udi") && p->type == LIBHAL_PROPERTY_TYPE_STRING) {
560 old_type = libhal_device_get_property_type(hal_ctx, nd->real_udi, p->key,
[all...]
H A Dlshal.c394 * @param key Key of property
397 print_property (const char *udi, const char *key) argument
405 type = libhal_device_get_property_type (hal_ctx, udi, key, &error);
409 str = libhal_device_get_property_string (hal_ctx, udi, key, &error);
415 dbus_int32_t value = libhal_device_get_property_int (hal_ctx, udi, key, &error);
422 dbus_uint64_t value = libhal_device_get_property_uint64 (hal_ctx, udi, key, &error);
429 libhal_device_get_property_double (hal_ctx, udi, key, &error));
433 libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false");
445 strlist = libhal_device_get_property_strlist (hal_ctx, udi, key, &error);
472 * @param key Ke
475 property_modified(LibHalContext *ctx, const char *udi, const char *key, dbus_bool_t is_removed, dbus_bool_t is_added) argument
[all...]
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c48 * given explicit message key
134 "type", /* key for FMD_MSG_ITEM_TYPE */
135 "severity", /* key for FMD_MSG_ITEM_SEVERITY */
136 "description", /* key for FMD_MSG_ITEM_DESC */
137 "response", /* key for FMD_MSG_ITEM_RESPONSE */
138 "impact", /* key for FMD_MSG_ITEM_IMPACT */
139 "action", /* key for FMD_MSG_ITEM_ACTION */
140 "url", /* key for FMD_MSG_ITEM_URL */
997 char *key = alloca(len); local
1024 * If <dict>.mo defines an item with the key <FMD_MSG_URLKE
1409 char *dict, *key, *p, *s, *altcode; local
1541 fmd_msg_gettext_key(fmd_msg_hdl_t *h, const char *locale, const char *dict, const char *key) argument
1609 char *dict, *key, *p, *s, *altcode; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c992 * RSA private key file.
1360 OpenSSL_EncodePubKeyData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, argument
1367 if (key == NULL || keydata == NULL ||
1368 key->keyp == NULL)
1371 if (key->keyalg == KMF_RSA) {
1372 RSA *pubkey = EVP_PKEY_get1_RSA(key->keyp);
1379 } else if (key->keyalg == KMF_DSA) {
1380 DSA *pubkey = EVP_PKEY_get1_DSA(key->keyp);
1564 /* OpenSSL derives the public key from the private */
1617 /* Make a copy for the public key */
1773 OpenSSL_SignData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *tobesigned, KMF_DATA *output) argument
1899 KMF_KEY_HANDLE *key; local
2237 KMF_KEY_HANDLE *key = NULL; local
2291 OpenSSL_DecryptData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *key, KMF_OID *AlgOID, KMF_DATA *ciphertext, KMF_DATA *output) argument
2813 fetch_key(KMF_HANDLE_T handle, char *path, KMF_KEY_CLASS keyclass, KMF_KEY_HANDLE *key) argument
2915 KMF_KEY_HANDLE *key; local
3130 ImportRawRSAKey(KMF_RAW_RSA_KEY *key) argument
3187 ImportRawDSAKey(KMF_RAW_DSA_KEY *key) argument
3228 raw_key_to_pkey(KMF_KEY_HANDLE *key) argument
3511 KMF_KEY_HANDLE key; local
4102 exportRawRSAKey(RSA *rsa, KMF_RAW_KEY_DATA *key) argument
4153 exportRawDSAKey(DSA *dsa, KMF_RAW_KEY_DATA *key) argument
4274 convertToRawKey(EVP_PKEY *pkey, KMF_RAW_KEY_DATA *key) argument
4366 KMF_RAW_KEY_DATA key; local
4526 DES_cblock *key; local
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_cache.c49 static void smb_netbios_cache_key(char *key, unsigned char *name,
146 nb_key_t key; local
161 smb_netbios_cache_key(key, name->name, name->scope);
162 item = ht_find_item(smb_netbios_cache, key);
200 nb_key_t key; local
203 smb_netbios_cache_key(key, name->name, name->scope);
204 item = ht_find_item(smb_netbios_cache, key);
233 nb_key_t key; local
241 smb_netbios_cache_key(key, name->name, name->scope);
242 item = ht_find_item(smb_netbios_cache, key);
310 nb_key_t key; local
821 smb_netbios_cache_key(char *key, unsigned char *name, unsigned char *scope) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A Dmkheader195 foreach my $key (keys %Canon) {
196 $Canon{$key} = [ getCanonList($key) ];
200 foreach my $key (keys %Compat) {
201 $Compat{$key} = [ getCompatList($key) ];
214 foreach my $key (keys %$hash) {
215 $hash->{$key} = _U_stringify( @{ $hash->{$key} } );
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dgetopts.c59 char value[2], key[2]; local
72 key[1] = 0;
129 key[0] = opt_info.option[1];
133 opt_info.arg = key;
182 key[0] = (char)opt_info.num;
183 key[1] = 0;
184 nv_putval(np, key, NV_RDONLY);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_put.c53 * key: key
58 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key is
62 __rec_put(dbp, key, data, flags)
64 DBT *key;
115 if ((nrec = *(recno_t *)key->data) == 0)
119 if ((nrec = *(recno_t *)key->data) == 0) {
126 if ((nrec = *(recno_t *)key->data) == 0)
130 if ((nrec = *(recno_t *)key->data) == 0)
175 return (__rec_ret(t, NULL, nrec, key, NUL
[all...]
H A Drec_delete.c53 * __REC_DELETE -- Delete the item(s) referenced by a key.
57 * key: key to delete
61 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
64 __rec_delete(dbp, key, flags)
66 const DBT *key;
83 if ((nrec = *(recno_t *)key->data) == 0)
110 * REC_RDELETE -- Delete the data matching the specified key.
117 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
181 * Compress the key/dat
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c90 krb5_octet *key = keyblock->contents; local
119 strncpy((char *) key,
123 key[i] <<= 1;
124 /* now fix up key parity again */
125 mit_des_fixup_key_parity(key);
133 result as the new key. */
169 key, i, &usekey, ikey);
171 /* now fix up key parity again */
172 mit_des_fixup_key_parity(key);
253 * Permuted-choice 1 from the key bit
439 krb5_afs_crypt_setkey(char *key, char *E, char (*KS)[48]) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_req_ext.c48 creds is used to supply the credentials (ticket and session key) needed
130 if ((*auth_context)->key != NULL) {
131 krb5_k_free_key(context, (*auth_context)->key);
132 (*auth_context)->key = NULL;
137 &((*auth_context)->key))))
178 (*auth_context)->key);
188 (*auth_context)->key,
278 krb5_key key, krb5_ui_4 seq_number,
289 if (key) {
290 retval = krb5_k_key_keyblock(context, key,
276 generate_authenticator(krb5_context context, krb5_authenticator *authent, krb5_principal client, krb5_checksum *cksum, krb5_key key, krb5_ui_4 seq_number, krb5_authdata **authorization, krb5_authdata_context ad_context, krb5_enctype *desired_etypes, krb5_enctype tkt_enctype) argument
[all...]
H A Dmk_rep.c91 &auth_context->key->keyblock,
109 &auth_context->key->keyblock,
126 if ((retval = krb5_encrypt_keyhelper(context, auth_context->key,
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c207 md5_password (const char *key, char *crypted, int check) argument
209 int keylen = strlen (key);
238 md5_update (key, keylen);
240 md5_update (key, keylen);
246 md5_update (key, keylen);
253 md5_update (key + ((i & 1) ? keylen : 0), 1);
263 md5_update (key, keylen);
271 md5_update (key, keylen);
276 md5_update (key, keylen);
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c44 alloc_dtrec(const char *key, char type, const char *value) argument
48 if (key == NULL || value == NULL || retval == NULL) {
53 (void) strlcpy(retval->dt_key, key, sizeof (retval->dt_key));
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.h36 #define CFG_MAX_KEY 256 /* maximum key size for cfg_get_?string() */
48 int cfg_get_cstring(CFGFILE *cfg, const char *key, void *value, int value_len);
49 int cfg_put_cstring(CFGFILE *cfg, const char *key, void *value, int value_len);
87 int cfg_update_parser_config(CFGFILE *, const char *key, int section);
91 #define CFG_PARSE_CONF 0 /* config section key */
92 #define CFG_PARSE_PERS 1 /* persistent section key */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/t/
H A Dndbm.t52 while (my ($key,$value) = each(%h)) {
107 while (my ($key,$value) = each(%h)) {
108 if ($key eq $keys[$i] && $value eq $values[$i] && $key eq lc($value)) {
109 $key =~ y/a-z/A-Z/;
110 $i++ if $key eq $value;
166 my $key = shift ;
168 $self->SUPER::STORE($key, $value * 2) ;
173 my $key = shift ;
174 $self->SUPER::FETCH($key)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/t/
H A Dodbm.t52 while (my ($key,$value) = each(%h)) {
107 while (my ($key,$value) = each(%h)) {
108 if ($key eq $keys[$i] && $value eq $values[$i] && $key eq lc($value)) {
109 $key =~ y/a-z/A-Z/;
110 $i++ if $key eq $value;
166 my $key = shift ;
168 $self->SUPER::STORE($key, $value * 2) ;
173 my $key = shift ;
174 $self->SUPER::FETCH($key)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/t/
H A Dsdbm.t52 while (my ($key,$value) = each(%h)) {
107 while (my ($key,$value) = each(%h)) {
108 if ($key eq $keys[$i] && $value eq $values[$i] && $key eq lc($value)) {
109 $key =~ y/a-z/A-Z/;
110 $i++ if $key eq $value;
164 my $key = shift ;
166 $self->SUPER::STORE($key, $value * 2) ;
171 my $key = shift ;
172 $self->SUPER::FETCH($key)
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpriocntl.c130 int key; local
133 (key = va_arg(valist, int)) != PC_KY_NULL; vpp++) {
137 vpp->pc_key = key;
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dether_addr.c69 keyp = argp->key.name;
95 res = _nss_files_XY_all(be, argp, 1, argp->key.name, check_host);
136 return (ether_cmp((void *)ether, (void *)argp->key.ether) == 0);

Completed in 113 milliseconds

<<11121314151617181920>>