HomeSort by relevance Sort by last modified time
    Searched full:slotlist (Results 1 - 2 of 2) sorted by null

  /external/openssh/
ssh-pkcs11.c 55 CK_SLOT_ID *slotlist; member in struct:pkcs11_provider
123 xfree(p->slotlist);
363 if ((rv = f->C_OpenSession(p->slotlist[slotidx], CKF_RW_SESSION|
543 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
544 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
554 if ((rv = f->C_GetTokenInfo(p->slotlist[i], token))
582 if (p->slotlist)
583 xfree(p->slotlist);
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 133 const uint32_t *slotList = ME->getObjectSlotList();
135 printf("objectSlotList[%u]: %u\n", i, slotList[i]);

Completed in 1619 milliseconds