Home
last modified time | relevance | path

Searched refs:get_user_u64_as_size_t (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/tee/
H A Dtee_svc_cryp.c1151 static TEE_Result get_user_u64_as_size_t(size_t *dst, uint64_t *src) in get_user_u64_as_size_t() function
3097 res = get_user_u64_as_size_t(&hlen, hash_len); in syscall_hash_final()
3283 res = get_user_u64_as_size_t(&dlen, dst_len); in tee_svc_cipher_update_helper()
4188 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_authenc_update_payload()
4259 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_authenc_enc_final()
4277 res = get_user_u64_as_size_t(&tlen, tag_len); in syscall_authenc_enc_final()
4349 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_authenc_dec_final()
4446 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_asymm_operate()