Home
last modified time | relevance | path

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

12

/openssl-master/crypto/evp/
A Dctrl_params_translate.c148 enum state { enum
291 static int default_check(enum state state, in default_check()
709 cleanup_translation_ctx(enum state state, in cleanup_translation_ctx()
743 static int fix_cipher_md(enum state state, in fix_cipher_md()
800 static int fix_cipher(enum state state, in fix_cipher()
808 static int fix_md(enum state state, in fix_md()
816 static int fix_distid_len(enum state state, in fix_distid_len()
838 static int fix_kdf_type(enum state state, in fix_kdf_type()
950 static int fix_oid(enum state state, in fix_oid()
993 static int fix_dh_nid(enum state state, in fix_dh_nid()
[all …]
A Devp_rand.c658 int state; in EVP_RAND_get_state() local
/openssl-master/crypto/aes/
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-master/include/openssl/
A Dmd2.h39 MD2_INT state[MD2_BLOCK]; member
A Dpkcs7.h.in143 int state; /* used during processing */ member
/openssl-master/crypto/comp/
A Dc_zlib.c126 struct zlib_state *state = OPENSSL_zalloc(sizeof(*state)); in zlib_stateful_init() local
159 struct zlib_state *state = ctx->data; in zlib_stateful_finish() local
170 struct zlib_state *state = ctx->data; in zlib_stateful_compress_block() local
191 struct zlib_state *state = ctx->data; in zlib_stateful_expand_block() local
/openssl-master/crypto/md2/
A Dmd2_dgst.c127 MD2_INT state[48]; in md2_block() local
/openssl-master/crypto/err/
A Derr.c613 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state() local
641 ERR_STATE *state; in ossl_err_get_state_int() local
690 int err_shelve_state(void **state) in err_shelve_state()
724 void err_unshelve_state(void* state) in err_unshelve_state()
/openssl-master/crypto/property/
A Dproperty.c546 static void impl_cache_flush_cache(QUERY *c, IMPL_CACHE_FLUSH *state) in impl_cache_flush_cache()
572 IMPL_CACHE_FLUSH *state = (IMPL_CACHE_FLUSH *)v; in impl_cache_flush_one_alg() local
581 IMPL_CACHE_FLUSH state; in ossl_method_cache_flush_some() local
/openssl-master/ssl/statem/
A Dstatem.h99 MSG_FLOW_STATE state; member
/openssl-master/providers/fips/
A Dself_test.c229 static void set_fips_state(int state) in set_fips_state()
/openssl-master/providers/implementations/rands/
A Dseed_src.c42 int state; member
A Ddrbg_local.h168 DRBG_STATUS state; member
A Dtest_rng.c42 int state; member
/openssl-master/crypto/bio/
A Dbss_conn.c19 int state; member
A Dbss_acpt.c19 int state; member
A Dbio_print.c95 int state; in _dopr() local
/openssl-master/test/testutil/
A Dfake_random.c21 int state; member
/openssl-master/crypto/asn1/
A Dasn_mime.c598 char state, part, first; in multi_split() local
671 int len, state, save_state = 0; in STACK_OF() local
A Dbio_asn1.c41 asn1_bio_state_t state; member
/openssl-master/crypto/x509/
A Dv3_utl.c319 int state; in STACK_OF() local
736 int state = LABEL_START; in valid_star() local
/openssl-master/test/
A Ddrbgtest.c82 static int state(EVP_RAND_CTX *drbg) in state() function
/openssl-master/crypto/ui/
A Dui_lib.c474 const char *state = "processing"; in UI_process() local
/openssl-master/crypto/http/
A Dhttp_client.c44 int state; /* Current I/O state */ member
/openssl-master/apps/
A Ds_client.c827 int ret = 1, in_init = 1, i, nbio_test = 0, sock = -1, k, width, state = 0; in s_client_main() local

Completed in 49 milliseconds

12