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

/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash.c126 * not found, it returns a pointer that points to a NULL pointer. If |out_hash|
127 * is not NULL, then it also puts the hash value of |data| in |*out_hash|. */
128 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash, argument
133 if (out_hash != NULL) {
134 *out_hash = hash;

Completed in 1909 milliseconds