/external/tpm2/ |
Handle.c | 85 TPML_HANDLE *handleList // OUT: list of handle 92 handleList->count = 0; 99 if(handleList->count < count) 103 handleList->handle[handleList->count] = i; 104 handleList->count++;
|
Handle_fp.h | 15 TPML_HANDLE *handleList // OUT: list of handle
|
Session_fp.h | 14 TPML_HANDLE *handleList // OUT: list of handle 20 TPML_HANDLE *handleList // OUT: list of handle
|
Session.c | 696 TPML_HANDLE *handleList // OUT: list of handle 703 handleList->count = 0; 715 if(handleList->count < count) 725 handleList->handle[handleList->count] = handle; 726 handleList->count++; 756 TPML_HANDLE *handleList // OUT: list of handle 763 handleList->count = 0; 775 if(handleList->count < count) 779 handleList->handle[handleList->count] = i + HMAC_SESSION_FIRST [all...] |
NV_fp.h | 53 TPML_HANDLE *handleList // OUT: list of handle 58 TPML_HANDLE *handleList // OUT: list of handle
|
NV.c | [all...] |
PCR_fp.h | 46 TPML_HANDLE *handleList // OUT: list of handle
|
Object.c | 839 TPML_HANDLE *handleList // OUT: list of handle 846 handleList->count = 0; 856 if(handleList->count < count) 860 handleList->handle[handleList->count] = i + TRANSIENT_FIRST; 861 handleList->count++;
|
Object_fp.h | 14 TPML_HANDLE *handleList // OUT: list of handle
|
PCR.c | [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc.cpp | 380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, 391 handleList[listSize] = handleToAdd; 408 ScopedLocalRef<jintArray>* handleList, 504 if (handleList != NULL) { 505 handleList->reset(e->NewIntArray(index)); 506 e->SetIntArrayRegion(handleList->get(), 0, index, handles);
|
com_android_nfc.h | 247 ScopedLocalRef<jintArray>* handleList,
|
com_android_nfc_NativeNfcManager.cpp | [all...] |
/packages/apps/Nfc/nci/jni/ |
NfcTag.cpp | 642 ScopedLocalRef<jintArray> handleList(e, e->NewIntArray(mNumTechList)); 647 ScopedIntArrayRW handles(e, handleList.get()); 664 e->SetObjectField(tag, f, handleList.get()); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | [all...] |