/trunk/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 304 + * @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 D | xmlsec1-nssmangleciphers.patch | 338 - 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 D | interlck_sparc.s | 91 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 …]
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 128 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, ¶m, 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 D | certmngr.cxx | 70 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 D | signer.cxx | 76 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 D | encrypter.cxx | 78 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 D | decrypter.cxx | 81 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 D | verifier.cxx | 79 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 D | helper.cxx | 247 PK11SlotInfo *slot , in PriPK11PasswordFunc() argument
|
H A D | helper.hxx | 235 char* PriPK11PasswordFunc( PK11SlotInfo *slot , PRBool retry , void* arg ) ;
|
/trunk/main/bridges/source/cpp_uno/shared/ |
H A D | vtables.cxx | 88 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 D | decrypter.cxx | 80 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 D | graphite-2.3.1.patch | 585 - 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 …]
|
/trunk/main/xmlsecurity/source/xmlsec/nss/ |
H A D | securityenvironment_nssimpl.cxx | 476 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 D | nssinitializer.cxx | 142 PK11SlotInfo *slot = module->slots[i]; in deleteRootsModule() local 143 if (PK11_IsPresent(slot)) in deleteRootsModule() 145 if (PK11_HasRootCerts(slot)) in deleteRootsModule()
|
H A D | xmlsecuritycontext_nssimpl.cxx | 153 PK11SlotInfo* slot ; 191 m_pKeysMngr = xmlSecNssAppliedKeysMngrCreate( slot , handler ) ;
|
/trunk/main/svx/sdi/ |
H A D | fmslots.sdi | 554 // 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 D | svxids.hrc | 1211 #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 D | Executable_svidl.mk | 57 idl/source/objects/slot \
|
/trunk/main/offapi/com/sun/star/xml/crypto/ |
H A D | XXMLSecurityContext.idl | 60 * In xmlsec/nss, the first personal security environment should be the "internal slot"
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XSessionManagerClient.idl | 62 /** queryInteraction issues a request for a user interaction slot
|
H A D | XComponentLoader.idl | 70 Other special protocols (e.g. "slot:", ".uno") are not allowed and raise
|
/trunk/main/sc/sdi/ |
H A D | cellsh.sdi | 48 …// no Exec/StateMethod needed, but SfxDispatcher complains if the slot is not included in the shel…
|
/trunk/main/boost/prj/ |
H A D | d.lst | 476 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
|