Searched refs:state (Results 1 – 8 of 8) sorted by relevance
| /include/internal/ |
| A D | thread_arch.h | 68 # 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 D | json_enc.h | 37 unsigned char error, stack_end_bit, state, *stack, defer_indent; member
|
| A D | quic_channel.h | 261 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument 265 (state), \
|
| A D | statem.h | 101 MSG_FLOW_STATE state; member
|
| /include/openssl/ |
| A D | md2.h | 39 MD2_INT state[MD2_BLOCK]; member
|
| A D | pkcs7.h.in | 146 int state; /* used during processing */ member
|
| A D | crypto.h.in | 279 * This function cleans up all "ex_data" state. It mustn't be called under
|
| A D | ssl.h.in | 1005 * 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