Searched refs:TEE_Attribute (Results 1 - 3 of 3) sorted by relevance
/interface/sdk_c/tee/include/ |
H A D | tee_object_api.h | 141 * @brief Obtains a buffer attribute from the <b>TEE_Attribute</b> struct of the object pointed 144 * The members in the <b>TEE_Attribute</b> struct must be <b>ref</b>. If the <b>TEE_Attribute</b> is private, 154 * @return Returns <b>TEE_ERROR_ITEM_NOT_FOUND</b> if the <b>TEE_Attribute</b> cannot be found in the object 164 * @brief Obtains a value attribute from the <b>TEE_Attribute</b> of an object. 166 * The members of the <b>TEE_Attribute</b> struct must be values. If the <b>TEE_Attribute</b> is private, 176 * @return Returns <b>TEE_ERROR_ITEM_NOT_FOUND</b> if the <b>TEE_Attribute</b> cannot be found in the object 178 * @return Returns <b>TEE_ERROR_ACCESS_DENIED</b> if <b>TEE_Attribute</b> is private 248 * @param attrs Indicates the pointer to an array of object attributes, which can be one or more <b>TEE_Attribute</ [all...] |
H A D | tee_crypto_api.h | 823 void TEE_DeriveKey(TEE_OperationHandle operation, const TEE_Attribute *params, uint32_t paramCount, 943 TEE_Result TEE_AsymmetricEncrypt(TEE_OperationHandle operation, const TEE_Attribute *params, uint32_t paramCount, 964 TEE_Result TEE_AsymmetricDecrypt(TEE_OperationHandle operation, const TEE_Attribute *params, uint32_t paramCount, 985 TEE_Result TEE_AsymmetricSignDigest(TEE_OperationHandle operation, const TEE_Attribute *params, uint32_t paramCount, 1006 TEE_Result TEE_AsymmetricVerifyDigest(TEE_OperationHandle operation, const TEE_Attribute *params, uint32_t paramCount,
|
H A D | tee_defines.h | 178 } TEE_Attribute; typedef 281 TEE_Attribute *Attribute;
|
Completed in 4 milliseconds