Lines Matching refs:state
86 uint32_t *state);
88 TEE_Result _utee_cryp_state_free(unsigned long state);
91 TEE_Result _utee_hash_init(unsigned long state, const void *iv, size_t iv_len);
92 TEE_Result _utee_hash_update(unsigned long state, const void *chunk,
94 TEE_Result _utee_hash_final(unsigned long state, const void *chunk,
97 TEE_Result _utee_cipher_init(unsigned long state, const void *iv,
99 TEE_Result _utee_cipher_update(unsigned long state, const void *src,
101 TEE_Result _utee_cipher_final(unsigned long state, const void *src,
128 TEE_Result _utee_cryp_derive_key(unsigned long state,
135 TEE_Result _utee_authenc_init(unsigned long state, const void *nonce,
138 TEE_Result _utee_authenc_update_aad(unsigned long state, const void *aad_data,
140 TEE_Result _utee_authenc_update_payload(unsigned long state,
143 TEE_Result _utee_authenc_enc_final(unsigned long state, const void *src_data,
147 TEE_Result _utee_authenc_dec_final(unsigned long state, const void *src_data,
152 TEE_Result _utee_asymm_operate(unsigned long state,
158 TEE_Result _utee_asymm_verify(unsigned long state,