Home
last modified time | relevance | path

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

1234

/optee_os/core/lib/zlib/
H A Dinflate.c109 struct inflate_state FAR *state; local
123 struct inflate_state FAR *state; local
149 struct inflate_state FAR *state; local
164 struct inflate_state FAR *state; local
204 struct inflate_state FAR *state; local
254 struct inflate_state FAR *state; local
280 local void fixedtables(state) in fixedtables() argument
347 struct inflate_state state; in makefixed() local
403 struct inflate_state FAR *state; local
628 struct inflate_state FAR *state; local
[all …]
H A Dinffast.c55 struct inflate_state FAR *state; local
/optee_os/core/arch/arm/kernel/
H A Dvfp.c27 void vfp_lazy_save_state_init(struct vfp_state *state) in vfp_lazy_save_state_init()
35 void vfp_lazy_save_state_final(struct vfp_state *state, bool force_save) in vfp_lazy_save_state_final()
48 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state()
91 void vfp_lazy_save_state_init(struct vfp_state *state) in vfp_lazy_save_state_init()
97 void vfp_lazy_save_state_final(struct vfp_state *state, bool force_save) in vfp_lazy_save_state_final()
110 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state()
H A Dunwind_arm64.c57 struct unwind_state_arm64 state = { in unw_get_kernel_stack() local
89 struct unwind_state_arm64 state = { }; in print_kernel_stack() local
H A Dunwind_arm32.c62 struct unwind_state_arm32 state = { }; in unw_get_kernel_stack() local
110 struct unwind_state_arm32 state = { }; in print_kernel_stack() local
/optee_os/core/crypto/
H A Daes-gcm-sw.c13 void internal_aes_gcm_set_key(struct internal_aes_gcm_state *state, in internal_aes_gcm_set_key()
24 static void ghash_update_block(struct internal_aes_gcm_state *state, in ghash_update_block()
37 void internal_aes_gcm_ghash_update(struct internal_aes_gcm_state *state, in internal_aes_gcm_ghash_update()
53 static void encrypt_block(struct internal_aes_gcm_state *state, in encrypt_block()
68 static void encrypt_pl(struct internal_aes_gcm_state *state, in encrypt_pl()
92 static void decrypt_block(struct internal_aes_gcm_state *state, in decrypt_block()
107 static void decrypt_pl(struct internal_aes_gcm_state *state, in decrypt_pl()
132 internal_aes_gcm_update_payload_blocks(struct internal_aes_gcm_state *state, in internal_aes_gcm_update_payload_blocks()
H A Daes-gcm.c27 static void ghash_update_pad_zero(struct internal_aes_gcm_state *state, in ghash_update_pad_zero()
57 static void ghash_update_lengths(struct internal_aes_gcm_state *state, in ghash_update_lengths()
69 static TEE_Result __gcm_init(struct internal_aes_gcm_state *state, in __gcm_init()
140 static TEE_Result __gcm_update_aad(struct internal_aes_gcm_state *state, in __gcm_update_aad()
190 __gcm_update_payload(struct internal_aes_gcm_state *state, in __gcm_update_payload()
266 static TEE_Result operation_final(struct internal_aes_gcm_state *state, in operation_final()
290 static TEE_Result __gcm_enc_final(struct internal_aes_gcm_state *state, in __gcm_enc_final()
318 static TEE_Result __gcm_dec_final(struct internal_aes_gcm_state *state, in __gcm_dec_final()
346 void internal_aes_gcm_inc_ctr(struct internal_aes_gcm_state *state) in internal_aes_gcm_inc_ctr()
357 void internal_aes_gcm_dec_ctr(struct internal_aes_gcm_state *state) in internal_aes_gcm_dec_ctr()
[all …]
H A Dsm3.h20 uint32_t state[8]; /* intermediate digest state */ member
/optee_os/core/drivers/pinctrl/
H A Dpinctrl.c40 TEE_Result pinctrl_apply_state(struct pinctrl_state *state) in pinctrl_apply_state()
59 void pinctrl_free_state(struct pinctrl_state *state) in pinctrl_free_state()
79 struct pinctrl_state *state = NULL; in pinctrl_get_state_by_idx() local
120 struct pinctrl_state **state) in pinctrl_get_state_by_name()
/optee_os/core/arch/arm/crypto/
H A Daes-gcm-ce.c46 void internal_aes_gcm_set_key(struct internal_aes_gcm_state *state, in internal_aes_gcm_set_key()
79 void internal_aes_gcm_ghash_update(struct internal_aes_gcm_state *state, in internal_aes_gcm_ghash_update()
97 static void encrypt_pl(struct internal_aes_gcm_state *state, in encrypt_pl()
120 static void decrypt_pl(struct internal_aes_gcm_state *state, in decrypt_pl()
136 static void update_payload_2block(struct internal_aes_gcm_state *state, in update_payload_2block()
173 internal_aes_gcm_update_payload_blocks(struct internal_aes_gcm_state *state, in internal_aes_gcm_update_payload_blocks()
211 internal_aes_gcm_update_payload_blocks(struct internal_aes_gcm_state *state, in internal_aes_gcm_update_payload_blocks()
/optee_os/core/kernel/
H A Dcallout.c69 uint32_t state = 0; in callout_rem() local
85 uint32_t state = 0; in callout_add() local
116 uint32_t state = 0; in callout_service_init() local
/optee_os/lib/libunw/
H A Dunwind_arm32.c153 static bool unwind_exec_read_byte(struct unwind_state_arm32 *state, in unwind_exec_read_byte()
191 static bool unwind_exec_insn(struct unwind_state_arm32 *state, vaddr_t stack, in unwind_exec_insn()
317 static bool unwind_tab(struct unwind_state_arm32 *state, vaddr_t stack, in unwind_tab()
366 bool unwind_stack_arm32(struct unwind_state_arm32 *state, in unwind_stack_arm32()
410 void print_stack_arm32(struct unwind_state_arm32 *state, in print_stack_arm32()
H A Dunwind_riscv.c67 void print_stack_riscv(struct unwind_state_riscv *state, in print_stack_riscv()
H A Dunwind_arm64.c81 void print_stack_arm64(struct unwind_state_arm64 *state, in print_stack_arm64()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h19 ulong64 length, state[8]; member
28 ulong32 state[8], curlen; member
36 ulong32 state[5], curlen; member
44 ulong32 state[4], curlen; member
52 ulong32 state[4], curlen; member
59 ulong64 state[3], length; member
76 ulong32 curlen, state[4]; member
84 ulong32 curlen, state[5]; member
92 ulong32 curlen, state[8]; member
100 ulong32 curlen, state[10]; member
[all …]
H A Dtomcrypt_arm_neon.h11 ulong32 state; member
/optee_os/core/lib/libtomcrypt/
H A Dsha3_accel.c123 void *state = NULL; in sha3_process() local
183 void *state = NULL; in sha3_done() local
209 void *state = NULL; in sha3_shake_done() local
H A Dtomcrypt.c160 void tomcrypt_arm_neon_enable(struct tomcrypt_arm_neon_state *state) in tomcrypt_arm_neon_enable()
165 void tomcrypt_arm_neon_disable(struct tomcrypt_arm_neon_state *state) in tomcrypt_arm_neon_disable()
H A Dsha1_accel.c69 void *state = md->sha1.state; in sha1_compress_nblocks() local
H A Dsha256_accel.c71 void *state = md->sha256.state; in sha256_compress_nblocks() local
H A Dsha512_accel.c39 void *state = md->sha512.state; in sha512_compress_nblocks() local
/optee_os/core/arch/riscv/kernel/
H A Dunwind_rv.c17 struct unwind_state_riscv state = { }; in print_kernel_stack() local
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_mult_h_arm_ce.c19 struct tomcrypt_arm_neon_state state; in gcm_mult_h() local
/optee_os/core/drivers/imx/dcp/
H A Ddcp_huk.c24 enum dcp_huk_state state; member
/optee_os/core/arch/arm/plat-sam/
H A Dmatrix.c196 static void matrix_save_regs(vaddr_t base, struct matrix_state *state) in matrix_save_regs()
222 static void matrix_restore_regs(vaddr_t base, struct matrix_state *state) in matrix_restore_regs()

1234