Home
last modified time | relevance | path

Searched refs:slotID (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_session.c46 CK_RV PKCS11_EXPORT C_OpenSession(CK_SLOT_ID slotID, /* the slot's ID */ in C_OpenSession() argument
105 switch (slotID) in C_OpenSession()
120 if ((slotID >= 0x00010000) && (slotID <= 0x0002FFFF)) in C_OpenSession()
125 nLoginData = (uint32_t)slotID & 0x0000FFFF; in C_OpenSession()
129 if ((slotID >= 0x00010000) && (slotID <= 0x0001FFFF)) in C_OpenSession()
132 slotID = 3; /* CKV_TOKEN_SYSTEM_GROUP */ in C_OpenSession()
137 slotID = 0x4014; /* CKV_TOKEN_USER_GROUP */ in C_OpenSession()
200 sOperation.params[0].value.a = slotID; in C_OpenSession()
/hardware/ti/omap4-aah/security/tf_crypto_sst/
Dpkcs11_session.c46 CK_RV PKCS11_EXPORT C_OpenSession(CK_SLOT_ID slotID, /* the slot's ID */ in C_OpenSession() argument
105 switch (slotID) in C_OpenSession()
120 if ((slotID >= 0x00010000) && (slotID <= 0x0002FFFF)) in C_OpenSession()
125 nLoginData = (uint32_t)slotID & 0x0000FFFF; in C_OpenSession()
129 if ((slotID >= 0x00010000) && (slotID <= 0x0001FFFF)) in C_OpenSession()
132 slotID = 3; /* CKV_TOKEN_SYSTEM_GROUP */ in C_OpenSession()
137 slotID = 0x4014; /* CKV_TOKEN_USER_GROUP */ in C_OpenSession()
200 sOperation.params[0].value.a = slotID; in C_OpenSession()
/hardware/ti/omap4-aah/security/tf_sdk/include/
Dpkcs11.h109 CK_SLOT_ID slotID; member
384 CK_SLOT_ID slotID,
/hardware/ti/omap4xxx/security/tf_sdk/include/
Dpkcs11.h109 CK_SLOT_ID slotID; member
384 CK_SLOT_ID slotID,