Home
last modified time | relevance | path

Searched refs:err_state_cmp (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/err/
Derr_impl.c208 static int err_state_cmp(const ERR_STATE *a, const ERR_STATE *b) { in err_state_cmp() function
228 state_hash = lh_ERR_STATE_new(err_state_hash, err_state_cmp); in err_get_state()
/external/openssl/crypto/err/
Derr.c436 static int err_state_cmp(const ERR_STATE *a, const ERR_STATE *b) in IMPLEMENT_LHASH_HASH_FN()