Home
last modified time | relevance | path

Searched refs:int_slot (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/pk11wrap/
H A Dpk11slot.c1261 if (int_slot) { in PK11_InitToken()
1271 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1272 PK11_GETTAB(int_slot) in PK11_InitToken()
1275 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1280 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1281 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1283 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1290 PK11_FreeSlot(int_slot); in PK11_InitToken()
1634 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1641 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1302 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1304 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1305 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1313 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1317 if (int_slot) in PK11_UnwrapPrivKey()
1318 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1361 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1363 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1368 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1264 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1267 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1268 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1274 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1280 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1282 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11slot.c1285 if (int_slot) { in PK11_InitToken()
1295 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1296 PK11_GETTAB(int_slot) in PK11_InitToken()
1299 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1304 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1305 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1307 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1314 PK11_FreeSlot(int_slot); in PK11_InitToken()
1660 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1667 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1309 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1311 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1312 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1320 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1324 if (int_slot) in PK11_UnwrapPrivKey()
1325 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1368 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1370 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1375 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1273 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1276 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1277 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1283 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1289 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1291 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11slot.c1395 if (int_slot) { in PK11_InitToken()
1405 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1406 PK11_GETTAB(int_slot) in PK11_InitToken()
1409 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1414 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1415 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1417 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1424 PK11_FreeSlot(int_slot); in PK11_InitToken()
1773 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1780 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1312 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1314 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1315 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1323 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1328 if (int_slot) in PK11_UnwrapPrivKey()
1329 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1371 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1373 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1378 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1275 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1278 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1279 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1285 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1291 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1293 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dpk11slot.c1395 if (int_slot) { in PK11_InitToken()
1405 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1406 PK11_GETTAB(int_slot) in PK11_InitToken()
1409 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1414 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1415 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1417 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1424 PK11_FreeSlot(int_slot); in PK11_InitToken()
1773 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1780 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1312 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1314 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1315 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1323 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1328 if (int_slot) in PK11_UnwrapPrivKey()
1329 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1371 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1373 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1378 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1275 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1278 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1279 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1285 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1291 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1293 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dpk11slot.c1381 if (int_slot) { in PK11_InitToken()
1391 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1392 PK11_GETTAB(int_slot) in PK11_InitToken()
1395 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1400 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1401 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1403 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1410 PK11_FreeSlot(int_slot); in PK11_InitToken()
1756 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1763 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1312 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1314 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1315 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1323 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1328 if (int_slot) in PK11_UnwrapPrivKey()
1329 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1371 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1373 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1378 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1275 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1278 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1279 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1285 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1291 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1293 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/security/nss/nss-3.76.1/nss/lib/pk11wrap/
H A Dpk11slot.c1395 if (int_slot) { in PK11_InitToken()
1405 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1406 PK11_GETTAB(int_slot) in PK11_InitToken()
1409 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1414 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1415 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1417 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1424 PK11_FreeSlot(int_slot); in PK11_InitToken()
1773 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1780 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1312 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1314 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1315 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1323 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1328 if (int_slot) in PK11_UnwrapPrivKey()
1329 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1371 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1373 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1378 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1275 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1278 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1279 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1285 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1291 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1293 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11slot.c1395 if (int_slot) { in PK11_InitToken()
1405 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1406 PK11_GETTAB(int_slot) in PK11_InitToken()
1409 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1414 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1415 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1417 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1424 PK11_FreeSlot(int_slot); in PK11_InitToken()
1773 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1780 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1312 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1314 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1315 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1323 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1328 if (int_slot) in PK11_UnwrapPrivKey()
1329 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1371 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1373 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1378 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1275 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1278 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1279 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1285 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1291 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1293 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dpk11slot.c1379 if (int_slot) { in PK11_InitToken()
1389 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1390 PK11_GETTAB(int_slot) in PK11_InitToken()
1393 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1398 PK11_EnterSlotMonitor(int_slot); in PK11_InitToken()
1399 crv = PK11_GETTAB(int_slot)->C_GenerateRandom(int_slot->session, in PK11_InitToken()
1401 PK11_ExitSlotMonitor(int_slot); in PK11_InitToken()
1408 PK11_FreeSlot(int_slot); in PK11_InitToken()
1754 PK11SlotInfo *int_slot; in PK11_IsInternalKeySlot() local
1761 int_slot = PK11_GetInternalKeySlot(); in PK11_IsInternalKeySlot()
[all …]
H A Dpk11obj.c1311 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_UnwrapPrivKey() local
1313 if (int_slot && (slot != int_slot)) { in PK11_UnwrapPrivKey()
1314 SECKEYPrivateKey *privKey = PK11_UnwrapPrivKey(int_slot, in PK11_UnwrapPrivKey()
1322 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1326 if (int_slot) in PK11_UnwrapPrivKey()
1327 PK11_FreeSlot(int_slot); in PK11_UnwrapPrivKey()
1370 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_WrapPrivKey() local
1372 privSlot = int_slot; /* The private key has a new home */ in PK11_WrapPrivKey()
1377 PK11_FreeSlot(int_slot); in PK11_WrapPrivKey()
H A Dpk11akey.c1273 PK11SlotInfo *int_slot = PK11_GetInternalSlot(); in PK11_GenerateKeyPairWithOpFlags() local
1276 if (slot == int_slot) { in PK11_GenerateKeyPairWithOpFlags()
1277 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
1283 if (int_slot == NULL) { in PK11_GenerateKeyPairWithOpFlags()
1289 privKey = PK11_GenerateKeyPair(int_slot, type, param, pubKey, PR_FALSE, in PK11_GenerateKeyPairWithOpFlags()
1291 PK11_FreeSlot(int_slot); in PK11_GenerateKeyPairWithOpFlags()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxWindowIDRef.cpp521 {(void *)slot_wxWindowIDRef___int__, int_slot},

12