Lines Matching refs:dst_len

3031 			void *dst, uint64_t *dst_len)  in tee_svc_cipher_update_helper()  argument
3055 if (!dst_len) { in tee_svc_cipher_update_helper()
3063 res = get_user_u64_as_size_t(&dlen, dst_len); in tee_svc_cipher_update_helper()
3090 dst_len != NULL) { in tee_svc_cipher_update_helper()
3093 res2 = put_user_u64(dst_len, src_len); in tee_svc_cipher_update_helper()
3102 size_t src_len, void *dst, uint64_t *dst_len) in syscall_cipher_update() argument
3105 src, src_len, dst, dst_len); in syscall_cipher_update()
3109 size_t src_len, void *dst, uint64_t *dst_len) in syscall_cipher_final() argument
3112 src, src_len, dst, dst_len); in syscall_cipher_final()
3777 uint64_t *dst_len) in syscall_authenc_update_payload() argument
3804 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_authenc_update_payload()
3825 TEE_Result res2 = put_user_u64(dst_len, dlen); in syscall_authenc_update_payload()
3836 uint64_t *dst_len, void *tag, in syscall_authenc_enc_final() argument
3870 if (!dst_len) { in syscall_authenc_enc_final()
3873 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_authenc_enc_final()
3910 if (dst_len != NULL) { in syscall_authenc_enc_final()
3911 res2 = put_user_u64(dst_len, dlen); in syscall_authenc_enc_final()
3926 uint64_t *dst_len, const void *tag, size_t tag_len) in syscall_authenc_dec_final() argument
3958 if (!dst_len) { in syscall_authenc_dec_final()
3961 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_authenc_dec_final()
3989 dst_len != NULL) { in syscall_authenc_dec_final()
3990 TEE_Result res2 = put_user_u64(dst_len, dlen); in syscall_authenc_dec_final()
4023 void *dst_data, uint64_t *dst_len) in syscall_asymm_operate() argument
4052 res = get_user_u64_as_size_t(&dlen, dst_len); in syscall_asymm_operate()
4198 TEE_Result res2 = put_user_u64(dst_len, dlen); in syscall_asymm_operate()