Home
last modified time | relevance | path

Searched refs:mSlot (Results 1 – 25 of 103) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DnsPK11TokenDB.cpp28 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
30 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
53 mTokenName.Assign(PK11_GetTokenName(mSlot.get())); in refreshTokenInfo()
101 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
147 *_retval = PK11_IsLoggedIn(mSlot.get(), 0); in IsLoggedIn()
161 rv = setPassword(mSlot.get(), mUIContext); in Login()
172 mozilla::Unused << PK11_Logout(mSlot.get()); in LogoutSimple()
198 *aNeedsUserInit = PK11_NeedUserInit(mSlot.get()); in GetNeedsUserInit()
248 mSlot.get(), in ChangePassword()
259 *hasPassword = PK11_NeedLogin(mSlot.get()) && !PK11_NeedUserInit(mSlot.get()); in GetHasPassword()
[all …]
H A DNSSKeyStore.cpp37 if (!mSlot) { in InitToken()
38 mSlot = UniquePK11SlotInfo(PK11_GetInternalKeySlot()); in InitToken()
39 if (!mSlot) { in InitToken()
54 NS_ENSURE_STATE(mSlot); in Lock()
73 return NSSKeyStoreMainThreadLock(mSlot.get()); in Lock()
82 NS_ENSURE_STATE(mSlot); in Unlock()
103 return NSSKeyStoreMainThreadUnlock(mSlot.get()); in Unlock()
108 NS_ENSURE_STATE(mSlot); in StoreSecret()
158 NS_ENSURE_STATE(mSlot); in DeleteSecret()
182 if (!mSlot) { in SecretAvailable()
[all …]
H A DnsPKCS11Slot.cpp29 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
31 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
98 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
120 name.Assign(PK11_GetSlotName(mSlot.get())); in GetName()
155 if (!PK11_IsPresent(mSlot.get())) { in GetTokenName()
160 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetTokenName()
184 if (PK11_IsDisabled(mSlot.get())) { in GetStatus()
186 } else if (!PK11_IsPresent(mSlot.get())) { in GetStatus()
188 } else if (PK11_NeedLogin(mSlot.get()) && PK11_NeedUserInit(mSlot.get())) { in GetStatus()
190 } else if (PK11_NeedLogin(mSlot.get()) && in GetStatus()
[all …]
H A DnsProtectedAuthThread.cpp36 mSlot(0), in nsProtectedAuthThread()
44 if (!mSlot) in Login()
78 CopyUTF8toUTF16(nsDependentCString(PK11_GetTokenName(mSlot)), _retval); in GetTokenName()
87 slot = new nsPKCS11Slot(mSlot); in GetSlot()
97 mSlot = (aSlot) ? PK11_ReferenceSlot(aSlot) : 0; in SetParams()
105 mLoginResult = PK11_CheckUserPassword(mSlot, 0); in Run()
115 if (mSlot) { in Run()
116 PK11_FreeSlot(mSlot); in Run()
117 mSlot = 0; in Run()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DnsPK11TokenDB.cpp28 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
30 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
53 mTokenName.Assign(PK11_GetTokenName(mSlot.get())); in refreshTokenInfo()
101 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
147 *_retval = PK11_IsLoggedIn(mSlot.get(), 0); in IsLoggedIn()
161 rv = setPassword(mSlot.get(), mUIContext); in Login()
172 mozilla::Unused << PK11_Logout(mSlot.get()); in LogoutSimple()
198 *aNeedsUserInit = PK11_NeedUserInit(mSlot.get()); in GetNeedsUserInit()
248 mSlot.get(), in ChangePassword()
259 *hasPassword = PK11_NeedLogin(mSlot.get()) && !PK11_NeedUserInit(mSlot.get()); in GetHasPassword()
[all …]
H A DNSSKeyStore.cpp37 if (!mSlot) { in InitToken()
38 mSlot = UniquePK11SlotInfo(PK11_GetInternalKeySlot()); in InitToken()
39 if (!mSlot) { in InitToken()
54 NS_ENSURE_STATE(mSlot); in Lock()
73 return NSSKeyStoreMainThreadLock(mSlot.get()); in Lock()
82 NS_ENSURE_STATE(mSlot); in Unlock()
103 return NSSKeyStoreMainThreadUnlock(mSlot.get()); in Unlock()
108 NS_ENSURE_STATE(mSlot); in StoreSecret()
158 NS_ENSURE_STATE(mSlot); in DeleteSecret()
182 if (!mSlot) { in SecretAvailable()
[all …]
H A DnsPKCS11Slot.cpp29 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
31 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
98 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
120 name.Assign(PK11_GetSlotName(mSlot.get())); in GetName()
155 if (!PK11_IsPresent(mSlot.get())) { in GetTokenName()
160 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetTokenName()
184 if (PK11_IsDisabled(mSlot.get())) { in GetStatus()
186 } else if (!PK11_IsPresent(mSlot.get())) { in GetStatus()
188 } else if (PK11_NeedLogin(mSlot.get()) && PK11_NeedUserInit(mSlot.get())) { in GetStatus()
190 } else if (PK11_NeedLogin(mSlot.get()) && in GetStatus()
[all …]
H A DnsProtectedAuthThread.cpp36 mSlot(0), in nsProtectedAuthThread()
45 if (!mSlot) in Login()
79 CopyUTF8toUTF16(nsDependentCString(PK11_GetTokenName(mSlot)), _retval); in GetTokenName()
88 slot = new nsPKCS11Slot(mSlot); in GetSlot()
98 mSlot = (aSlot) ? PK11_ReferenceSlot(aSlot) : 0; in SetParams()
106 mLoginResult = PK11_CheckUserPassword(mSlot, 0); in Run()
116 if (mSlot) { in Run()
117 PK11_FreeSlot(mSlot); in Run()
118 mSlot = 0; in Run()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DnsPK11TokenDB.cpp28 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
30 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
53 mTokenName.Assign(PK11_GetTokenName(mSlot.get())); in refreshTokenInfo()
101 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
147 *_retval = PK11_IsLoggedIn(mSlot.get(), 0); in IsLoggedIn()
161 rv = setPassword(mSlot.get(), mUIContext); in Login()
172 mozilla::Unused << PK11_Logout(mSlot.get()); in LogoutSimple()
198 *aNeedsUserInit = PK11_NeedUserInit(mSlot.get()); in GetNeedsUserInit()
248 mSlot.get(), in ChangePassword()
259 *hasPassword = PK11_NeedLogin(mSlot.get()) && !PK11_NeedUserInit(mSlot.get()); in GetHasPassword()
[all …]
H A DNSSKeyStore.cpp37 if (!mSlot) { in InitToken()
38 mSlot = UniquePK11SlotInfo(PK11_GetInternalKeySlot()); in InitToken()
39 if (!mSlot) { in InitToken()
54 NS_ENSURE_STATE(mSlot); in Lock()
73 return NSSKeyStoreMainThreadLock(mSlot.get()); in Lock()
82 NS_ENSURE_STATE(mSlot); in Unlock()
103 return NSSKeyStoreMainThreadUnlock(mSlot.get()); in Unlock()
108 NS_ENSURE_STATE(mSlot); in StoreSecret()
158 NS_ENSURE_STATE(mSlot); in DeleteSecret()
182 if (!mSlot) { in SecretAvailable()
[all …]
H A DnsPKCS11Slot.cpp29 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
31 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
98 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
120 name.Assign(PK11_GetSlotName(mSlot.get())); in GetName()
155 if (!PK11_IsPresent(mSlot.get())) { in GetTokenName()
160 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetTokenName()
184 if (PK11_IsDisabled(mSlot.get())) { in GetStatus()
186 } else if (!PK11_IsPresent(mSlot.get())) { in GetStatus()
188 } else if (PK11_NeedLogin(mSlot.get()) && PK11_NeedUserInit(mSlot.get())) { in GetStatus()
190 } else if (PK11_NeedLogin(mSlot.get()) && in GetStatus()
[all …]
H A DnsProtectedAuthThread.cpp36 mSlot(0), in nsProtectedAuthThread()
44 if (!mSlot) in Login()
78 CopyUTF8toUTF16(nsDependentCString(PK11_GetTokenName(mSlot)), _retval); in GetTokenName()
87 slot = new nsPKCS11Slot(mSlot); in GetSlot()
97 mSlot = (aSlot) ? PK11_ReferenceSlot(aSlot) : 0; in SetParams()
105 mLoginResult = PK11_CheckUserPassword(mSlot, 0); in Run()
115 if (mSlot) { in Run()
116 PK11_FreeSlot(mSlot); in Run()
117 mSlot = 0; in Run()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DnsPK11TokenDB.cpp28 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
30 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
53 mTokenName.Assign(PK11_GetTokenName(mSlot.get())); in refreshTokenInfo()
101 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
147 *_retval = PK11_IsLoggedIn(mSlot.get(), 0); in IsLoggedIn()
161 rv = setPassword(mSlot.get(), mUIContext); in Login()
172 mozilla::Unused << PK11_Logout(mSlot.get()); in LogoutSimple()
198 *aNeedsUserInit = PK11_NeedUserInit(mSlot.get()); in GetNeedsUserInit()
248 mSlot.get(), in ChangePassword()
259 *hasPassword = PK11_NeedLogin(mSlot.get()) && !PK11_NeedUserInit(mSlot.get()); in GetHasPassword()
[all …]
H A DNSSKeyStore.cpp37 if (!mSlot) { in InitToken()
38 mSlot = UniquePK11SlotInfo(PK11_GetInternalKeySlot()); in InitToken()
39 if (!mSlot) { in InitToken()
54 NS_ENSURE_STATE(mSlot); in Lock()
73 return NSSKeyStoreMainThreadLock(mSlot.get()); in Lock()
82 NS_ENSURE_STATE(mSlot); in Unlock()
103 return NSSKeyStoreMainThreadUnlock(mSlot.get()); in Unlock()
108 NS_ENSURE_STATE(mSlot); in StoreSecret()
160 NS_ENSURE_STATE(mSlot); in DeleteSecret()
184 if (!mSlot) { in SecretAvailable()
[all …]
H A DnsPKCS11Slot.cpp29 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
31 PK11_IsInternal(mSlot.get()) && !PK11_IsInternalKeySlot(mSlot.get()); in NS_IMPL_ISUPPORTS()
98 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
120 name.Assign(PK11_GetSlotName(mSlot.get())); in GetName()
155 if (!PK11_IsPresent(mSlot.get())) { in GetTokenName()
160 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetTokenName()
184 if (PK11_IsDisabled(mSlot.get())) { in GetStatus()
186 } else if (!PK11_IsPresent(mSlot.get())) { in GetStatus()
188 } else if (PK11_NeedLogin(mSlot.get()) && PK11_NeedUserInit(mSlot.get())) { in GetStatus()
190 } else if (PK11_NeedLogin(mSlot.get()) && in GetStatus()
[all …]
H A DnsProtectedAuthThread.cpp36 mSlot(0), in nsProtectedAuthThread()
44 if (!mSlot) in Login()
78 CopyUTF8toUTF16(nsDependentCString(PK11_GetTokenName(mSlot)), _retval); in GetTokenName()
87 slot = new nsPKCS11Slot(mSlot); in GetSlot()
97 mSlot = (aSlot) ? PK11_ReferenceSlot(aSlot) : 0; in SetParams()
105 mLoginResult = PK11_CheckUserPassword(mSlot, 0); in Run()
115 if (mSlot) { in Run()
116 PK11_FreeSlot(mSlot); in Run()
117 mSlot = 0; in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DnsPK11TokenDB.cpp27 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
34 mTokenName = PK11_GetTokenName(mSlot.get()); in refreshTokenInfo()
80 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
104 *_retval = PK11_IsInternalKeySlot(mSlot.get()); in GetIsInternalKeyToken()
131 *_retval = PK11_IsLoggedIn(mSlot.get(), 0); in IsLoggedIn()
145 rv = setPassword(mSlot.get(), mUIContext); in Login()
155 Unused << PK11_Logout(mSlot.get()); in LogoutSimple()
181 *aNeedsUserInit = PK11_NeedUserInit(mSlot.get()); in GetNeedsUserInit()
229 mSlot.get(), in ChangePassword()
240 *hasPassword = PK11_NeedLogin(mSlot.get()) && !PK11_NeedUserInit(mSlot.get()); in GetHasPassword()
[all …]
H A DnsPKCS11Slot.cpp28 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
70 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
84 char* csn = PK11_GetSlotName(mSlot.get()); in GetName()
87 } else if (PK11_HasRootCerts(mSlot.get())) { in GetName()
130 if (!PK11_IsPresent(mSlot.get())) { in GetTokenName()
142 tokenName = PK11_GetTokenName(mSlot.get()); in GetTokenName()
149 if (PK11_IsDisabled(mSlot.get())) { in GetStatus()
151 } else if (!PK11_IsPresent(mSlot.get())) { in GetStatus()
153 } else if (PK11_NeedLogin(mSlot.get()) && PK11_NeedUserInit(mSlot.get())) { in GetStatus()
155 } else if (PK11_NeedLogin(mSlot.get()) && in GetStatus()
[all …]
H A DnsProtectedAuthThread.cpp36 mSlot(0), in nsProtectedAuthThread()
44 if (!mSlot) in Login()
78 CopyUTF8toUTF16(nsDependentCString(PK11_GetTokenName(mSlot)), _retval); in GetTokenName()
87 slot = new nsPKCS11Slot(mSlot); in GetSlot()
97 mSlot = (aSlot) ? PK11_ReferenceSlot(aSlot) : 0; in SetParams()
105 mLoginResult = PK11_CheckUserPassword(mSlot, 0); in Run()
115 if (mSlot) { in Run()
116 PK11_FreeSlot(mSlot); in Run()
117 mSlot = 0; in Run()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DnsPK11TokenDB.cpp35 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
44 mTokenName = PK11_GetTokenName(mSlot.get()); in refreshTokenInfo()
106 mSlot = nullptr; in destructorSafeDestroyNSSReference()
119 if (PK11_GetSlotSeries(mSlot.get()) != mSeries) { in GetAttributeHelper()
175 *_retval = PK11_IsLoggedIn(mSlot.get(), 0); in IsLoggedIn()
210 Unused << PK11_Logout(mSlot.get()); in LogoutSimple()
264 *aNeedsUserInit = PK11_NeedUserInit(mSlot.get()); in GetNeedsUserInit()
356 mSlot.get(), in ChangePassword()
370 *_retval = PK11_IsHW(mSlot.get()); in IsHardwareToken()
384 *_retval = PK11_NeedLogin(mSlot.get()); in NeedsLogin()
[all …]
H A DnsProtectedAuthThread.cpp33 , mSlot(0) in nsProtectedAuthThread()
46 if (!mSlot) in Login()
80 CopyUTF8toUTF16(nsDependentCString(PK11_GetTokenName(mSlot)), _retval); in GetTokenName()
90 slot = new nsPKCS11Slot(mSlot); in GetSlot()
101 mSlot = (aSlot) ? PK11_ReferenceSlot(aSlot) : 0; in SetParams()
113 mLoginResult = PK11_CheckUserPassword(mSlot, 0); in Run()
123 if (mSlot) in Run()
125 PK11_FreeSlot(mSlot); in Run()
126 mSlot = 0; in Run()
H A DnsPKCS11Slot.cpp33 mSlot.reset(PK11_ReferenceSlot(slot)); in NS_IMPL_ISUPPORTS()
95 mSlot = nullptr; in destructorSafeDestroyNSSReference()
126 char* csn = PK11_GetSlotName(mSlot.get()); in GetName()
129 } else if (PK11_HasRootCerts(mSlot.get())) { in GetName()
187 if (!PK11_IsPresent(mSlot.get())) { in GetTokenName()
199 tokenName = PK11_GetTokenName(mSlot.get()); in GetTokenName()
212 if (PK11_IsDisabled(mSlot.get())) { in GetStatus()
214 } else if (!PK11_IsPresent(mSlot.get())) { in GetStatus()
216 } else if (PK11_NeedLogin(mSlot.get()) && PK11_NeedUserInit(mSlot.get())) { in GetStatus()
218 } else if (PK11_NeedLogin(mSlot.get()) && in GetStatus()
[all …]
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dsarray.h104 mSlot(0), mSArray(NULL) in generic_iterator()
110 return ConstThisClass(mSlot, mSArray); in ConstThisClass()
115 return mSlot == other.mSlot && mSArray == other.mSArray;
125 return mSArray->mItemRecords[mSlot].mItem;
130 return &(mSArray->mItemRecords[mSlot].mItem);
135 mSlot = mSArray->nextUsed(++mSlot);
142 mSlot = mSArray->nextUsed(++mSlot);
149 mSlot(slot), mSArray(sarray) in generic_iterator()
154 unsigned int mSlot;
297 eraseSlot(it.mSlot); in erase()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrParseNode.cpp261 node->mSlot = *slot; in newPyrSlotNode()
274 dumpObjectSlot(&mSlot); in compile()
1084 if (slotRawSymbol(&nameNode->mSlot) != slotRawSymbol(&formalArg->mVarName->mSlot)) { in compareCallArgs()
1625 if (IsPtr(&node->mSlot)) { in hasExpr()
1638 *result = node->mSlot; in hasExpr()
2240 if (NotObj(&anode->mSlot) && !IsPtr(&anode->mSlot)) in isAtomicLiteral()
3139 if (IsPtr(&mSlot)) { in compilePushLit()
3159 slot = mSlot; in compilePushLit()
3213 if (IsPtr(&mSlot)) { in compileLiteral()
3228 *(PyrSlot*)result = mSlot; in compileLiteral()
[all …]
H A DDumpParseNode.cpp52 postfl("%2d PushName '%s'\n", level, slotRawSymbol(&mSlot)->name); in dump()
57 dumpPyrSlot(&mSlot); in dump()
85 mPrimitiveName ? slotRawSymbol(&mPrimitiveName->mSlot)->name : ""); in dump()
105 postfl("%2d VarDef '%s'\n", level, slotRawSymbol(&mVarName->mSlot)->name); in dump()
111 postfl("%2d Call '%s'\n", level, slotRawSymbol(&mSelector->mSlot)->name); in dump()
134 if (!IsPtr(&mSlot)) in dumpPushLit()
135 dumpPyrSlot(&mSlot); in dumpPushLit()
137 DUMPNODE((PyrParseNode*)slotRawObject(&mSlot), level); in dumpPushLit()
143 if (!IsPtr(&mSlot)) in dumpLiteral()
144 dumpPyrSlot(&mSlot); in dumpLiteral()
[all …]

12345