Searched refs:key (Results 226 - 250 of 892) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnsswitch.py176 key = vals[0] # verify key and values variable in class:Nsswitch
177 if not key.endswith(':'):
178 continue # Not a valid DB key
179 key = key[:-1] variable in class:Nsswitch
180 if key == 'ipnodes':
182 if key == 'passwd' and vals[1] == 'compat':
187 if key == 'group' and vals[1] == 'compat':
192 if key
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dconfopt.c49 * Finds the parameter called key, and returns a reference to it. Returns
53 find_dhcp_confopt(dhcp_confopt_t *ddp, const char *key) argument
57 if (ddp == NULL || key == NULL)
62 strcasecmp(ddp[i].co_key, key) == 0)
70 * created. The table is terminated by a NULL entry. The key and value
76 add_dsvc_conf(dhcp_confopt_t **ddpp, const char *key, const char *value) argument
81 if (ddpp == NULL || key == NULL || value == NULL) {
86 tdp.co_key = strdup(key);
219 replace_dsvc_conf(dhcp_confopt_t **ddpp, const char *key, const char *value) argument
224 if (ddpp == NULL || key
361 query_dsvc_conf(dhcp_confopt_t *ddp, const char *key, char **value) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c61 if (auth_context->key)
62 krb5_k_free_key(context, auth_context->key);
158 * server has the key and needs to use it to decrypt the incoming request.
159 * Once decrypted this key is no longer necessary and is then overwritten
160 * with the session key sent by the client.
165 if (auth_context->key)
166 krb5_k_free_key(context, auth_context->key);
167 return(krb5_k_create_key(context, keyblock, &(auth_context->key)));
173 if (auth_context->key)
174 return krb5_k_key_keyblock(context, auth_context->key, keybloc
180 krb5_auth_con_getkey_k(krb5_context context, krb5_auth_context auth_context, krb5_key *key) argument
234 krb5_auth_con_getsendsubkey_k(krb5_context ctx, krb5_auth_context ac, krb5_key *key) argument
252 krb5_auth_con_getrecvsubkey_k(krb5_context ctx, krb5_auth_context ac, krb5_key *key) argument
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Dether_addr.c89 arg.key.name = host;
114 arg.key.ether = (void *)e;
159 * then do a match for the ether key) and happens for "nis"
165 * then do a match for the host key) and happens for "nis"
241 static thread_key_t key = THR_ONCE_KEY; local
248 if (thr_keycreate_once(&key, free) != 0)
250 eabuf = pthread_getspecific(key);
253 (void) thr_setspecific(key, eabuf);
/osnet-11/usr/src/lib/libnsl/des/
H A Ddes_crypt.c98 cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec) argument
106 err = common_crypt(key, buf, len, mode, &dp);
122 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) argument
128 return (common_crypt(key, buf, len, mode, &dp));
144 common_crypt(char *key, char *buf, unsigned len, unsigned mode, argument
156 COPY8(key, desp->des_key);
/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes.c99 cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec) argument
108 err = common_crypt(key, buf, len, mode, &dp);
119 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) argument
127 ret = common_crypt(key, buf, len, mode, &dp);
138 common_crypt(char *key, char *buf, unsigned len, argument
152 COPY8(key, desp->des_key);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c85 * tree or from any specific key. A scan request before any scanning is
95 * key: key for positioning and return value
100 * RET_ERROR, RET_SUCCESS or RET_SPECIAL if there's no next key.
103 __bt_seq(dbp, key, data, flags)
105 DBT *key, *data;
122 * the scan to a specific key. Both __bt_seqset and __bt_seqadv pin
136 status = __bt_seqset(t, &e, key, flags);
147 __bt_ret(t, &e, key, &t->bt_rkey, data, &t->bt_rdata, 0);
151 * key/dat
[all...]
H A Dbt_close.c87 if (t->bt_cursor.key.data != NULL) {
88 free(t->bt_cursor.key.data);
89 t->bt_cursor.key.size = 0;
90 t->bt_cursor.key.data = NULL;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dserial.c84 /* Fetch a key. */
202 char key;
218 short key;
240 if (three_code_table[i].key == input_buf[2])
252 short key = *((short *) (input_buf + 2));
257 if (four_code_table[i].key == key)
289 /* Translate some key sequences. */
200 char key; member in struct:__anon337
216 short key; member in struct:__anon338
250 short key = *((short *) (input_buf + 2)); local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.t42 while (($key,$value) = each(%h)) {
98 while (($key,$value) = each(%h)) {
99 if ($key eq $keys[$i] && $value eq $values[$i] && $key eq lc($value)) {
100 $key =~ y/a-z/A-Z/;
101 $i++ if $key eq $value;
149 skip( "db v$compact, no null key support", 1) if $compact;
150 ok($h{''} eq 'bar','null key');
/osnet-11/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)
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.h54 extern __nis_rule_value_t *datumToRuleValue(datum *key, datum *value,
60 datum *key,
63 datum *key, datum *value, bool_t replace);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c102 /* The key as used on disk in a catalog tree. This is used to lookup
116 /* The key as used on disk in a extent overflow tree. Using this key
158 /* A record descriptor, both key and data, used to pass to call back
162 void *key; member in struct:grub_hfs_record
183 struct grub_hfs_extent_key key;
192 key.forktype = 0;
193 key.fileid = grub_cpu_to_be32 (file);
198 key.first_block = grub_cpu_to_be16 (pos);
232 key
182 struct grub_hfs_extent_key key; local
310 struct grub_hfs_catalog_key key; local
701 grub_uint8_t key; member in struct:pointer
731 grub_hfs_find_node(struct grub_hfs_data *data, char *key, grub_uint32_t idx, int type, char *datar, int datalen) argument
805 struct grub_hfs_catalog_key key = {0, grub_cpu_to_be32 (dir), 0, ""}; local
1111 struct grub_hfs_catalog_key key; local
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dshm.c27 ** key -- key for shared memory.
42 sm_shmstart(key, size, shmflg, shmid, owner)
43 key_t key;
57 *shmid = shmget(key, size, shmflg);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A D00setup_dummy.t99 foreach my $key (qw(INST_LIB INST_ARCHLIB)) {
100 print "$key = $mm->{$key}\n";
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetnetent.c43 return (_nss_files_XY_all(be, argp, 1, argp->key.name,
78 return (AF_INET == argp->key.netaddr.type &&
79 linenet == argp->key.netaddr.net);
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dtsol_gettpent.c109 if (argp->key.name == NULL)
113 argp->key.name) < 0)
117 argp->key.name) < 0)
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.h98 const char *key,
104 const char *key,
110 const char *key,
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.h42 soft_object_t *key; member in struct:soft_rsa_ctx
54 CK_RV soft_rsa_encrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len,
57 CK_RV soft_rsa_decrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len,
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c538 const char *key, *val; member in struct:prop_entry
550 ((slp_prop_entry_t *)a)->key,
551 ((slp_prop_entry_t *)b)->key));
569 if (!(pe->key = strdup(pcName))) {
576 free((void *) pe->key);
589 free((void *) pe->key);
604 pe->key = pcName;
625 pe->key = strdup(SLP_CONFIG_ISBROADCASTONLY);
630 pe->key = strdup(SLP_CONFIG_MULTICASTTTL);
635 pe->key
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Ddbm.c121 forder(datum key) argument
125 hash = calchash(key);
136 fetch(datum key) argument
141 dbm_access(calchash(key));
147 if (cmpdatum(key, item) == 0) {
157 delete(datum key) argument
164 dbm_access(calchash(key));
169 if (cmpdatum(key, item) == 0) {
181 store(datum key, datum dat) argument
190 dbm_access(calchash(key));
257 nextkey(datum key) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dadvfs_plus.h29 hfsplus_btree_search (HfsPPrivateFile* b_tree_file, HfsPPrivateGenericKey* key,
/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.h40 void *key; member in struct:item_t
/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c120 typedef struct Key_s /* uid/gid key */
129 Key_t key; /* key */ member in struct:Map_s
167 getids(register char* s, char** e, Key_t* key, int options) argument
175 key->uid = key->gid = NOID;
198 key->uid = n;
218 key->gid = n;
245 Key_t key; local
291 mapdisc.key
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Darcfour.c74 do_arcfour_setkey (void *context, const byte *key, unsigned int keylen) argument
99 karr[i] = key[i%keylen];
114 arcfour_setkey ( void *context, const byte *key, unsigned int keylen ) argument
117 gcry_err_code_t rc = do_arcfour_setkey (ctx, key, keylen );

Completed in 55 milliseconds

1234567891011>>