Searched refs:hash (Results 176 - 200 of 258) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm69 DL_FUNCS => 'hash',
75 IMPORTS => 'hash',
78 MAN1PODS => 'hash',
79 MAN3PODS => 'hash',
80 PL_FILES => 'hash',
81 PM => 'hash',
83 PREREQ_PM => 'hash',
86 XS => 'hash',
89 clean => 'hash',
90 depend => 'hash',
[all...]
H A DMksymlists.pm279 DL_FUNCS hash:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm432 associative array (or hash-table) my be passed to the B<new()>
439 key/value pairs in a hash-table. The newly constructed object will be
440 initialized by copying the contents of the given hash-table (which may
442 subclasses returns a blessed reference to the initialized object (hash-table).
451 ## hash that is used to represent this object.
662 If desired, an optional hash-ref may be specified as the first argument
1320 When passed a single hash-ref, B<parseopts> uses that hash to completely
1443 Returns a reference to the hash-table that represents the element
1469 Private data fields are stored in the hash
[all...]
H A DFind.pm65 files and/or directories. It returns a hash with the file names as keys
81 B<OPTIONS> The first argument for B<pod_find> may be a hash reference
114 # return a hash of the POD files found
369 # Check for an options hash as first argument
H A DUsage.pm46 arguments corresponding to an associative array (a "hash"). When a single
62 A reference to a hash
67 assumed to be a hash. If a hash is supplied (either as a reference or
432 ## Too many arguments - assume that this is a hash and
437 ## User passed a ref to a hash
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h59 # include <locale/elem-hash.h>
151 /* A hash value, suitable for computing hash tables. */
539 re_hashval_t hash; member in struct:re_dfastate_t
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm72 name to object is via the C<%Encode::Encoding> hash. Though you can
73 directly manipulate this hash, it is strongly encouraged to use this
H A DEncoder.pm146 There are at least two instance variables stored in a hash reference,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs122 From the perl level this is a reference to a perl hash.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigint.pm289 is no guaranty that the object in question has such a hash key, nor is a hash
H A DCGI.pm508 # to a hash in which parameter names are keys
727 # hash containing our defined fieldnames
1343 $self->{'.url_param'}={}; # empty hash
1861 if (ref($script)) { # script is a hash
2426 # A pointer to a hash of labels to print next to each checkbox
2454 # A pointer to a hash of labels to print next to each checkbox
2562 # A pointer to a hash of labels to print next to each checkbox
2626 # A pointer to a hash of labels to print next to each item
2693 # A pointer to a hash of labels to print next to each checkbox
2904 # -value -> value of this cookie (scalar, array or hash)
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h577 * COLLATION_NTOFS_SECURITY_HASH - Sorting is done first by ascending hash
2081 * A simple hash is computed from each security descriptor. This hash is used
2084 * The $SDH index is sorted by security descriptor hash and is stored in a B+
2087 * matching hash is found, but the security descriptors do not match, the
2088 * search in the $SDH index is continued, searching for a next matching hash.
2116 le32 hash; /* Hash of the security descriptor. */ member in struct:__anon2096
2132 le32 hash; /* Hash of the security descriptor. */ member in struct:__anon2097
2167 le32 hash; /* Hash of the security descriptor. */ member in struct:__anon2098
2196 * The keys are sorted first by hash an
2203 le32 hash; /* Hash of the security descriptor. */ member in struct:__anon2100
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dpp.h57 #include <hash.h>
163 #define PP_NOHASH 33 /* don't hash PP_COMPILE T_ID's */
378 HASH_HEADER; /* hash stuff and symbol name */
395 Hash_table_t* symtab; /* macro and id hash table */
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c153 db->info.hash = NULL;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm78 This returns a hash whose keys are $CLASS and its
156 # to get a hash of refs to all the defined (and non-empty) hashes in
159 # Or even consider this incantation for doing something like hash-data
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c35 static int hash(krb5_donot_replay *rep, int hsize)
36 returns hash value of *rep, between 0 and hsize - 1
38 size of hash table (constant), can be preset
84 hash(krb5_donot_replay *rep, unsigned int hsize)
152 /* hash could be forwards since we have to search on match, but naaaah */
171 rephash = hash(rep, t->hsize);
179 * This is an expected collision between a hash
181 * sure the message hash is included in the stored
447 /* Check if this appears to match the hash extension format. */
453 /* Parse out the message hash
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Decc.c695 * Return the signature struct (r,s) from the message hash. The caller
739 mpi_addm (sum, input, dr, skey->E.n); /* sum = hash + (d*r) mod n */
741 mpi_mulm (s, k_1, sum, skey->E.n); /* s = k^(-1)*(hash+(d*r)) mod n */
786 /* h1 = hash * s^(-1) (mod n) */
789 /* Q1 = [ hash * s^(-1) ]G */
802 /* Q = ([hash * s^(-1)]G) + ([r * s^(-1)]Q) */
1158 ecc_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1168 if (!data[0] || !data[1] || !hash || !pkey[0] || !pkey[1] || !pkey[2]
1192 err = verify (hash, &pk, data[0], data[1]);
1154 ecc_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp)(void *, gcry_mpi_t), void *opaquev) argument
H A Drsa.c1007 rsa_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1027 log_mpidump (" hash:", hash );
1031 rc = mpi_cmp (result, hash) ? GPG_ERR_BAD_SIGNATURE : GPG_ERR_NO_ERROR;
1047 /* Compute a keygrip. MD is the hash context which we are going to
1059 0 should be prefixed. We hash the raw bytes. */
1097 " (hash sha1 #11223344556677889900aabbccddeeff10203040#))";
1100 " (hash sha1 #11223344556677889900aabbccddeeff80203040#))";
1006 rsa_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *opaque, gcry_mpi_t tmp), void *opaquev) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Decc.c695 * Return the signature struct (r,s) from the message hash. The caller
739 mpi_addm (sum, input, dr, skey->E.n); /* sum = hash + (d*r) mod n */
741 mpi_mulm (s, k_1, sum, skey->E.n); /* s = k^(-1)*(hash+(d*r)) mod n */
786 /* h1 = hash * s^(-1) (mod n) */
789 /* Q1 = [ hash * s^(-1) ]G */
802 /* Q = ([hash * s^(-1)]G) + ([r * s^(-1)]Q) */
1158 ecc_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1168 if (!data[0] || !data[1] || !hash || !pkey[0] || !pkey[1] || !pkey[2]
1192 err = verify (hash, &pk, data[0], data[1]);
1154 ecc_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp)(void *, gcry_mpi_t), void *opaquev) argument
H A Drsa.c1006 rsa_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1026 log_mpidump (" hash:", hash );
1030 rc = mpi_cmp (result, hash) ? GPG_ERR_BAD_SIGNATURE : GPG_ERR_NO_ERROR;
1046 /* Compute a keygrip. MD is the hash context which we are going to
1058 0 should be prefixed. We hash the raw bytes. */
1005 rsa_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *opaque, gcry_mpi_t tmp), void *opaquev) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm579 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
658 in hash like fashion, using key and value pairs. Possible options are:
684 in hash like fashion, using key and value pairs. Possible options are:
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c1108 (unsigned)le32_to_cpu(sds->hash));
1157 while (sd->length && sd->hash &&
1370 ntfs_log_verbose("\t\tKey hash:\t\t 0x%08x\n",
1371 (unsigned)le32_to_cpu(entry->key.sdh.hash));
1431 (unsigned)le32_to_cpu(data->sii.hash));
1446 (unsigned)le32_to_cpu(data->sdh.hash));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm427 to objects that share a lot of common data into a single array or hash
549 and Perl 5.8 has full support for Unicode characters in hash keys.
564 By default, when Storable encounters a restricted hash on a perl
565 that doesn't support them, it will deserialize it as a normal hash,
835 If you're using references as keys within your hash tables, you're bound
837 references used as hash table keys. If you later wish to access the
840 the hash table), it will work because both references stringify to the
854 temporary arrays to hold the keys for each hash have to be allocated,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm19 class peekop cast_I32 cstring cchar hash threadsv_names
472 =item hash(STR)
475 internal hash function used by perl on string STR.
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c654 /* U = hash function output bits */
878 CK_BYTE hash[SHA512_DIGEST_LENGTH]; /* space enough for all mechs */ local
1024 OBJ_SEC_VALUE_LEN(basekey_p), hash, &hash_len);
1061 (hash + hash_len - secret_key_len),

Completed in 120 milliseconds

1234567891011