HomeSort by relevance Sort by last modified time
    Searched refs:ERR_STATE (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/err/
err.c 156 ERR_STATE *state = statep;
170 /* err_get_state gets the ERR_STATE object for the current thread. */
171 static ERR_STATE *err_get_state(void) {
172 ERR_STATE *state = CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_ERR);
174 state = OPENSSL_malloc(sizeof(ERR_STATE));
178 OPENSSL_memset(state, 0, sizeof(ERR_STATE));
191 ERR_STATE *state;
298 ERR_STATE *const state = err_get_state();
558 /* thread_hash is the least-significant bits of the |ERR_STATE| pointer value
591 ERR_STATE *const state = err_get_state()
    [all...]
  /external/boringssl/src/include/openssl/
err.h 372 /* err_state_st (aka |ERR_STATE|) contains the per-thread, error queue. */
386 } ERR_STATE;

Completed in 138 milliseconds