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

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

Completed in 175 milliseconds