Home | History | Annotate | Download | only in base

Lines Matching refs:ho

216   const SECHashObject *ho;
218 if (!GetDigestObject(algorithm, &ho))
221 *length = ho->length;
278 const SECHashObject *ho;
280 if (!GetDigestObject(algorithm, &ho))
283 if (size < ho->length) // Sanity check for fit
286 SECStatus rv = HASH_HashBuf(ho->type, digest,
292 *length = ho->length;
322 const SECHashObject *ho;
342 ho = HASH_GetHashObject(hash_type);
344 ASSERT(ho->length >= 20); // Can't happen
345 *hop = ho;