Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_object.c1195 CK_OBJECT_HANDLE* phKey) /* receives handle of new key */ in C_GenerateKey() argument
1206 if ((pMechanism == NULL) || (phKey == NULL) || (pTemplate == NULL)) in C_GenerateKey()
1246 *phKey = sOperation.params[0].value.a; in C_GenerateKey()
1324 CK_OBJECT_HANDLE* phKey) /* gets new handle */ in C_DeriveKey() argument
1335 if ((pMechanism == NULL) || (pTemplate == NULL) || (phKey == NULL)) in C_DeriveKey()
1375 *phKey = sOperation.params[0].value.a; in C_DeriveKey()
/hardware/ti/omap4xxx/security/tf_sdk/include/
Dpkcs11.h550 CK_OBJECT_HANDLE* phKey);
568 CK_OBJECT_HANDLE* phKey);