Home
last modified time | relevance | path

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

12

/aoo42x/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch304 + * @slot: the pkcs slot
430 + * @slot: the pkcs#11 slot.
3753 + if( ctxDst->slot != NULL && ctxDst->slot != ctxSrc->slot ) {
4246 + ctx->slot = slot ;
4501 + if( slot != NULL && keySlot->slot != slot ) {
4510 + keySlot->slot = PK11_ReferenceSlot( slot ) ;
4526 + keySlot->slot = PK11_ReferenceSlot( slot ) ;
4590 + if( keySlot->slot != NULL && newKeySlot->slot != keySlot->slot ) {
4774 + slot = PK11_ReferenceSlot( slot ) ;
4777 + if( slot != NULL && PK11_NeedLogin( slot ) ) {
[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);
/aoo42x/main/sal/osl/unx/asm/
H A Dinterlck_sparc.s91 nop ! delay slot
114 nop ! delay slot
175 mov -4096, %o1 ! delay slot
182 mov %o1, %o0 ! delay slot
197 mov -4096, %o1 ! delay slot
202 st %o1, [%o0] ! delay slot
204 mov %o1, %o0 ! delay slot
232 nop ! delay slot
234 add %o2, 1, %o0 ! delay slot
258 nop ! delay slot
[all …]
/aoo42x/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()
/aoo42x/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 ) ;
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/graphite/
H A Dgraphite-2.3.1.patch585 - will be before the any actual line-break slot
589 + line-break slot
716 We are finished processing a slot; go on to the next slot, or possibly go backwards.
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
1002 // this slot will be ignored in the composite metrics
1297 So dislotOffset = 0 means not the slot at the read position but one slot earlier.
1350 // A slot stream is responsible for deleting the slot states that it created,
[all …]
/aoo42x/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 ) ;
/aoo42x/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.
/aoo42x/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
/aoo42x/main/idl/
H A DExecutable_svidl.mk57 idl/source/objects/slot \
/aoo42x/main/offapi/com/sun/star/xml/crypto/
H A DXXMLSecurityContext.idl60 * In xmlsec/nss, the first personal security environment should be the "internal slot"
/aoo42x/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
/aoo42x/main/sc/sdi/
H A Dcellsh.sdi48 …// no Exec/StateMethod needed, but SfxDispatcher complains if the slot is not included in the shel…
/aoo42x/main/boost/prj/
H A Dd.lst476 mkdir: %_DEST%\inc%_EXT%\boost\preprocessor\slot
477 mkdir: %_DEST%\inc%_EXT%\boost\preprocessor\slot\detail
1206 ..\%__SRC%\inc\boost\preprocessor\slot\* %_DEST%\inc%_EXT%\boost\preprocessor\slot
1207 ..\%__SRC%\inc\boost\preprocessor\slot\detail\* %_DEST%\inc%_EXT%\boost\preprocessor\slot\detail

Completed in 320 milliseconds

12