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

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_session.c 46 CK_RV PKCS11_EXPORT C_OpenSession(CK_SLOT_ID slotID, /* the slot's ID */
105 switch (slotID)
120 if ((slotID >= 0x00010000) && (slotID <= 0x0002FFFF))
125 nLoginData = (uint32_t)slotID & 0x0000FFFF;
128 /* Update the slotID for the system / PKCS11 service */
129 if ((slotID >= 0x00010000) && (slotID <= 0x0001FFFF))
132 slotID = 3; /* CKV_TOKEN_SYSTEM_GROUP */
134 else /* ((slotID >= 0x00020000) && (slotID <= 0x0002FFFF)) *
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c 46 CK_RV PKCS11_EXPORT C_OpenSession(CK_SLOT_ID slotID, /* the slot's ID */
105 switch (slotID)
120 if ((slotID >= 0x00010000) && (slotID <= 0x0002FFFF))
125 nLoginData = (uint32_t)slotID & 0x0000FFFF;
128 /* Update the slotID for the system / PKCS11 service */
129 if ((slotID >= 0x00010000) && (slotID <= 0x0001FFFF))
132 slotID = 3; /* CKV_TOKEN_SYSTEM_GROUP */
134 else /* ((slotID >= 0x00020000) && (slotID <= 0x0002FFFF)) *
    [all...]
  /device/asus/grouper/keymaster/
pkcs11.h 109 CK_SLOT_ID slotID;
384 CK_SLOT_ID slotID,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
pkcs11.h 109 CK_SLOT_ID slotID;
384 CK_SLOT_ID slotID,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h 109 CK_SLOT_ID slotID;
384 CK_SLOT_ID slotID,
  /hardware/ti/omap4-aah/security/tf_sdk/include/
pkcs11.h 109 CK_SLOT_ID slotID;
384 CK_SLOT_ID slotID,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 109 CK_SLOT_ID slotID;
384 CK_SLOT_ID slotID,
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 1027 wordID slotID;
1048 slotID = wordmap_find_rule_index(impl->ilabels, veslot);
1049 if (slotID == MAXwordID)
1051 PLogError(L("ESR_NO_MATCH_ERROR: Could not find slotID in wordmap %s"), _slot);
1054 wdID = wordmap_find_index_in_rule(impl->ilabels, word, slotID);
1057 PLogError(L("ESR_NO_MATCH_ERROR: Could not find wordID/slotID in wordmap %s/%d"), word, slotID);
1071 token = arc_tokens_find_ilabel(impl->arc_token_list, impl->arcs_for_slot[slotID], wdID);
1087 token = impl->arcs_for_slot[slotID];
1184 wordID slotid; local
    [all...]

Completed in 85 milliseconds