Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 42) sorted by relevance

12

/openssl/crypto/evp/
H A Dctrl_params_translate.c146 enum state { enum
289 static int default_check(enum state state, in default_check()
708 cleanup_translation_ctx(enum state state, in cleanup_translation_ctx()
742 static int fix_cipher_md(enum state state, in fix_cipher_md()
799 static int fix_cipher(enum state state, in fix_cipher()
807 static int fix_md(enum state state, in fix_md()
815 static int fix_distid_len(enum state state, in fix_distid_len()
837 static int fix_kdf_type(enum state state, in fix_kdf_type()
949 static int fix_oid(enum state state, in fix_oid()
992 static int fix_dh_nid(enum state state, in fix_dh_nid()
[all …]
/openssl/crypto/aes/
H A Daes_core.c425 static void ShiftRows(u64 *state) in ShiftRows()
444 static void InvShiftRows(u64 *state) in InvShiftRows()
463 static void MixColumns(u64 *state) in MixColumns()
491 static void InvMixColumns(u64 *state) in InvMixColumns()
527 static void AddRoundKey(u64 *state, const u64 *w) in AddRoundKey()
536 u64 state[2]; in Cipher() local
563 u64 state[2]; in InvCipher() local
/openssl/include/openssl/
H A Dmd2.h39 MD2_INT state[MD2_BLOCK]; member
/openssl/crypto/comp/
H A Dc_brotli.c115 struct brotli_state *state = OPENSSL_zalloc(sizeof(*state)); in brotli_stateful_init() local
139 struct brotli_state *state = ctx->data; in brotli_stateful_finish() local
154 struct brotli_state *state = ctx->data; in brotli_stateful_compress_block() local
189 struct brotli_state *state = ctx->data; in brotli_stateful_expand_block() local
387 BrotliDecoderState *state; member
396 BrotliEncoderState *state; member
H A Dc_zstd.c141 struct zstd_state *state = OPENSSL_zalloc(sizeof(*state)); in zstd_stateful_init() local
175 struct zstd_state *state = ctx->data; in zstd_stateful_finish() local
193 struct zstd_state *state = ctx->data; in zstd_stateful_compress_block() local
252 struct zstd_state *state = ctx->data; in zstd_stateful_expand_block() local
457 ZSTD_DStream *state; member
463 ZSTD_CStream *state; member
H A Dc_zlib.c121 struct zlib_state *state = OPENSSL_zalloc(sizeof(*state)); in zlib_stateful_init() local
154 struct zlib_state *state = ctx->data; in zlib_stateful_finish() local
165 struct zlib_state *state = ctx->data; in zlib_stateful_compress_block() local
188 struct zlib_state *state = ctx->data; in zlib_stateful_expand_block() local
/openssl/crypto/err/
H A Derr.c201 void OSSL_ERR_STATE_free(ERR_STATE *state) in OSSL_ERR_STATE_free()
646 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state() local
674 ERR_STATE *state; in ossl_err_get_state_int() local
724 int err_shelve_state(void **state) in err_shelve_state()
758 void err_unshelve_state(void* state) in err_unshelve_state()
/openssl/crypto/md2/
H A Dmd2_dgst.c127 MD2_INT state[48]; in md2_block() local
/openssl/include/internal/
H A Djson_enc.h36 unsigned char error, stack_end_bit, state, *stack, defer_indent; member
H A Dquic_channel.h248 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
H A Dthread_arch.h72 uint32_t state; member
H A Dstatem.h99 MSG_FLOW_STATE state; member
/openssl/ssl/quic/
H A Dquic_port_local.h83 unsigned int state : 1; member
H A Dquic_record_shared.h72 unsigned char state; /* QRL_EL_STATE_* */ member
H A Dquic_rcidm.c132 unsigned int state : 2; /* RCID_STATE_* */ member
380 unsigned int state) in rcidm_transition_rcid()
H A Dqlog_event_helpers.c28 static const char *map_state_to_qlog(uint32_t state, in map_state_to_qlog()
/openssl/fuzz/
H A Dquic-client.c64 int state = HANDSHAKING; in FuzzerTestOneInput() local
/openssl/crypto/property/
H A Dproperty.c619 static void impl_cache_flush_cache(QUERY *c, IMPL_CACHE_FLUSH *state) in impl_cache_flush_cache()
645 IMPL_CACHE_FLUSH *state = (IMPL_CACHE_FLUSH *)v; in impl_cache_flush_one_alg() local
654 IMPL_CACHE_FLUSH state; in ossl_method_cache_flush_some() local
/openssl/providers/implementations/rands/
H A Dseed_src.c42 int state; member
H A Ddrbg_local.h163 DRBG_STATUS state; member
/openssl/providers/fips/
H A Dself_test.c291 static void set_fips_state(int state) in set_fips_state()
/openssl/providers/implementations/storemgmt/
H A Dwinstore_store.c45 int state; member
/openssl/test/testutil/
H A Dfake_random.c21 int state; member
/openssl/crypto/bio/
H A Dbss_acpt.c19 int state; member
/openssl/crypto/asn1/
H A Dasn_mime.c615 char state, part, first; in multi_split() local
688 int i, len, state, save_state = 0; in STACK_OF() local

Completed in 195 milliseconds

12