Home
last modified time | relevance | path

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

12345

/optee_os/core/lib/zlib/
A Dinflate.c109 struct inflate_state FAR *state; local
123 struct inflate_state FAR *state; local
148 struct inflate_state FAR *state; local
163 struct inflate_state FAR *state; local
203 struct inflate_state FAR *state; local
253 struct inflate_state FAR *state; local
279 local void fixedtables(state) in fixedtables() argument
346 struct inflate_state state; in makefixed() local
402 struct inflate_state FAR *state; local
627 struct inflate_state FAR *state; local
[all …]
/optee_os/core/arch/arm/kernel/
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()
A Dunwind_arm64.c48 struct unwind_state_arm64 state = { in unw_get_kernel_stack() local
80 struct unwind_state_arm64 state = { }; in print_kernel_stack() local
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/
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()
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()
346 void internal_aes_gcm_inc_ctr(struct internal_aes_gcm_state *state) in internal_aes_gcm_inc_ctr()
358 void internal_aes_gcm_dec_ctr(struct internal_aes_gcm_state *state) in internal_aes_gcm_dec_ctr()
377 struct internal_aes_gcm_state state; in internal_aes_gcm_enc() local
[all …]
A Dsm3.h20 uint32_t state[8]; /* intermediate digest state */ member
/optee_os/core/arch/arm/crypto/
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/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h26 ulong64 length, state[8]; member
35 ulong32 state[8], curlen; member
43 ulong32 state[5], curlen; member
51 ulong32 state[4], curlen; member
59 ulong32 state[4], curlen; member
66 ulong64 state[3], length; member
83 ulong32 curlen, state[4]; member
91 ulong32 curlen, state[5]; member
99 ulong32 curlen, state[8]; member
107 ulong32 curlen, state[10]; member
[all …]
A Dtomcrypt_arm_neon.h11 ulong32 state; member
/optee_os/lib/libunw/
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()
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_mult_h_arm_ce.c19 struct tomcrypt_arm_neon_state state; in gcm_mult_h() local
/optee_os/core/lib/libtomcrypt/
A Dtomcrypt.c148 void tomcrypt_arm_neon_enable(struct tomcrypt_arm_neon_state *state) in tomcrypt_arm_neon_enable()
153 void tomcrypt_arm_neon_disable(struct tomcrypt_arm_neon_state *state) in tomcrypt_arm_neon_disable()
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dchacha20.h62 uint32_t state[16]; /*! The state (before round operations). */ member
A Dcmac.h61 unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX]; member
A Dmd4.h61 uint32_t state[4]; /*!< intermediate digest state */ member
A Dmd5.h60 uint32_t state[4]; /*!< intermediate digest state */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dcmac.h61 unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX]; member
A Dchacha20.h62 uint32_t state[16]; /*! The state (before round operations). */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dchacha20.h62 uint32_t state[16]; /*! The state (before round operations). */ member
A Dcmac.h61 unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX]; member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dchacha20.h62 uint32_t state[16]; /*! The state (before round operations). */ member
A Dcmac.h61 unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX]; member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dchacha20.h62 uint32_t state[16]; /*! The state (before round operations). */ member
A Dcmac.h61 unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX]; member

Completed in 32 milliseconds

12345