/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 146 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 D | aes_core.c | 425 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 D | md2.h | 39 MD2_INT state[MD2_BLOCK]; member
|
/openssl/crypto/comp/ |
H A D | c_brotli.c | 115 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 D | c_zstd.c | 141 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 D | c_zlib.c | 121 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 D | err.c | 201 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 D | md2_dgst.c | 127 MD2_INT state[48]; in md2_block() local
|
/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 131 int *state) in tdes_check_param() 155 int state = OSSL_FIPS_IND_STATE_UNKNOWN; in cmac_setkey() local
|
/openssl/include/internal/ |
H A D | json_enc.h | 36 unsigned char error, stack_end_bit, state, *stack, defer_indent; member
|
H A D | quic_channel.h | 248 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
|
H A D | thread_arch.h | 72 uint32_t state; member
|
H A D | statem.h | 99 MSG_FLOW_STATE state; member
|
/openssl/ssl/quic/ |
H A D | quic_port_local.h | 83 unsigned int state : 1; member
|
H A D | quic_record_shared.h | 72 unsigned char state; /* QRL_EL_STATE_* */ member
|
H A D | quic_rcidm.c | 132 unsigned int state : 2; /* RCID_STATE_* */ member 380 unsigned int state) in rcidm_transition_rcid()
|
H A D | qlog_event_helpers.c | 28 static const char *map_state_to_qlog(uint32_t state, in map_state_to_qlog()
|
/openssl/providers/fips/ |
H A D | fipsindicator.c | 35 void ossl_FIPS_IND_set_settable(OSSL_FIPS_IND *ind, int id, int state) in ossl_FIPS_IND_set_settable()
|
H A D | self_test.c | 296 static void set_fips_state(int state) in set_fips_state()
|
/openssl/fuzz/ |
H A D | quic-client.c | 64 int state = HANDSHAKING; in FuzzerTestOneInput() local
|
/openssl/crypto/property/ |
H A D | property.c | 779 static void impl_cache_flush_cache(QUERY *c, IMPL_CACHE_FLUSH *state) in impl_cache_flush_cache() 805 IMPL_CACHE_FLUSH *state = (IMPL_CACHE_FLUSH *)v; in impl_cache_flush_one_alg() local 817 IMPL_CACHE_FLUSH state; in ossl_method_cache_flush_some() local
|
/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 42 int state; member
|
/openssl/test/testutil/ |
H A D | fake_random.c | 21 int state; member
|
/openssl/providers/implementations/storemgmt/ |
H A D | winstore_store.c | 46 int state; member
|
/openssl/crypto/bio/ |
H A D | bss_acpt.c | 19 int state; member
|