Searched defs:state (Results 1 – 13 of 13) sorted by relevance
/crypto/ |
A D | abi_self_test.cc | 39 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 D | err.cc | 110 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 D | poly1305.cc | 46 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 D | poly1305_arm.cc | 193 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 D | poly1305_test.cc | 32 poly1305_state state; in TestSIMD() local 80 poly1305_state state; in TEST() local
|
A D | poly1305_vec.cc | 87 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 D | abi_test.cc | 264 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 D | internal.h | 41 uint64_t state[25]; member
|
/crypto/x509/ |
A D | v3_utl.cc | 306 int state; in STACK_OF() local 759 int state = LABEL_START; in valid_star() local
|
/crypto/md4/ |
A D | md4.cc | 105 static void md4_block_data_order(uint32_t *state, const uint8_t *data, in md4_block_data_order()
|
/crypto/curve25519/ |
A D | internal.h | 153 enum spake2_state_t state; member
|
/crypto/md5/ |
A D | md5.cc | 123 static void md5_block_data_order(uint32_t *state, const uint8_t *data, in md5_block_data_order()
|
/crypto/bio/ |
A D | connect.cc | 48 int state; member
|
Completed in 29 milliseconds