Searched refs:hashsize (Results 26 - 35 of 35) sorted by relevance

12

/external/chromium_org/third_party/smhasher/src/
H A DSpeedTest.cpp231 void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & /*outCycles*/ ) argument
/external/dropbear/libtomcrypt/src/hashes/chc/
H A Dchc.c73 hash_descriptor[idx].hashsize =
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dt1_enc.c1174 int hashsize = EVP_MD_size(md); local
1175 if (hashsize < 0 || hashsize > (int)(sizeof buf - (size_t)(q-buf)))
1184 if (i != (unsigned int)hashsize) /* can't really happen */
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h156 unsigned long hashsize; member in struct:ltc_hash_descriptor
/external/openssl/ssl/
H A Dt1_enc.c917 int hashsize = EVP_MD_size(md); local
918 if (hashsize < 0 || hashsize > (int)(sizeof buf - (size_t)(q-buf)))
927 if (i != (unsigned int)hashsize) /* can't really happen */
/external/dropbear/libtomcrypt/demos/
H A Dtv_gen.c249 for (y = 0; y < (int)hash_descriptor[x].hashsize; y++) {
264 if ((err = hmac_memory(x, key, hash_descriptor[x].hashsize, input, y, output, &len)) != CRYPT_OK) {
275 memcpy(key, output, hash_descriptor[x].hashsize);
/external/opencv/cxcore/src/
H A Dcxarray.cpp683 arr->hashsize = CV_SPARSE_HASH_SIZE0;
684 size = arr->hashsize*sizeof(arr->hashtable[0]);
772 for( idx = 0; idx < mat->hashsize; idx++ )
818 tabidx = hashval & (mat->hashsize - 1);
840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO )
843 int newsize = MAX( mat->hashsize*2, CV_SPARSE_HASH_SIZE0);
865 mat->hashsize = newsize;
915 tabidx = hashval & (mat->hashsize - 1);
/external/opencv/cxcore/include/
H A Dcxtypes.h755 int hashsize; member in struct:CvSparseMat
H A Dcxcore.h276 for( idx = ++mat_iterator->curidx; idx < mat_iterator->mat->hashsize; idx++ )
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1823 unsigned long hashsize; /* digest output size in bytes */
1839 The \textit{name} member is the name of the hash function (all lowercase). The \textit{hashsize} member is the size of the digest output
1892 for (x = 0; x < hash_descriptor[idx].hashsize; x++)
5770 unsigned long hashsize;
5832 The \textit{hashsize} variable indicates the length of the output in octets.

Completed in 321 milliseconds

12