Searched refs:hash (Results 76 - 100 of 258) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c63 gcry_err_code_t AF_merge (const gcry_md_spec_t * hash, grub_uint8_t * src,
82 const gcry_md_spec_t *hash = NULL, *essiv_hash = NULL; local
241 /* Configure the hash and cipher used for ESSIV. */
247 "Couldn't load %s hash", hash_str);
265 /* Configure the hash used for the AF splitter and HMAC. */
266 hash = grub_crypto_lookup_md_by_name (hashspec);
267 if (!hash)
272 grub_error (GRUB_ERR_FILE_NOT_FOUND, "Couldn't load %s hash",
289 newdev->hash = hash;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm27 # Now read and change the hash
36 C<NDBM_File> establishes a connection between a Perl hash variable and
38 just as if it were in a Perl hash, but when your program exits, the
50 The hash variable you want to tie.
55 package to perform the functions of the hash.)
59 The name of the file you want to tie to the hash.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm27 # Now read and change the hash
36 C<ODBM_File> establishes a connection between a Perl hash variable and
38 just as if it were in a Perl hash, but when your program exits, the
50 The hash variable you want to tie.
55 package to perform the functions of the hash.)
59 The name of the file you want to tie to the hash.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm30 # Now read and change the hash
39 C<SDBM_File> establishes a connection between a Perl hash variable and
41 just as if it were in a Perl hash, but when your program exits, the
53 The hash variable you want to tie.
58 package to perform the functions of the hash.)
62 The name of the file you want to tie to the hash.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm157 $out .= " croak 'Initializer for $name must be hash reference'\n";
171 $out .= " else { croak 'Initializer for $name must be hash or $type reference' }\n";
257 # declare struct, based on hash:
289 # hash type accessor:
290 $hash_ref = $obj->h; # reference to whole hash
291 $hash_element_value = $obj->h('x'); # hash element value
292 $obj->h('x', 'new value'); # assign to hash element
314 Each element's type can be scalar, array, hash, or class.
330 second form is based on a hash. The array-based forms will be
331 somewhat faster and smaller; the hash
[all...]
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc_impl.h136 extern void __cpc_strhash_free(cpc_strhash_t *hash);
137 extern int __cpc_strhash_add(cpc_strhash_t *hash, char *key);
138 extern char *__cpc_strhash_next(cpc_strhash_t *hash);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c980 CK_BYTE hash[SHA512_DIGEST_LENGTH]; /* space enough for all mechs */ local
1020 rv = soft_digest_final(session_p, hash, &hash_len);
1022 rv = soft_digest(session_p, pData, ulDataLen, hash, &hash_len);
1041 (void) memcpy(der_data + MD5_DER_PREFIX_Len, hash, hash_len);
1048 (void) memcpy(der_data + der_len, hash, hash_len);
1054 (void) memcpy(der_data + SHA2_DER_PREFIX_Len, hash, hash_len);
1060 (void) memcpy(der_data + SHA2_DER_PREFIX_Len, hash, hash_len);
1066 (void) memcpy(der_data + SHA2_DER_PREFIX_Len, hash, hash_len);
1072 (void) memcpy(der_data + SHA2_DER_PREFIX_Len, hash, hash_len);
1102 CK_BYTE hash[SHA512_DIGEST_LENGT local
[all...]
H A DsoftDSA.c303 CK_BYTE hash[SHA1_DIGEST_LENGTH]; local
334 rv = soft_digest_final(session_p, hash, &hash_len);
336 rv = soft_digest(session_p, pData, ulDataLen, hash, &hash_len);
350 rv = soft_dsa_sign(session_p, hash, hash_len, pSigned, pulSignedLen);
418 CK_BYTE hash[SHA1_DIGEST_LENGTH]; local
424 rv = soft_digest_final(session_p, hash, &hash_len);
426 rv = soft_digest(session_p, pData, ulDataLen, hash, &hash_len);
440 rv = soft_dsa_verify(session_p, hash, hash_len,
H A DsoftEC.c439 CK_BYTE hash[SHA1_DIGEST_LENGTH]; local
444 rv = soft_digest_final(session_p, hash, &hash_len);
446 rv = soft_digest(session_p, pData, ulDataLen, hash,
460 rv = soft_ecc_sign(session_p, hash, hash_len, pSigned, pulSignedLen);
609 CK_BYTE hash[SHA1_DIGEST_LENGTH]; local
613 rv = soft_digest_final(session_p, hash, &hash_len);
615 rv = soft_digest(session_p, pData, ulDataLen, hash, &hash_len);
631 rv = soft_ecc_verify(session_p, hash, hash_len,
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwnoutref.c55 int *hash; local
113 hash = _VIRTHASH + yorg;
125 for (y = 0; y < boty; ++y, ++hash, ++bch, ++ech, ++sbch,
194 /* the hash value of the line */
195 *hash = _NOHASH;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c62 info.hash = NULL;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Drestrict.t43 my %hash = (question => '?', answer => 42, extra => 'junk', undef => undef);
44 lock_hash %hash;
45 unlock_value %hash, 'answer';
46 unlock_value %hash, 'extra';
47 delete $hash{'extra'};
65 my $hash = shift;
67 my $copy = &$cloner($hash);
69 my @in_keys = sort keys %$hash;
77 # $copy = $hash; # used in initial debug of the tests
79 ok ++$test, Internals::SvREADONLY(%$copy), "cloned hash restricte
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dencode.pm50 $db = tie %hash, ...
H A Dnull.pm31 $db = tie %hash, ...
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddthdr.h43 #define hash hl._hash macro
49 #define DT_WALK 020000 /* hash table being walked */
58 /* hash start size and load factor */
H A Ddthash.c32 /* resize the hash table */
87 if((is = s + HINDEX(n,t->hash)) == hs)
170 s = dt->data->htab + HINDEX(dt->data->ntab,dt->data->here->hash);
193 hsh = r->hash;
198 { hsh = t->hash;
209 { if(hsh == t->hash)
255 r->hash = hsh;
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashsize.c27 * hash table library
69 index = new_b->hash;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c98 grub_crypto_hash (const gcry_md_spec_t *hash, void *out, const void *in, argument
101 grub_uint8_t ctx[hash->contextsize];
102 hash->init (&ctx);
103 hash->write (&ctx, in, inlen);
104 hash->final (&ctx);
105 grub_memcpy (out, hash->read (&ctx), hash->mdlen);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c27 re_hashval_t hash) internal_function;
31 re_hashval_t hash) internal_function;
1464 re_hashval_t hash = nodes->nelem + context;
1467 hash += nodes->elems[i];
1468 return hash;
1485 re_hashval_t hash;
1498 hash = calc_state_hash (nodes, 0);
1499 spot = dfa->state_table + (hash & dfa->state_hash_mask);
1504 if (hash != state->hash)
1461 re_hashval_t hash = nodes->nelem + context; local
1482 re_hashval_t hash; local
1530 re_hashval_t hash; local
1568 register_state(const re_dfa_t *dfa, re_dfastate_t *newstate, re_hashval_t hash) argument
1623 create_ci_newstate(const re_dfa_t *dfa, const re_node_set *nodes, re_hashval_t hash) argument
1673 create_cd_newstate(const re_dfa_t *dfa, const re_node_set *nodes, unsigned int context, re_hashval_t hash) argument
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c66 * Compute an LM hash given a password
69 * hash: 16-byte "LanMan" (LM) hash.
79 smbfs_ntlm_compute_lm_hash(uchar_t *hash, const char *pass) argument
95 /* Compute the hash. */
96 err = smbfs_encrypt_DES(hash, NTLM_HASH_SZ,
106 * Compute an NT hash given a password in UTF-8.
109 * hash: 16-byte "NT" hash.
115 smbfs_ntlm_compute_nt_hash(uchar_t *hash, cons argument
144 smbfs_ntlm_v1_response(uchar_t *resp, const uchar_t *hash, const uchar_t *chal, int clen) argument
[all...]
/osnet-11/usr/src/lib/libelfsign/common/
H A Dlibelfsign.h130 extern ELFsign_status_t elfsign_hash(ELFsign_t ess, uchar_t *hash,
133 uchar_t *hash, size_t *hash_len);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h164 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n))))
181 * block size shift - hash entry size (2) * number of hash
189 * The chunks start immediately after the hash table. The end of the
190 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm37 croak "Memoize::Expire: Couldn't load hash tie module `$module': $@; aborting";
41 croak "Memoize::Expire: Couldn't tie hash to `$module': $@; aborting";
74 $DEBUG and print STDERR " Not in underlying hash at all.\n";
147 The layer presents a hash variable whose values expire whenever they
149 use this forgetful hash as its cache instead of the default, which is
150 an ordinary hash.
165 Memoize::Expire uses a real hash internally to store the cached data.
167 hash in place of the ordinary hash that Memoize::Expire will normally
169 between a persistent disk hash an
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm36 If there are only three arguments and the third argument is a hash
37 reference, the keys of that hash can have values C<dict>, C<fold>, and
/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h177 HashElem *pSearch; /* The hash element for pCurrent */
178 Hash hash; /* Hash table of all aggregate elements */ member in struct:Agg
195 Hash hash; /* A set is just a hash table */ member in struct:Set
196 HashElem *prev; /* Previously accessed hash elemen */

Completed in 85 milliseconds

1234567891011