Searched refs:key (Results 551 - 575 of 892) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c309 * Returns a pointer to key/data pair on a page. In the case of
332 * back up to next key.
339 * First handle the duplicates. Either you'll get the key here
445 * Sets the cursor to the next key/data pair on a page.
460 * we actually need to go on to the next key.
551 * This is a special case to restore a key/data pair to its original
557 __ham_reputpair(p, psize, ndx, key, data)
560 const DBT *key, *data;
568 newbytes = key->size + data->size;
583 /* Put the key an
1067 DBT key, page_dbt; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dseed.c262 /* Perform the key setup.
265 do_setkey (SEED_context *ctx, const byte *key, const unsigned keylen)
287 x1 = GETU32 (key);
288 x2 = GETU32 (key+4);
289 x3 = GETU32 (key+8);
290 x4 = GETU32 (key+12);
317 seed_setkey (void *context, const byte *key, const unsigned keylen)
321 int rc = do_setkey (ctx, key, keylen);
435 /* Test a single encryption and decryption with each key size. */
448 static const byte key[1
263 do_setkey(SEED_context *ctx, const byte *key, const unsigned keylen) argument
315 seed_setkey(void *context, const byte *key, const unsigned keylen) argument
443 static const byte key[16] = { local
[all...]
H A Dtwofish.c4 * 256-bit key length added March 20, 1999
30 * the matrix operations in the key schedule, see the book _Contemporary
34 * Only the 128- and 256-bit key sizes are supported. This code is intended
51 /* Structure for an expanded Twofish key. s contains the key-dependent
309 * definition of the RS matrix in the key schedule. Elements of that field
480 * of the key bytes, and w, x, y, and z, are the column of constants from
484 if (key[i]) { \
485 tmp = poly_to_exp[key[i] - 1]; \
492 /* Macros to calculate the key
567 do_twofish_setkey(TWOFISH_context *ctx, const byte *key, const unsigned keylen) argument
707 twofish_setkey(void *context, const byte *key, unsigned int keylen) argument
879 static byte key[16] = { local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm138 my $key = $k;
159 { croak "$caller: Unknown key '$key'" }
161 croak "$caller: value associated with key '$key' is not a code reference"
288 could potentially trigger two filters, one for the writing of the key
291 my ($key, $value) = each %some_hash
293 will trigger two filters, one for the reading of the key and one for
297 C<$_> variable to be populated with the key or value that a filter will
333 vary only in whether they apply to the DBM key, th
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c3787 ** Prior data with the same key is NOT overwritten */
3801 /* An existing entry with the same key is found. */
3843 /* Return a pointer to data assigned to the given key. Return NULL
3844 ** if no such key. */
3845 char *Strsafe_find(key)
3846 char *key;
3852 h = strhash(key) & (x1a->size-1);
3855 if( strcmp(np->data,key)==0 ) break;
3921 char *key; /* The key */ member in struct:s_x2node
4127 struct config *key; /* The key */ member in struct:s_x3node
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c485 : ((!o->name && !o->key)
494 if (oshort (o) && ! find_char (o->key, hol->short_options, so))
496 *so++ = o->key;
569 if (oshort (opt) && *so == opt->key)
611 return oshort (opt) ? opt->key : 0;
922 if (oshort (opt) && ch == opt->key)
1025 filter_doc (const char *doc, int key, const struct argp *argp,
1032 return (*argp->help_filter) (key, doc, input);
1144 if (oshort (opt) && opt->key == *so)
1215 const char *fstr = filter_doc (tstr, real->key, entr
1009 filter_doc(const char *doc, int key, const struct argp *argp, const struct argp_state *state) argument
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h397 /* Configuration key value pair data list */
705 const char *key,const char *def);
707 const char *key,int def);
709 const char *key,int def);
712 extern const char *sasl_config_getstring(const char *key,const char *def);
713 extern int sasl_config_getint(const char *key,int def);
714 extern int sasl_config_getswitch(const char *key,int def);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c481 * This function tries to find the null-terminated string key in
490 sa_prop_cmp_list(const char *key, char *const *plist) argument
494 if (key == NULL || plist == NULL)
498 if (strcmp(key, plist[i]) == 0)
511 sa_prop_case_cmp_list(const char *key, char *const *plist) argument
515 if (key == NULL || plist == NULL)
519 if (strcasecmp(key, plist[i]) == 0)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c65 #define KDBM_FETCH(db, key) dbm_fetch(db, key)
112 datum key, contents; local
117 key.dptr = princ_name;
118 key.dsize = strlen(princ_name)+1; /* need to store the NULL for
127 contents = KDBM_FETCH(db, key);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c61 char key; local
89 key = grub_getkey ();
98 /* Scroll one line or an entire page, depending on the key. */
100 if (key == '\r' || key =='\n')
106 else if (key == 'c' || key == 'C')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duniversal.c580 char *key = SvPV(*varp, klen); local
582 switch (*key) {
584 if (klen == 5 && memEQ(key, "input", 5)) {
590 if (klen == 6 && memEQ(key, "output", 6)) {
596 if (klen == 7 && memEQ(key, "details", 7)) {
605 key);
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c582 collelt(register Celt_t* ce, char* key, int c, int x) argument
586 mbxfrm(elt, key, COLL_KEY_MAX);
618 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) argument
622 if (collelt(ce, key, c, x))
630 x = mbconv(key, c);
631 key[x] = 0;
632 return collelt(ce, key, c, 0);
636 if (collic(ce, key, nxt + 1, c, x))
646 return collelt(ce, key, c, x);
658 Ckey_t key; local
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h90 const unsigned char *key, int key_len,
92 void (*hmac_md5_init)(HMAC_MD5_CTX *, const unsigned char *key, int len);
96 const unsigned char *key, int len);
111 * potentially by a future mechanism which uses public-key technology
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java135 protected Object handleGetObject(String key) argument
141 ret = bundle.getObject(key);
144 ret = parent.getObject(key);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm116 my($key,$val);
117 $ds->$key($val)
118 while(($key,$val) = each %arg);
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c665 if (strcmp(kv_array->data[i].key,
669 if (strcmp(kv_array->data[i].key, "task.final") == 0) {
736 * Providing a special, i.e. a non-resource control, key? Then
737 * parse that key here and end with "continue;".
749 if (rctl_walk(rctlwalkfunc, (void *)kv_array->data[i].key)
757 ret = rctl_set(kv_array->data[i].key,
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c273 char *key, *data, *cp, **cpp; local
299 key = cp;
311 if (strcmp(key, "lhs") == 0)
313 else if (strcmp(key, "rhs") == 0)
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h53 struct ns_conn_user *key; member in struct:ns_conn_waiter
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c43 #include <key.h>
97 /* key: key3.db */
100 splitpath(char *string, char *dir, char *prefix, char *key) { argument
122 /* indicating cert or key */
137 PL_strcpy(key, k);
142 PL_strcpy(key, k);
149 /* neither *key[0-9].db nor *cert[0=9].db found */
386 * If needkeydb == 0, no key database is opened and SSL server authentication
402 * If "keydbpath" is NULL or "", the default key db is used (typically
406 * it is assumed to be a full path to the key d
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.c51 if (!xdr_pointer(xdrs, (char **)&ep->key, sizeof (item),
/osnet-11/usr/src/lib/libnsl/include/rpcsvc/
H A Dnis_dhext.h60 uchar_t key[1]; member in struct:extdhkey
116 /* Is the mech entry of the public key crypto variety? */
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdadefs.c223 (void) pack_white(kvp->key);
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c180 * Process an argument according to the key, calling proc if necessary.
184 fuse_opt_proc(struct fuse_args *args, const char *arg, int key, argument
187 if (key == FUSE_OPT_KEY_DISCARD)
189 if (key == FUSE_OPT_KEY_KEEP)
194 return (proc(data, arg, key, args));
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dserver_internal.h45 * This is the history key version for a newly created DB. We use this value
47 * the history key. Values other than 2 will cause compatibility issues with
48 * pre-1.8 libkadm5 code; the older code will reject key changes when it sees
120 krb5_key_data *key);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c95 grub_uint32_t key; member in struct:grub_sfs_btree_node
101 grub_uint32_t key; member in struct:grub_sfs_btree_extent
184 if ((grub_be_to_cpu32 (EXTNODE(tree, i)->key) <= block)
192 if (grub_be_to_cpu32 (EXTNODE (tree, i)->key) == block && tree->leaf)

Completed in 140 milliseconds

<<21222324252627282930>>