Searched refs:hash (Results 151 - 175 of 258) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c238 long hash = DUMP_HASH(&kd->kvm_dump, as, page); local
239 off = kd->kvm_map[hash].dm_first;
248 hash) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c782 elg_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, argument
792 if ((! data[0]) || (! data[1]) || (! hash)
800 if (! verify (data[0], data[1], hash, &pk))
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c782 elg_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, argument
792 if ((! data[0]) || (! data[1]) || (! hash)
800 if (! verify (data[0], data[1], hash, &pk))
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Ddns.c115 hash (const char *str) function
385 h = hash (data->oname);
446 h = hash (name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm81 returns a reference to a hash which describes internal configuration
82 of the package. Names of keys in this hash conform to standard
87 Returns a reference to a hash with keys being features present in
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c31 * reading, calculating and writing the hash of an inetd.conf file, and
114 #define HASH_PG "hash"
1323 * On success, hash is modified to point to the digest string and 0 is returned.
1329 calculate_hash(const char *pathname, char **hash) argument
1376 *hash = digest;
1381 * retrieve_inetd_hash retrieves inetd's configuration file hash from the
1382 * repository. On success, hash is modified to point to the hash string and
1384 * The space for the hash string is obtained using malloc(3C) and should be
1388 retrieve_inetd_hash(char **hash) argument
1419 store_inetd_hash(const char *hash) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c624 CK_BYTE * hash)
632 SHA1Final(hash, &ctx);
622 compute_sha(CK_BYTE *data, CK_ULONG_32 len, CK_BYTE * hash) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm438 A computer-readable form of the above table is available in the hash
725 These functions take a hash as an argument. The recognized keys of this hash
790 symbol table hash for the package. The cache is invalidated during
928 array reference and a hash reference, similar to the
929 L<pseudo-hash|perlref/"Pseudo-hashes: Using an array as a hash">
930 builtin Perl type. Let's make it better than a pseudo-hash by
963 Now one can access an object using both the array and hash syntax:
967 $bar->{two} == 11 or die 'bad hash fetc
[all...]
H A DEnv.pm17 Perl maintains environment variables in a special hash named C<%ENV>. For
H A DNEXT.pm446 A hash of array references in list context. Each entry of the hash has the
452 A reference to a hash of scalar values in scalar context. Each entry of the hash has the
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c204 struct action *collide; /* Next action with the same hash */
3017 char **types; /* A hash table of datatypes */
3022 int hash; /* For hashing the name of a type */ local
3046 /* Build a hash table of datatypes. The ".dtnum" field of each symbol
3047 ** is filled in with the hash index plus 1. A ".dtnum" value of 0 is
3070 hash = 0;
3072 hash = hash*53 + stddt[j];
3074 hash = (hash
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h68 struct ext2_buffer_head **hash; member in struct:ext2_buffer_cache
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c29 * hash could be forwards since we have to search on match, but naaaah
39 rephash = hash(rep, t->hsize);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c55 #include "hash.h"
180 info.hash = NULL;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h260 grub_crypto_hash (const gcry_md_spec_t *hash, void *out, const void *in,
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c662 uint64_t hash, idx, blkid; local
670 hash = zap_hash(zap->zap_salt, name);
679 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift);
690 return (zap_leaf_lookup(l, blksft, hash, name, value));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm205 processing, it will return a hash ref representing all the ops which
H A DBytecode.pm382 my $hash = $v->HV;
383 if ($$hash && $hash->NAME) {
384 $hash->bwalk;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm99 intended to hash words (in particular surnames) into a small space using a
/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c630 sqliteHashInit(&p->agg.hash, SQLITE_HASH_BINARY, 0);
684 for(p = sqliteHashFirst(&pAgg->hash); p; p = sqliteHashNext(p)){
710 sqliteHashClear(&pAgg->hash);
809 sqliteHashClear(&p->aSet[i].hash);
H A Dvdbe.c173 pOld = sqliteHashInsert(&p->hash, pElem->zKey, pElem->nKey, pElem);
191 HashElem *pElem = sqliteHashFirst(&p->hash);
194 pElem = sqliteHashFirst(&p->hash);
3740 nRoot = sqliteHashCount(&pSet->hash);
3743 for(j=0, i=sqliteHashFirst(&pSet->hash); i; i=sqliteHashNext(i), j++){
3747 sqliteHashClear(&pSet->hash);
4501 pElem = sqliteHashFind(&p->agg.hash, zKey, nKey);
4577 p->agg.pSearch = sqliteHashFirst(&p->agg.hash);
4627 sqliteHashInit(&p->aSet[k].hash, SQLITE_HASH_BINARY, 1);
4632 sqliteHashInsert(&p->aSet[i].hash, pO
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h60 PERL_CALLCONV SV* Perl_avhv_delete_ent(pTHX_ AV *ar, SV* keysv, I32 flags, U32 hash);
61 PERL_CALLCONV bool Perl_avhv_exists_ent(pTHX_ AV *ar, SV* keysv, U32 hash);
62 PERL_CALLCONV SV** Perl_avhv_fetch_ent(pTHX_ AV *ar, SV* keysv, I32 lval, U32 hash);
63 PERL_CALLCONV SV** Perl_avhv_store_ent(pTHX_ AV *ar, SV* keysv, SV* val, U32 hash);
262 PERL_CALLCONV SV* Perl_hv_delete_ent(pTHX_ HV* tb, SV* key, I32 flags, U32 hash);
264 PERL_CALLCONV bool Perl_hv_exists_ent(pTHX_ HV* tb, SV* key, U32 hash);
266 PERL_CALLCONV HE* Perl_hv_fetch_ent(pTHX_ HV* tb, SV* key, I32 lval, U32 hash);
277 PERL_CALLCONV SV** Perl_hv_store(pTHX_ HV* tb, const char* key, I32 klen, SV* val, U32 hash);
278 PERL_CALLCONV HE* Perl_hv_store_ent(pTHX_ HV* tb, SV* key, SV* val, U32 hash);
279 PERL_CALLCONV SV** Perl_hv_store_flags(pTHX_ HV* tb, const char* key, I32 klen, SV* val, U32 hash, in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm67 # As Unicode code point separator for hash keys.
144 # The hash key 'ignored' is deleted at v 0.21.
145 # The hash key 'isShift' is deleted at v 0.23.
146 # The hash key 'combining' is deleted at v 0.24.
147 # The hash key 'entries' is deleted at v 0.30.
160 my %hash = @_;
162 if (exists $hash{variable} && exists $hash{alternate}) {
163 delete $hash{alternate};
165 elsif (!exists $hash{variabl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl323 'H', 4, # hash value
613 # hash - H sub (CV) - C file - F
637 padhv private hash ck_null d0
810 rv2hv hash dereference ck_rvconst dt1
811 helem hash element ck_null s2 H S
812 hslice hash slice ck_null m@ H L
827 anonhash anonymous hash ({}) ck_fun ms@ L
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm507 C<C_constant> I<ITEM>s are in the hash ref format as given in the description
509 I<NAMELEN> (This is not checked). I<ITEMHASH> is a reference to a hash,
552 # Need proper Unicode preserving hash keys for bytes in range 128-255
808 which is taken as a C macro name, or a reference to a hash with the following
890 a reference to a hash. I<DEFAULT_TYPE> will be added to the list if not
896 The best way to maintain consistency is to pass in a hash reference and let
934 # Need proper Unicode preserving hash keys.
941 # Convert line of the form IV,UV,NV to hash
1101 C subroutine C<constant> will generate or as a reference to a hash. It should
1122 # Convert line of the form IV,UV,NV to hash
[all...]

Completed in 131 milliseconds

1234567891011