HomeSort by relevance Sort by last modified time
    Searched refs:ObjectHandle (Results 1 - 5 of 5) sorted by null

  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 154 class ObjectHandle {
156 ObjectHandle(const CryptoSession* session, CK_OBJECT_HANDLE handle = CK_INVALID_HANDLE) :
160 ~ObjectHandle() {
266 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
299 const size_t keyBlobLength, ObjectHandle* public_key, ObjectHandle* private_key) {
398 ObjectHandle publicKey(&session, hPublicKey);
399 ObjectHandle privateKey(&session, hPrivateKey);
484 ObjectHandle publicKey(&session, hPublicKey);
602 ObjectHandle privateKey(&session, hPrivateKey)
    [all...]
  /external/libmtp/src/
libmtp.c 171 uint32_t const objecthandle,
    [all...]
ptp-pack.c 994 packedobjecthandles[noitems]=propitr->ObjectHandle;
1038 return px->ObjectHandle - py->ObjectHandle;
1066 props[i].ObjectHandle = dtoh32a(data);
    [all...]
ptp.h     [all...]
ptp.c 602 * associationOH - ObjectHandle of Association for
653 * associationOH - ObjectHandle of Association for
882 * uint32_t* parenthandle - Parent ObjectHandle on responder
891 * uint32_t* parenthandle- Responder Parent ObjectHandle
893 * uint32_t* handle - Responder's reserved ObjectHandle
1061 * uint32_t* parenthandle - Parent ObjectHandle on responder
1070 * uint32_t* parenthandle- Responder Parent ObjectHandle
1072 * uint32_t* handle - Responder's reserved ObjectHandle
1270 * uint32_t handle - ObjectHandle
    [all...]

Completed in 49 milliseconds