Home
last modified time | relevance | path

Searched refs:hashSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_hash.c40 hash->hashSize = 20; in obj_hash_add()
43 hash->hashSize = 0; in obj_hash_add()
107 hash->hashSize = size; in obj_hash_set_value()
133 if ((*value = calloc_tspi(obj->tspContext, hash->hashSize)) == NULL) { in obj_hash_get_value()
134 LogError("malloc of %d bytes failed.", hash->hashSize); in obj_hash_get_value()
138 *size = hash->hashSize; in obj_hash_get_value()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_hash.h20 UINT32 hashSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h2161 uint8_t hashSize; /* size of each hash in bytes */ member