Lines Matching +full:- +full:t0
1 /* SPDX-License-Identifier: BSD-2-Clause */
24 * is to set __OPTEE_CORE_API_COMPAT_1_1, but that's an OP-TEE extension.
29 * extensions. With this, in OP-TEE, extensions and new API that doesn't
60 * For backwards compatibility with v1.1 as provided by up to OP-TEE
77 * platforms where size_t is a 64-bit unsigned integer.
310 * These are used in the OP-TEE ABI, due to an inconsistency in the v1.1
314 * "Table 6-12: Structure of Algorithm Identifier"
317 * "Table 6-11: List of Algorithm Identifiers" defines
321 * to conform to table 6-12.
458 * mistake the wrong values for these two. OP-TEE recognizes these two as
486 * Be careful with GPD TEE Internal API specification v1.0 where table 6-12
675 #define TEE_PARAM_TYPES(t0,t1,t2,t3) \ argument
676 ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
680 * parameter from paramTypes if you need more fine-grained type checking.