Home
last modified time | relevance | path

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

/crypto/
A Dabi_self_test.cc39 abi_test::internal::CallerState state; in TEST() local
110 abi_test::internal::CallerState state; in TEST() local
214 abi_test::internal::CallerState state; in TEST() local
286 abi_test::internal::CallerState state; in TEST() local
424 abi_test::internal::CallerState state; in TEST() local
/crypto/err/
A Derr.cc110 ERR_STATE *state = reinterpret_cast<ERR_STATE *>(statep); in err_state_free() local
125 ERR_STATE *state = reinterpret_cast<ERR_STATE *>( in err_get_state() local
145 ERR_STATE *state; in get_error_values() local
254 ERR_STATE *const state = err_get_state(); in ERR_clear_error() local
568 ERR_STATE *const state = err_get_state(); in err_set_error_data() local
584 ERR_STATE *const state = err_get_state(); in ERR_put_error() local
693 ERR_STATE *const state = err_get_state(); in ERR_set_mark() local
703 ERR_STATE *const state = err_get_state(); in ERR_pop_to_mark() local
743 void ERR_SAVE_STATE_free(ERR_SAVE_STATE *state) { in ERR_SAVE_STATE_free()
755 ERR_STATE *const state = err_get_state(); in ERR_save_state() local
[all …]
/crypto/poly1305/
A Dpoly1305.cc46 poly1305_state *state) { in poly1305_aligned_state()
53 static void poly1305_update(struct poly1305_state_st *state, const uint8_t *in, in poly1305_update()
148 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_init() local
195 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_update() local
243 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_finish() local
A Dpoly1305_arm.cc193 void CRYPTO_poly1305_init_neon(poly1305_state *state, const uint8_t key[32]) { in CRYPTO_poly1305_init_neon()
217 void CRYPTO_poly1305_update_neon(poly1305_state *state, const uint8_t *in, in CRYPTO_poly1305_update_neon()
265 void CRYPTO_poly1305_finish_neon(poly1305_state *state, uint8_t mac[16]) { in CRYPTO_poly1305_finish_neon()
A Dpoly1305_test.cc32 poly1305_state state; in TestSIMD() local
80 poly1305_state state; in TEST() local
A Dpoly1305_vec.cc87 poly1305_state *state) { in poly1305_aligned_state()
95 void CRYPTO_poly1305_init(poly1305_state *state, const uint8_t key[32]) { in CRYPTO_poly1305_init()
666 void CRYPTO_poly1305_update(poly1305_state *state, const uint8_t *m, in CRYPTO_poly1305_update()
725 void CRYPTO_poly1305_finish(poly1305_state *state, uint8_t mac[16]) { in CRYPTO_poly1305_finish()
/crypto/test/
A Dabi_test.cc264 CallerState state; in GetCallerState() local
342 CallerState state; in GetCallerState() local
529 UnwindStatusOr<CallerState> state = cursor->GetCallerState(); in CheckUnwind() local
723 CallerState state; in RunTrampoline() local
/crypto/fipsmodule/keccak/
A Dinternal.h41 uint64_t state[25]; member
/crypto/x509/
A Dv3_utl.cc306 int state; in STACK_OF() local
759 int state = LABEL_START; in valid_star() local
/crypto/md4/
A Dmd4.cc105 static void md4_block_data_order(uint32_t *state, const uint8_t *data, in md4_block_data_order()
/crypto/curve25519/
A Dinternal.h153 enum spake2_state_t state; member
/crypto/md5/
A Dmd5.cc123 static void md5_block_data_order(uint32_t *state, const uint8_t *data, in md5_block_data_order()
/crypto/bio/
A Dconnect.cc48 int state; member

Completed in 29 milliseconds