Searched defs:hashsize (Results 1 - 10 of 10) sorted by relevance

/external/srec/srec/crec/
H A Dastar_pphash.h41 int hashsize; member in struct:__anon26798
/external/dropbear/
H A Dalgo.h62 unsigned char hashsize; member in struct:dropbear_hash
/external/dropbear/libtomcrypt/src/mac/hmac/
H A Dhmac_done.c32 unsigned long hashsize, i; local
45 hashsize = hash_descriptor[hash].hashsize;
49 isha = XMALLOC(hashsize);
77 if ((err = hash_descriptor[hash].process(&hmac->md, isha, hashsize)) != CRYPT_OK) {
85 for (i = 0; i < hashsize && i < *outlen; i++) {
94 zeromem(isha, hashsize);
95 zeromem(buf, hashsize);
H A Dhmac_init.c33 unsigned long hashsize; local
45 hashsize = hash_descriptor[hash].hashsize;
71 if(hashsize < HMAC_BLOCKSIZE) {
72 zeromem((hmac->key) + hashsize, (size_t)(HMAC_BLOCKSIZE - hashsize));
74 keylen = hashsize;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dphash.c15 #define hashsize(n) ((ub4)1<<(n)) macro
16 #define hashmask(n) (hashsize(n)-1)
80 In which case, the hash table should have hashsize(10) elements.
/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/headers/
H A Dtomcrypt_hash.h156 unsigned long hashsize; member in struct:ltc_hash_descriptor
/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/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/opencv/cxcore/include/
H A Dcxtypes.h755 int hashsize; member in struct:CvSparseMat

Completed in 191 milliseconds