Home
last modified time | relevance | path

Searched refs:state (Results 1 – 8 of 8) sorted by relevance

/include/internal/
A Dthread_arch.h68 # define CRYPTO_THREAD_GET_STATE(THREAD, FLAG) ((THREAD)->state & (FLAG))
69 # define CRYPTO_THREAD_GET_ERROR(THREAD, FLAG) (((THREAD)->state >> 16) & (FLAG))
72 uint32_t state; member
89 (THREAD)->state &= ~(FLAG); \
94 (THREAD)->state |= (FLAG); \
99 (THREAD)->state |= ((FLAG) << 16); \
104 (THREAD)->state &= ~((FLAG) << 16); \
A Djson_enc.h37 unsigned char error, stack_end_bit, state, *stack, defer_indent; member
A Dquic_channel.h261 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
265 (state), \
A Dstatem.h101 MSG_FLOW_STATE state; member
/include/openssl/
A Dmd2.h39 MD2_INT state[MD2_BLOCK]; member
A Dpkcs7.h.in146 int state; /* used during processing */ member
A Dcrypto.h.in279 * This function cleans up all "ex_data" state. It mustn't be called under
A Dssl.h.in1005 * TLS = TLS or DTLS state
1006 * DTLS = DTLS specific state
1072 * Most of the following state values are no longer used and are defined to be
1073 * the closest equivalent value in the current state machine code. Not all

Completed in 20 milliseconds