Searched refs:key (Results 826 - 850 of 892) sorted by relevance

<<313233343536

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t20 - input: the key of the input data, stored in $input{<input>}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm1286 my ($key, $value) = splice(@contents, 0, 2);
1288 cstring($key),length(pack "a*",$key),
1289 $value, hash($key)));
1291 # cstring($key),length($key),$value, 0));
H A DDeparse.pm466 while (my ($key, $val) = each %stash) {
467 next if $key eq 'main::'; # avoid infinite recursion
479 push @{$self->{'protos_todo'}}, [$pack . $key, $val->PV];
488 push @{$self->{'protos_todo'}}, [$pack . $key, undef];
500 if (class($val->HV) ne "SPECIAL" && $key =~ /::$/) {
501 $self->stash_subs($pack . $key);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm75 $hmac = Digest->HMAC_MD5($key);
H A Dbigint.pm289 is no guaranty that the object in question has such a hash key, nor is a hash
H A DBenchmark.pm308 The null loop times can be cached, the key being the
312 clearcache($key);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm399 Copies each key of %from_to to its corresponding value efficiently.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm409 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm596 new() can take options, in the form of key/value pairs, that control the
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmime.c778 mp->dict.key = offsetof(Ent_t, name);
H A Dfastfind.c336 fp->encode.namedisc.key = offsetof(Type_t, name);
338 fp->encode.indexdisc.key = offsetof(Type_t, index);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c1603 att.key = submirnp->key;
1935 /* store name in namespace, allocate new key */
1983 params.new_key = newnp->key;
2419 mmsp->sm_key = submirnp->key;
H A Dmeta_statconcise.c131 mdkey_t n_key; /* NM namespace key */
300 * n_key to the key for the underlying component. The ctd name of the
306 mdkey_t key
313 if (tmpphys_nm->n_key == key) {
1478 * with the extracted key from the hsp_self_id
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c175 * it can use it to generate encryption key as needed for
400 * the key itself.
500 * Unpack the key itself.
514 * key_dest: the key attribute will be unpacked and save in key_dest
521 * FALSE for key (use key_dest)
568 * object key (the third part) in a keystore format.
765 * Pack the object key (the third part) from the soft_object_t
1327 * Unpack the object key in keystore format (the third part)
1979 * key: output argument which contains the address of the
1980 * pointer to encryption key i
1998 soft_gen_crypt_key(uchar_t *pPIN, soft_object_t **key, CK_BYTE **saltdata) argument
2123 soft_gen_hmac_key(uchar_t *pPIN, soft_object_t **key, CK_BYTE **saltdata) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c1668 char *key, *tail, *head; local
1837 * mark the end of the left side string (the key)
1843 * find the start of the key
1845 key = filter_c_next;
1850 key = c + 1;
1854 info[i]->name_start = key - filter_c + filter;
1856 if ((key + oc_len) <= tail) {
1857 if (strncasecmp(key, "objectclass",
1901 * assume assertion is "<key> = <value>",
1902 * <key> i
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c207 ** RSATmpCnt -- counter for number of uses of ephemeral RSA key.
4538 /* Check to make sure key fields were read */
6644 "key=%ld, sm_semsetowner=%d, RunAsUid=%d, RunAsGid=%d",
6756 ** WRITE_KEY_FILE -- record some key into a file.
6760 ** key -- key to write.
6770 write_key_file(keypath, key)
6772 long key;
6808 ok = sm_io_fprintf(keyf, SM_TIME_DEFAULT, "%ld\n", key) !=
6816 ** READ_KEY_FILE -- read a key fro
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL1301 my $key = $1;
1303 my $tabref = $ComTab{$key};
1304 $GenKey{$key} = 1;
1456 if( $key eq '{' ){
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h168 * leaf key or the private leaf key
271 CK_OBJECT_HANDLE key; member in struct:_ENCR_DECR_CONTEXT
294 CK_OBJECT_HANDLE key; member in struct:_SIGN_VERIFY_CONTEXT
1142 // Generic secret key routines
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2846 * key (col 0)
2872 data.key = strdup(ecol[0].ec_value.ec_value_val);
2877 gettext("Adding entry : %s\n"), data.key);
2885 " skipping it.\n"), data.key);
2890 data.key);
2896 free(data.key);
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c143 const char *SEALING_CLIENT_SERVER="Digest H(A1) to client-to-server sealing key magic constant";
144 const char *SEALING_SERVER_CLIENT="Digest H(A1) to server-to-client sealing key magic constant";
146 const char *SIGNING_CLIENT_SERVER="Digest session key to client-to-server signing key magic constant";
147 const char *SIGNING_SERVER_CLIENT="Digest session key to server-to-client signing key magic constant";
274 int n; /* bits to make privacy key */
724 des_key_schedule keysched; /* key schedule for des initialization */
726 des_key_schedule keysched2; /* key schedule for 3des initialization */
1002 const unsigned char *key,
1001 rc4_init(rc4_context_t *text, const unsigned char *key, unsigned keylen) argument
1667 create_layer_keys(context_t *text, const sasl_utils_t *utils, HASH key, int keylen, char enckey[16], char deckey[16]) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1320 int key = idlist[j]; local
1321 for (i = j - 1; (i >= 0) && (idlist[i] > key); i--)
1323 idlist[i + 1] = key;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL903 my ($key, $declared_val) = $item =~ /(\w*)\s*=\s*(.*)/;
905 $seen_define{$key} = $declared_val;
906 $const_names{$key}++;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c1368 * The key type can be specified by the 'key' arg and the actual key
1372 * Note that the function assumes the given key is unique and only
1383 smb_lgrp_gtbl_lookup(sqlite3 *db, int key, smb_group_t *grp, int infolvl, ...) argument
1399 switch (key) {
/osnet-11/usr/src/lib/libcurses/screen/
H A Dllib-lcurses735 char *keyname(int key);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c211 * tie and will be resolved based on the key comparison.
253 * tie and will be resolved based on the key comparison.
970 * equal. We already know that the key layout is the same for the two
1054 * last entry -- that's the representative key. (The order of
1055 * the bundle is values followed by key to accommodate the
1076 * key comparison from the representative key as the
1272 int rev = dt_revsort, key = dt_keysort, keypos = dt_keypos; local
1295 dt_keysort = key;
1639 * aggregations that don't have a value corresponding to a given key
[all...]

Completed in 518 milliseconds

<<313233343536