Searched refs:CK_OBJECT_HANDLE (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4-aah/security/tf_sdk/include/ |
D | pkcs11.h | 120 typedef CK_ULONG CK_OBJECT_HANDLE, *CK_OBJECT_HANDLE_PTR; typedef 406 CK_OBJECT_HANDLE* phObject); 410 CK_OBJECT_HANDLE hObject); 414 CK_OBJECT_HANDLE hObject, 425 CK_OBJECT_HANDLE* phObject, 435 CK_OBJECT_HANDLE hKey); 459 CK_OBJECT_HANDLE hKey); 504 CK_OBJECT_HANDLE hKey); 526 CK_OBJECT_HANDLE hKey); 550 CK_OBJECT_HANDLE* phKey); [all …]
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | pkcs11.h | 120 typedef CK_ULONG CK_OBJECT_HANDLE, *CK_OBJECT_HANDLE_PTR; typedef 406 CK_OBJECT_HANDLE* phObject); 410 CK_OBJECT_HANDLE hObject); 414 CK_OBJECT_HANDLE hObject, 425 CK_OBJECT_HANDLE* phObject, 435 CK_OBJECT_HANDLE hKey); 459 CK_OBJECT_HANDLE hKey); 504 CK_OBJECT_HANDLE hKey); 526 CK_OBJECT_HANDLE hKey); 550 CK_OBJECT_HANDLE* phKey); [all …]
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | pkcs11_object.c | 258 CK_OBJECT_HANDLE hKey) in static_C_CallInit() 655 CK_OBJECT_HANDLE* phObject) /* receives new object's handle. */ in C_CreateObject() 713 CK_OBJECT_HANDLE hObject) /* the object's handle */ in C_DestroyObject() 744 CK_OBJECT_HANDLE hObject, /* the object's handle */ in C_GetAttributeValue() 856 CK_OBJECT_HANDLE* phObject, /* receives object handle array */ in C_FindObjects() 998 CK_OBJECT_HANDLE hKey) /* handle of the signature key */ in C_SignInit() 1060 CK_OBJECT_HANDLE hKey) /* handle of encryption key */ in C_EncryptInit() 1127 CK_OBJECT_HANDLE hKey) /* handle of the decryption key */ in C_DecryptInit() 1195 CK_OBJECT_HANDLE* phKey) /* receives handle of new key */ in C_GenerateKey() 1258 CK_OBJECT_HANDLE* phPublicKey, /* gets pub. key handle */ in C_GenerateKeyPair() [all …]
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
D | pkcs11_object.c | 255 CK_OBJECT_HANDLE hKey) in static_C_CallInit() 652 CK_OBJECT_HANDLE* phObject) /* receives new object's handle. */ in C_CreateObject() 710 CK_OBJECT_HANDLE hObject) /* the object's handle */ in C_DestroyObject() 741 CK_OBJECT_HANDLE hObject, /* the object's handle */ in C_GetAttributeValue() 853 CK_OBJECT_HANDLE* phObject, /* receives object handle array */ in C_FindObjects() 995 CK_OBJECT_HANDLE hKey) /* handle of the signature key */ in C_SignInit() 1057 CK_OBJECT_HANDLE hKey) /* handle of encryption key */ in C_EncryptInit() 1124 CK_OBJECT_HANDLE hKey) /* handle of the decryption key */ in C_DecryptInit() 1192 CK_OBJECT_HANDLE* phKey) /* receives handle of new key */ in C_GenerateKey() 1255 CK_OBJECT_HANDLE* phPublicKey, /* gets pub. key handle */ in C_GenerateKeyPair() [all …]
|