Home
last modified time | relevance | path

Searched refs:symSlot (Results 1 – 2 of 2) sorted by relevance

/dports/security/pidgin-encryption/pidgin-encryption-3.1/
H A Drsa_nss.c322 PK11SlotInfo *symSlot;
340 symSlot = PK11_GetBestSlot(SymEncryptionType, NULL);
341 g_assert(symSlot != 0);
346 symKey = PK11_ImportSymKey(symSlot, PK11_GetKeyGen(SymEncryptionType),
354 errCode = PK11_WrapPrivKey(symSlot, symKey, priv, SymEncryptionType, iv,
469 PK11SlotInfo *symSlot;
585 symSlot = PK11_GetBestSlot(SymEncryptionType, NULL);
586 g_assert(symSlot != 0);
591 symKey = PK11_ImportSymKey(symSlot, PK11_GetKeyGen(SymEncryptionType),
609 PK11_UnwrapPrivKey(symSlot, symKey, SymEncryptionType, iv,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/primitives/
H A Dprim_QObject.cpp485 PyrSymbol* symSlot = slotRawSymbol(a + 2); variable
490 … QStringLiteral("CONNECT TO SLOT: %1 -> %2").arg(symSig->name).arg(symSlot->name));
493 QString strSlot = QStringLiteral("1") + symSlot->name;
512 .arg(symSlot->name));