Searched refs:slotID (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DViewSnapshotStore.mm147 PassRefPtr<ViewSnapshot> ViewSnapshot::create(uint32_t slotID, IntSize size, size_t imageSizeInBytes)
149 return adoptRef(new ViewSnapshot(slotID, size, imageSizeInBytes));
157 ViewSnapshot::ViewSnapshot(uint32_t slotID, IntSize size, size_t imageSizeInBytes)
158 : m_slotID(slotID)
H A DViewSnapshotStore.h67 static PassRefPtr<ViewSnapshot> create(uint32_t slotID, WebCore::IntSize, size_t imageSizeInBytes);
95 explicit ViewSnapshot(uint32_t slotID, WebCore::IntSize, size_t imageSizeInBytes);
/macosx-10.10.1/bind9-45.101/bind9/bin/pkcs11/include/
H A Dpkcs11f.h86 CK_SLOT_ID slotID, /* the ID of the slot */
97 CK_SLOT_ID slotID, /* ID of the token's slot */
108 CK_SLOT_ID slotID, /* ID of token's slot */
120 CK_SLOT_ID slotID, /* ID of the token's slot */
132 CK_SLOT_ID slotID, /* ID of the token's slot */
172 CK_SLOT_ID slotID, /* the slot's ID */
195 CK_SLOT_ID slotID /* the token's slot */
H A Dpkcs11t.h302 CK_SLOT_ID slotID; member in struct:CK_SESSION_INFO
/macosx-10.10.1/bind9-45.101/bind9/bin/pkcs11/unix/
H A Dunix.c78 C_OpenSession(CK_SLOT_ID slotID,
87 C_OpenSession(CK_SLOT_ID slotID, argument
104 return (*sym)(slotID, flags, pApplication, Notify, phSession);
/macosx-10.10.1/bind9-45.101/bind9/bin/pkcs11/win32/
H A Dwin32.c180 C_OpenSession(CK_SLOT_ID slotID, argument
197 return (*sym)(slotID, flags, pApplication, Notify, phSession);
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dsoftp11.c986 C_GetSlotInfo(CK_SLOT_ID slotID, argument
990 st_logf("GetSlotInfo: slot: %d : %s\n", (int)slotID, has_session());
994 if (slotID != 1)
1017 C_GetTokenInfo(CK_SLOT_ID slotID, argument
1070 C_GetMechanismList(CK_SLOT_ID slotID, argument
1086 C_GetMechanismInfo(CK_SLOT_ID slotID, argument
1092 (int)slotID, (int)type);
1099 C_InitToken(CK_SLOT_ID slotID, argument
1105 st_logf("InitToken: slot %d\n", (int)slotID);
1110 C_OpenSession(CK_SLOT_ID slotID, argument
1157 C_CloseAllSessions(CK_SLOT_ID slotID) argument
[all...]
/macosx-10.10.1/ppp-786.1.1/Authenticators/DSAuthentication/
H A Dmain.c487 const char *slotID; local
526 slotID = ptr + 1; // skip the ';' as well
527 slotIDSize = comma - slotID;
571 // DSAuth_hex_print("PWS ID", slotID, slotIDSize);
574 // 4 byte length & slotID
577 memcpy(ptr, slotID, slotIDSize);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c1194 CK_SLOT_ID slotID; local
1231 slotID = 0; /* CA and trust objects use slot 0 */
1232 PR_snprintf( tmpslotname, sizeof(tmpslotname), TLSM_PEM_TOKEN_FMT, slotID );
1238 slotID = 0;
1240 slotID = ++tlsm_slot_count;
1242 ctx->tc_slotname = PR_smprintf( TLSM_PEM_TOKEN_FMT, slotID );
1304 CK_SLOT_ID slotID; local
1337 slotID = ++tlsm_slot_count;
1338 ctx->tc_slotname = PR_smprintf( TLSM_PEM_TOKEN_FMT, slotID );
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm943 uint32_t slotID = [WebKit::ViewSnapshotStore::snapshottingContext() createImageSlot:snapshotSize hasAlpha:YES];
945 if (!slotID)
949 CARenderServerCaptureLayerWithTransform(MACH_PORT_NULL, self.layer.context.contextId, (uint64_t)self.layer, slotID, 0, 0, &transform);
952 return WebKit::ViewSnapshot::create(slotID, imageSize, imageSize.width() * imageSize.height() * 4);
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/ref/
H A Dpkcs11.h140 #define slot_id slotID
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dpkcs11.h140 #define slot_id slotID

Completed in 301 milliseconds