Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch302 + * Internal NSS key slot data
303 + * @mechanismList: the mechanisms that the slot bound with.
304 + * @slot: the pkcs slot
313 + PK11SlotInfo* slot ;
342 + PK11SlotInfo* slot
348 + PK11SlotInfo* slot
396 + * A PKCS#11 slot repository will be defined internally. From the
397 + * repository, a user can specify a particular slot for a certain crypto
407 + * Initialize NSS pkcs#11 slot repository
414 + * Shutdown and destroy NSS pkcs#11 slot repository
[all …]
H A Dxmlsec1-nssmangleciphers.patch338 - PK11SlotInfo* slot;
453 - slot = PK11_GetBestSlot(ctx->cipher, NULL);
454 - if(slot == NULL) {
466 - symKey = PK11_ImportSymKey(slot, ctx->cipher, PK11_OriginDerive,
478 - PK11_FreeSlot(slot);
495 - PK11_FreeSlot(slot);
503 - PK11_FreeSlot(slot);
/trunk/main/sal/osl/unx/asm/
H A Dinterlck_sparc.s91 nop ! delay slot
114 nop ! delay slot
135 nop ! delay slot
175 mov -4096, %o1 ! delay slot
179 inc %o1 ! delay slot, if we got spinlock, increment count
182 mov %o1, %o0 ! delay slot
197 mov -4096, %o1 ! delay slot
201 dec %o1 ! delay slot, if we got spinlock, decrement count
202 st %o1, [%o0] ! delay slot
204 mov %o1, %o0 ! delay slot
[all …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx128 bridges::cpp_uno::shared::VtableSlot slot, in call() argument
150 proxy->getCppI()) + slot.offset; in call()
329 (*thisPtr)[slot.index + 2], stack, in call()
409 VtableSlot slot( in unoInterfaceProxyDispatch() local
417 proxy, slot, in unoInterfaceProxyDispatch()
434 slot.index += 1; in unoInterfaceProxyDispatch()
435 call(proxy, slot, rtd, 1, &param, pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()
442 VtableSlot slot( in unoInterfaceProxyDispatch() local
447 switch (slot.index) { in unoInterfaceProxyDispatch()
485 proxy, slot, in unoInterfaceProxyDispatch()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dcertmngr.cxx70 PK11SlotInfo* slot ; in main() local
78 slot = NULL ; in main()
89 slot = PK11_GetInternalKeySlot() ; in main()
91 if( PK11_NeedLogin( slot ) ) { in main()
92 SECStatus nRet = PK11_Authenticate( slot, PR_TRUE, NULL ); in main()
133 pSecEnv->setCryptoSlot( slot ) ; in main()
175 if( slot != NULL ) in main()
176 PK11_FreeSlot( slot ) ; in main()
H A Dsigner.cxx76 PK11SlotInfo* slot ; in main() local
94 slot = NULL ; in main()
120 slot = PK11_GetInternalKeySlot() ; in main()
122 if( PK11_NeedLogin( slot ) ) { in main()
123 SECStatus nRet = PK11_Authenticate( slot, PR_TRUE, NULL ); in main()
292 pSecEnv->setCryptoSlot( slot ) ; in main()
350 if( slot != NULL ) in main()
351 PK11_FreeSlot( slot ) ; in main()
H A Dencrypter.cxx78 PK11SlotInfo* slot = NULL ; in main() local
109 slot = PK11_GetInternalKeySlot() ; in main()
111 symKey = PK11_KeyGen( slot , CKM_DES3_CBC, NULL, 128, NULL ) ; in main()
233 pSecEnv->setCryptoSlot( slot ) ; in main()
291 if( slot != NULL ) in main()
292 PK11_FreeSlot( slot ) ; in main()
H A Ddecrypter.cxx81 PK11SlotInfo* slot = NULL ; in main() local
113 slot = PK11_GetInternalKeySlot() ; in main()
199 pSecEnv->setCryptoSlot( slot ) ; in main()
254 if( slot != NULL ) in main()
255 PK11_FreeSlot( slot ) ; in main()
H A Dverifier.cxx79 PK11SlotInfo* slot = NULL ; in main() local
115 slot = PK11_GetInternalKeySlot() ; in main()
276 pSecEnv->setCryptoSlot( slot ) ; in main()
322 if( slot != NULL ) in main()
323 PK11_FreeSlot( slot ) ; in main()
H A Dhelper.cxx247 PK11SlotInfo *slot , in PriPK11PasswordFunc() argument
H A Dhelper.hxx235 char* PriPK11PasswordFunc( PK11SlotInfo *slot , PRBool retry , void* arg ) ;
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtables.cxx88 bridges::cpp_uno::shared::VtableSlot slot; in doGetVtableSlot() local
89 slot.offset = 0; in doGetVtableSlot()
94 slot.offset += getVtableCount(member->pInterface->ppBaseTypes[i]); in doGetVtableSlot()
106 slot.index in doGetVtableSlot()
113 return slot; in doGetVtableSlot()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Ddecrypter.cxx80 PK11SlotInfo* slot = NULL ; in main() local
112 slot = PK11_GetInternalKeySlot() ; in main()
198 pSecEnv->setCryptoSlot( slot ) ; in main()
253 if( slot != NULL ) in main()
254 PK11_FreeSlot( slot ) ; in main()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch583 - @param pislotFinalBreak - return the index of the final slot, when we are removing
585 - will be before the any actual line-break slot
586 + @param pislotFinalBreak - index of the final slot (LB or actual glyph), or -1;
589 + line-break slot
716 We are finished processing a slot; go on to the next slot, or possibly go backwards.
773 and its after-assoc to the slot before it. This makes it basically unselectable.
774 OBSOLETE - handled by slot initialization code
790 @param fInserting - whether current slot was inserted
952 Calculate the composite metrics for this slot.
956 + get the slot from the following (output) stream
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx476 pSlot = soltEle->slot ; in updateSlots()
528 PK11SlotInfo *slot = *is; in getPersonalCertificates() local
532 if( PK11_NeedLogin(slot ) ) { in getPersonalCertificates()
533 SECStatus nRet = PK11_Authenticate(slot, PR_TRUE, NULL); in getPersonalCertificates()
542 priKeyList = PK11_ListPrivateKeysInSlot(slot) ; in getPersonalCertificates()
1043 if (cert->slot != NULL) in getCertificateCharacters()
1045 priKey = PK11_FindPrivateKeyFromCert( cert->slot, ( CERTCertificate* )cert, NULL ) ; in getCertificateCharacters()
H A Dnssinitializer.cxx142 PK11SlotInfo *slot = module->slots[i]; in deleteRootsModule() local
143 if (PK11_IsPresent(slot)) in deleteRootsModule()
145 if (PK11_HasRootCerts(slot)) in deleteRootsModule()
H A Dxmlsecuritycontext_nssimpl.cxx153 PK11SlotInfo* slot ;
191 m_pKeysMngr = xmlSecNssAppliedKeysMngrCreate( slot , handler ) ;
/trunk/main/svx/sdi/
H A Dfmslots.sdi554 // slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used
557 // which is responsible for this slot.
/trunk/main/svx/inc/svx/
H A Dsvxids.hrc1211 #define SID_SW_FOLLOW_TEXT_FLOW ( SID_SVX_START + 991 ) /* #i18732# - slot-…
1230 #define SID_SW_WRAP_INFLUENCE_ON_OBJPOS ( SID_SVX_START + 1012 ) /* #i28701# - slot
1313 // 1092: CAUTION! This slot looks free, butr it is used by SID_ATTR_PARA_OUTLINE_LEVEL in
1352 // IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
1356 // Overflow check for slot IDs
/trunk/main/idl/
H A DExecutable_svidl.mk57 idl/source/objects/slot \
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLSecurityContext.idl60 * In xmlsec/nss, the first personal security environment should be the "internal slot"
/trunk/main/offapi/com/sun/star/frame/
H A DXSessionManagerClient.idl62 /** queryInteraction issues a request for a user interaction slot
H A DXComponentLoader.idl70 Other special protocols (e.g. "slot:", ".uno") are not allowed and raise
/trunk/main/sc/sdi/
H A Dcellsh.sdi48 …// no Exec/StateMethod needed, but SfxDispatcher complains if the slot is not included in the shell
/trunk/main/sfx2/inc/sfx2/
H A Dsfxsids.hrc842 // slot IDs from SVX (svxids.hrc) ---------------------------------------------

12