Searched refs:key (Results 701 - 725 of 892) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c291 name = argp->key.name;
318 return ((uint_t)argp->key.uid);
339 * Push all records with the same key for later merging.
671 _priv_execattr *pe = args->key.attrp;
725 * _nss_files_XY_hash - searches the hash table for a particular key.
837 _priv_execattr *pe = args->key.attrp;
871 * then we compare the actual key. This is only needed for
1211 * hash table and use all the entries with the same key; as we
1213 * entry when the current entry is the first with that key in the
1244 * current key
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c62 Ckey_t key; member in struct:Cchr_s
1042 Ckey_t key; local
1047 k = key;
1092 mbxfrm(ce->beg, key, COLL_KEY_MAX);
1095 k = key;
1103 k = key;
1148 mbxfrm(ce->end, key, COLL_KEY_MAX);
1149 k = key;
1433 Cchr_t key; local
1448 disc.key
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c384 * key determines section and value
392 cfg_get_cstring(CFGFILE *cfg, const char *key, void *value, int value_len) argument
425 strcpy(tmpkey, key);
681 * NULL delete specified key
686 cfg_put_cstring(CFGFILE *cfg, const char *key, void *value, int val_len) argument
714 strcpy(tmpkey, key);
725 if (!key) {
1043 * Transforms the key and value strings so that special characters
1378 /* key not found */
1386 * Removes a single key
2367 cfg_update_parser_config(CFGFILE *cfg, const char *key, int section) argument
2458 char *key; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c70 /* private key handles */
610 * public key certificate and private key, given an alias.
616 * key - Resulting key is placed here
620 * 0 - Success - Matching cert/key pair placed in key and cert.
625 EVP_PKEY **key, X509 **cert)
633 if (key == NULL || cert == NULL) {
662 * only one private key an
624 find_key_cert_pair(PKG_ERR *err, keystore_handle_t ks_h, char *alias, EVP_PKEY **key, X509 **cert) argument
775 merge_cert_and_key(PKG_ERR *err, X509 *cert, EVP_PKEY *key, char *alias, keystore_handle_t keystore_h) argument
1058 check_cert_and_key(PKG_ERR *err, X509 *cert, EVP_PKEY *key) argument
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_provider.c358 char *key; local
364 key = dt_probe_key(&pd, alloca(keylen));
371 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL)
675 char *key = dt_probe_key(pdp, alloca(keylen)); local
677 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL)
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c336 grub_cryptodisk_setkey (grub_cryptodisk_t dev, grub_uint8_t *key, grub_size_t keysize) argument
347 /* Set the PBKDF2 output as the cipher key. */
348 err = grub_crypto_cipher_set_key (dev->cipher, key, real_keysize);
358 grub_crypto_hash (dev->essiv_hash, hashed_key, key, keysize);
367 key + real_keysize,
379 grub_memcpy (dev->lrw_key, key + real_keysize,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c1192 STR *key; local
1195 key = walk(0,0,arg,&dummy,P_MIN);
1196 str_cat(key,"[]");
1197 hstore(symtab,key->str_ptr,str_make("1"));
1198 str_free(key);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm212 Arguments of this directive come in (key, value) pairs. Legal values
465 use overload key => value;
484 Note that since the value of the C<fallback> key is not a subroutine,
515 unless C<"fallback"> was specified as a key in C<use overload> directive.
520 The key C<"fallback"> governs what to do if a method for a particular
952 my $key = $fields{shift()};
953 defined $key or die "Out of band access";
954 $$self->[$key] = shift;
958 my $key = $fields{shift()};
959 defined $key o
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c122 * NOTE: key[] element order must match the corresponding macro
127 static const Item_t key[] = variable
151 #define ITEMS (sizeof(key)/sizeof(key[0])-1)
306 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data))
474 h = lookup(key, x, n);
570 expand(&notice, &buf, &key[i]);
590 if ((h = lookup(key, v, s - v)) < 0)
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c76 static uchar_t TLS_KEY_EXPANSION_LABEL[] = {"key expansion"};
79 static uchar_t TLS_CLIENT_KEY_LABEL[] = {"client write key"};
82 static uchar_t TLS_SERVER_KEY_LABEL[] = {"server write key"};
97 static void soft_delete_derived_key(soft_session_t *sp, soft_object_t *key);
401 * . mech_p: key derivation mechanism. the mechanism parameter carries the
403 * . basekey_p: The pre-master secret key.
404 * . pTemplate & ulAttributeCount: Any extra attributes for the key to be
406 * . phKey: store for handle to the derived key.
465 /* Invalid pre-master key length. What else to return? */
598 * . mech_p: key derivatio
1029 soft_delete_derived_key(soft_session_t *sp, soft_object_t *key) argument
[all...]
H A DsoftDecryptUtil.c67 * key_p: pointer to key soft_object_t struct
78 * CKR_KEY_TYPE_INCONSISTENT: incorrect type of key to use
911 ARCFour_key *key = (ARCFour_key *)session_p->decrypt.context; local
912 bzero(key, sizeof (*key));
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1213 * key: string to search the set for
1215 * returns: 1, if the set contains key
1219 set_contains(topo_mod_t *mp, char *key, char *set) argument
1224 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "%s: set_contains(key = %s, "
1225 "setlist = %s)\n", __func__, key, set);
1228 if (prod && (strcmp(key, prod) == 0))
1232 if (strcmp(key, prod) == 0)
1257 char *key; local
1290 key = mp->tm_hdl->th_product;
1292 key
1960 char *key; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c72 * key: key to insert
82 __bt_split(t, sp, key, data, flags, ilen, argskip)
85 const DBT *key, *data;
103 * a pointer to the page into which the key should be inserted and with
115 * Insert the new key/data pair into the leaf page. (Key inserts
123 WR_BLEAF(dest, key, data, flags)
136 * have to insert a new key into the parent page.
141 * new key. Some algorithms replace the key fo
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c171 isinxt (xfs_fileoff_t key, xfs_fileoff_t offset, xfs_filblks_t len) argument
173 return (key >= offset) ? (key < offset + len ? 1 : 0) : 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h68 PERL_CALLCONV SV* Perl_av_delete(pTHX_ AV* ar, I32 key, I32 flags);
69 PERL_CALLCONV bool Perl_av_exists(pTHX_ AV* ar, I32 key);
70 PERL_CALLCONV void Perl_av_extend(pTHX_ AV* ar, I32 key);
72 PERL_CALLCONV SV** Perl_av_fetch(pTHX_ AV* ar, I32 key, I32 lval);
80 PERL_CALLCONV SV** Perl_av_store(pTHX_ AV* ar, I32 key, SV* val);
234 PERL_CALLCONV char* Perl_getenv_len(pTHX_ const char* key, unsigned long *len);
261 PERL_CALLCONV SV* Perl_hv_delete(pTHX_ HV* tb, const char* key, I32 klen, I32 flags);
262 PERL_CALLCONV SV* Perl_hv_delete_ent(pTHX_ HV* tb, SV* key, I32 flags, U32 hash);
263 PERL_CALLCONV bool Perl_hv_exists(pTHX_ HV* tb, const char* key, I32 klen);
264 PERL_CALLCONV bool Perl_hv_exists_ent(pTHX_ HV* tb, SV* key, U3
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c811 * followed by "key" surrounded by zero or more spaces and
813 * *cur pointer is advanced to the first non {space, key} char
814 * followed by the key. Otherwise, return NULL and keep
818 skip(char **cur, char key) argument
826 found = (*p == key);
828 *p++ = '\0'; /* overwrite the key */
832 tmpfound = (*++p == key);
837 p++; /* skip the key */
/osnet-11/usr/src/lib/libpp/common/
H A Dppcall.c257 mp->arg[c] = mac->args.key[c].value + 1;
275 case ')': /* no actual key args */
287 if (streq(pp.token, mac->args.key[c].name)) break;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_kmod.c406 smb_kmod_share_lookup(const char *key, int keytype, smb_share_t *si) argument
431 (void) strlcpy(ioc->shr, key, ioc->shrlen);
/osnet-11/usr/src/lib/libnsl/key/
H A Dpublickey.c39 * Public and Private (secret) key lookup routines. These functions
133 * public key and 3 when they got both the public and private keys.
301 * getpublickey(netname, key)
392 * This generic function will extract the private key
406 * Fetches the key pair from LDAP. This version handles any size
443 arg.key.pkey.name = netname;
446 * LDAP stores the public and secret key info in entries using
447 * nisKeyObject objectclass. Each key is tagged with the
457 arg.key.pkey.keytype = keytypename;
530 * Flush netname's publickey of the given key lengt
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c59 mpool_open(key, fd, pagesize, maxcache)
60 void *key;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c444 {"zfs-key", 'K', N_("FILE|prompt"), 0, N_("Load zfs crypto key."), 2},
459 argp_parser (int key, char *arg, struct argp_state *state) argument
463 switch (key)
H A Dgrub-mount.c410 {"zfs-key", 'K', N_("FILE|prompt"), 0, N_("Load zfs crypto key."), 2},
424 argp_parser (int key, char *arg, struct argp_state *state) argument
428 switch (key)
/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c94 * 'key?' - abort if stdin is not a tty.
114 forth_abort(env, "'key?' called in non-interactive mode");
118 * 'key' - abort if stdin is not a tty, will block on read if char not avail.
121 key(fcode_env_t *env) function
129 forth_abort(env, "'key' called in non-interactive mode");
838 ANSI(0x08d, 0, "key?", keyquestion);
839 ANSI(0x08e, 0, "key", key);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c782 e->key.file_name.creation_time = timestamp;
783 e->key.file_name.last_data_change_time = timestamp;
784 e->key.file_name.last_mft_change_time = timestamp;
785 e->key.file_name.last_access_time = timestamp;
899 entry->key.file_name.creation_time = timestamp;
900 entry->key.file_name.last_access_time = timestamp;
901 entry->key.file_name.last_data_change_time = timestamp;
902 entry->key.file_name.last_mft_change_time = timestamp;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs140 #define SX_HASH C(3) /* Hash forthcoming (size, key/value pair list) */
158 #define SX_TIED_KEY C(21) /* Tied magic key forthcoming */
162 #define SX_FLAG_HASH C(25) /* Hash with flags forthcoming (size, flags, key/flags/value triplet list) */
171 #define SX_KEY 'k' /* A hash key introducer */
199 * The following structure is used for hash table key retrieval. Since, when
210 char *arena; /* Will hold hash key strings, resized as needed */
307 int canonical; /* whether to store hashes sorted by key */
317 struct extendable keybuf; /* for hash key retrieval */
435 * key buffer handling
685 * per key flag
[all...]

Completed in 133 milliseconds

<<21222324252627282930>>