Samsung Internal API reference  2.0
tees_kdf.h File Reference

KDF API. More...

Go to the source code of this file.

Functions

TEE_Result TEES_DeriveKeyKDF (const void *label, uint32_t labelLen, const void *context, uint32_t contextLen, uint32_t outputKeyLen, TEE_ObjectHandle object)
 Key Derivation Function(KDF) based on device key. Internal implementation of KDF depends on the chipset. More...
 
TEE_Result TEES_DeriveKeySetKDF (const void *label, uint32_t labelLen, const void *context, uint32_t contextLen, uint32_t outputKeyLen, TEE_ObjectHandle object)
 Key Derivation Function(KDF) based on device key. This function returns the same kay for the set of TAs of the same authority. Internal implementation of KDF depends on the chipset. More...
 

Detailed Description

KDF API.