Home
last modified time | relevance | path

Searched refs:cx (Results 76 – 100 of 23990) sorted by relevance

12345678910>>...960

/dports/www/firefox-esr/firefox-91.8.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp50 PIERCE(cx, wrapper, MarkAtoms(cx, id), in getOwnPropertyDescriptor()
52 cx->compartment()->wrap(cx, desc)); in getOwnPropertyDescriptor()
60 PIERCE(cx, wrapper, MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &desc2), in defineProperty()
73 PIERCE(cx, wrapper, MarkAtoms(cx, id), in delete_()
87 return cx->compartment()->wrap(cx, protop); in getPrototype()
94 PIERCE(cx, wrapper, cx->compartment()->wrap(cx, &protoCopy), in setPrototype()
138 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::has(cx, wrapper, id, bp), in has()
144 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::hasOwn(cx, wrapper, id, bp), in hasOwn()
181 return cx->compartment()->wrap(cx, vp); in get()
191 MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &valCopy) && in set()
[all …]
/dports/www/firefox/firefox-99.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp50 PIERCE(cx, wrapper, MarkAtoms(cx, id), in getOwnPropertyDescriptor()
52 cx->compartment()->wrap(cx, desc)); in getOwnPropertyDescriptor()
60 PIERCE(cx, wrapper, MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &desc2), in defineProperty()
73 PIERCE(cx, wrapper, MarkAtoms(cx, id), in delete_()
87 return cx->compartment()->wrap(cx, protop); in getPrototype()
94 PIERCE(cx, wrapper, cx->compartment()->wrap(cx, &protoCopy), in setPrototype()
138 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::has(cx, wrapper, id, bp), in has()
144 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::hasOwn(cx, wrapper, id, bp), in hasOwn()
181 return cx->compartment()->wrap(cx, vp); in get()
191 MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &valCopy) && in set()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp50 PIERCE(cx, wrapper, MarkAtoms(cx, id), in getOwnPropertyDescriptor()
52 cx->compartment()->wrap(cx, desc)); in getOwnPropertyDescriptor()
60 PIERCE(cx, wrapper, MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &desc2), in defineProperty()
73 PIERCE(cx, wrapper, MarkAtoms(cx, id), in delete_()
87 return cx->compartment()->wrap(cx, protop); in getPrototype()
94 PIERCE(cx, wrapper, cx->compartment()->wrap(cx, &protoCopy), in setPrototype()
138 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::has(cx, wrapper, id, bp), in has()
144 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::hasOwn(cx, wrapper, id, bp), in hasOwn()
181 return cx->compartment()->wrap(cx, vp); in get()
191 MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &valCopy) && in set()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DObject.cpp155 : cx(cx), args(args), object(obj), referent(cx, obj->referent()) {} in CallData()
326 RootedString result(cx, object->name(cx)); in nameGetter()
772 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPropertyNamesMethod()
787 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPropertySymbolsMethod()
802 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPrivatePropertiesMethod()
886 RootedObject props(cx, ToObject(cx, arg)); in definePropertiesMethod()
895 Rooted<IdVector> ids2(cx, IdVector(cx)); in definePropertiesMethod()
1221 RootedString url(cx, ToString<CanGC>(cx, v)); in createSource()
2147 if (!cx->compartment()->wrap(cx, &desc)) { in defineProperty()
2265 !cx->compartment()->wrap(cx, &value) || in setProperty()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DObject.cpp155 : cx(cx), args(args), object(obj), referent(cx, obj->referent()) {} in CallData()
326 RootedString result(cx, object->name(cx)); in nameGetter()
772 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPropertyNamesMethod()
787 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPropertySymbolsMethod()
802 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPrivatePropertiesMethod()
886 RootedObject props(cx, ToObject(cx, arg)); in definePropertiesMethod()
895 Rooted<IdVector> ids2(cx, IdVector(cx)); in definePropertiesMethod()
1221 RootedString url(cx, ToString<CanGC>(cx, v)); in createSource()
2147 if (!cx->compartment()->wrap(cx, &desc)) { in defineProperty()
2265 !cx->compartment()->wrap(cx, &value) || in setProperty()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp17 AutoJSContextWithGlobal cx(mCleanGlobal); in TEST_F() local
41 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
77 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
190 GetElement(cx.GetJSContext(), in TEST_F()
245 cx.GetJSContext(), in TEST_F()
266 cx.GetJSContext(), in TEST_F()
644 GetElement(cx.GetJSContext(), in TEST_F()
680 GetElement(cx.GetJSContext(), in TEST_F()
726 GetElement(cx.GetJSContext(), in TEST_F()
780 cx.GetJSContext(), in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp18 AutoJSContextWithGlobal cx(mCleanGlobal); in TEST_F() local
41 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
77 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
190 GetElement(cx.GetJSContext(), in TEST_F()
245 cx.GetJSContext(), in TEST_F()
266 cx.GetJSContext(), in TEST_F()
642 GetElement(cx.GetJSContext(), in TEST_F()
678 GetElement(cx.GetJSContext(), in TEST_F()
724 GetElement(cx.GetJSContext(), in TEST_F()
778 cx.GetJSContext(), in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp17 AutoJSContextWithGlobal cx(mCleanGlobal); in TEST_F() local
41 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
77 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
187 GetElement(cx.GetJSContext(), in TEST_F()
241 cx.GetJSContext(), in TEST_F()
262 cx.GetJSContext(), in TEST_F()
639 GetElement(cx.GetJSContext(), in TEST_F()
674 GetElement(cx.GetJSContext(), in TEST_F()
720 GetElement(cx.GetJSContext(), in TEST_F()
772 cx.GetJSContext(), in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp17 AutoJSContextWithGlobal cx(mCleanGlobal); in TEST_F() local
41 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
77 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
187 GetElement(cx.GetJSContext(), in TEST_F()
241 cx.GetJSContext(), in TEST_F()
262 cx.GetJSContext(), in TEST_F()
639 GetElement(cx.GetJSContext(), in TEST_F()
674 GetElement(cx.GetJSContext(), in TEST_F()
720 GetElement(cx.GetJSContext(), in TEST_F()
772 cx.GetJSContext(), in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp17 AutoJSContextWithGlobal cx(mCleanGlobal); in TEST_F() local
41 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
77 JS::RootedValue sum(cx.GetJSContext()); in TEST_F()
187 GetElement(cx.GetJSContext(), in TEST_F()
241 cx.GetJSContext(), in TEST_F()
262 cx.GetJSContext(), in TEST_F()
639 GetElement(cx.GetJSContext(), in TEST_F()
674 GetElement(cx.GetJSContext(), in TEST_F()
720 GetElement(cx.GetJSContext(), in TEST_F()
772 cx.GetJSContext(), in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DObject.cpp154 : cx(cx), args(args), object(obj), referent(cx, obj->referent()) {} in CallData()
326 RootedString result(cx, object->name(cx)); in nameGetter()
465 Rooted<ValueVector> result(cx, ValueVector(cx)); in boundArgumentsGetter()
666 if (!cx->compartment()->wrap(cx, &allocSite)) { in promiseAllocationSiteGetter()
897 RootedObject props(cx, ToObject(cx, arg)); in definePropertiesMethod()
906 Rooted<IdVector> ids2(cx, IdVector(cx)); in definePropertiesMethod()
1223 RootedString text(cx, ToString<CanGC>(cx, v)); in createSource()
1232 RootedString url(cx, ToString<CanGC>(cx, v)); in createSource()
2181 if (!cx->compartment()->wrap(cx, &desc)) { in defineProperty()
2299 !cx->compartment()->wrap(cx, &value) || in setProperty()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A DModuleLoader.cpp125 RootedObject module(cx, loadAndParse(cx, path)); in loadAndExecute()
199 cx, NewNativeFunction(cx, DynamicImportDelayRejected, 1, nullptr)); in dynamicImport()
286 cx, JS_EnsureLinearString(cx, moduleRequest->specifier())); in resolve()
349 RootedLinearString path(cx, JS_EnsureLinearString(cx, pathArg)); in loadAndParse()
376 RootedString source(cx, fetchSource(cx, path)); in loadAndParse()
398 RootedObject info(cx, CreateScriptPrivate(cx, path)); in loadAndParse()
416 RootedObject registry(cx, getOrCreateModuleRegistry(cx)); in lookupModuleInRegistry()
436 RootedObject registry(cx, getOrCreateModuleRegistry(cx)); in addModuleToRegistry()
517 RootedLinearString part(cx, SubString(cx, path, lastSep, i)); in normalizePath()
551 RootedString normalized(cx, JoinStrings(cx, components, pathSep)); in normalizePath()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A DModuleLoader.cpp125 RootedObject module(cx, loadAndParse(cx, path)); in loadAndExecute()
199 cx, NewNativeFunction(cx, DynamicImportDelayRejected, 1, nullptr)); in dynamicImport()
286 cx, JS_EnsureLinearString(cx, moduleRequest->specifier())); in resolve()
349 RootedLinearString path(cx, JS_EnsureLinearString(cx, pathArg)); in loadAndParse()
376 RootedString source(cx, fetchSource(cx, path)); in loadAndParse()
398 RootedObject info(cx, CreateScriptPrivate(cx, path)); in loadAndParse()
416 RootedObject registry(cx, getOrCreateModuleRegistry(cx)); in lookupModuleInRegistry()
436 RootedObject registry(cx, getOrCreateModuleRegistry(cx)); in addModuleToRegistry()
517 RootedLinearString part(cx, SubString(cx, path, lastSep, i)); in normalizePath()
551 RootedString normalized(cx, JoinStrings(cx, components, pathSep)); in normalizePath()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/proxy/
H A DCrossCompartmentWrapper.cpp37 cx->compartment()->wrap(cx, desc));
47 cx->compartment()->wrap(cx, desc));
57 cx->compartment()->wrap(cx, &desc2),
97 return cx->compartment()->wrap(cx, protop);
130 return cx->compartment()->wrap(cx, protop);
212 return cx->compartment()->wrap(cx, vp);
251 AutoCloseIterator(JSContext* cx, JSObject* obj) : cx(cx), obj(cx, obj) {}
313 return cx->compartment()->wrap(cx, objp);
413 if (!cx->compartment()->wrap(cx, v))
435 if (!cx->compartment()->wrap(cx, &str))
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DWritableStreamDefaultControllerOperations.cpp96 if (!cx->compartment()->wrap(cx, &wrappedReason)) { in WritableStreamControllerAbortSteps()
106 if (!cx->compartment()->wrap(cx, &result)) { in WritableStreamControllerAbortSteps()
336 cx, in SetUpWritableStreamDefaultController()
502 return cx->compartment()->wrap(cx, returnValue); in WritableStreamDefaultControllerGetChunkSize()
698 if (!cx->compartment()->wrap(cx, &closeMethod)) { in PerformCloseAlgorithm()
703 if (!cx->compartment()->wrap(cx, &underlyingSink)) { in PerformCloseAlgorithm()
750 if (!cx->compartment()->wrap(cx, &writeMethod)) { in PerformWriteAlgorithm()
755 if (!cx->compartment()->wrap(cx, &underlyingSink)) { in PerformWriteAlgorithm()
760 if (!cx->compartment()->wrap(cx, &controller)) { in PerformWriteAlgorithm()
943 if (!cx->compartment()->wrap(cx, &chunk)) { in WritableStreamDefaultControllerProcessIfNeeded()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DWritableStreamDefaultControllerOperations.cpp97 if (!cx->compartment()->wrap(cx, &wrappedReason)) { in WritableStreamControllerAbortSteps()
107 if (!cx->compartment()->wrap(cx, &result)) { in WritableStreamControllerAbortSteps()
337 cx, in SetUpWritableStreamDefaultController()
503 return cx->compartment()->wrap(cx, returnValue); in WritableStreamDefaultControllerGetChunkSize()
699 if (!cx->compartment()->wrap(cx, &closeMethod)) { in PerformCloseAlgorithm()
704 if (!cx->compartment()->wrap(cx, &underlyingSink)) { in PerformCloseAlgorithm()
751 if (!cx->compartment()->wrap(cx, &writeMethod)) { in PerformWriteAlgorithm()
756 if (!cx->compartment()->wrap(cx, &underlyingSink)) { in PerformWriteAlgorithm()
761 if (!cx->compartment()->wrap(cx, &controller)) { in PerformWriteAlgorithm()
944 if (!cx->compartment()->wrap(cx, &chunk)) { in WritableStreamDefaultControllerProcessIfNeeded()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DWritableStreamDefaultControllerOperations.cpp96 if (!cx->compartment()->wrap(cx, &wrappedReason)) { in WritableStreamControllerAbortSteps()
106 if (!cx->compartment()->wrap(cx, &result)) { in WritableStreamControllerAbortSteps()
336 cx, in SetUpWritableStreamDefaultController()
502 return cx->compartment()->wrap(cx, returnValue); in WritableStreamDefaultControllerGetChunkSize()
698 if (!cx->compartment()->wrap(cx, &closeMethod)) { in PerformCloseAlgorithm()
703 if (!cx->compartment()->wrap(cx, &underlyingSink)) { in PerformCloseAlgorithm()
750 if (!cx->compartment()->wrap(cx, &writeMethod)) { in PerformWriteAlgorithm()
755 if (!cx->compartment()->wrap(cx, &underlyingSink)) { in PerformWriteAlgorithm()
760 if (!cx->compartment()->wrap(cx, &controller)) { in PerformWriteAlgorithm()
943 if (!cx->compartment()->wrap(cx, &chunk)) { in WritableStreamDefaultControllerProcessIfNeeded()
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/zordius/lightncandy/src/
H A DRuntime.php69 …$r = call_user_func_array((isset($cx['funcs'][$f]) ? $cx['funcs'][$f] : "{$cx['runtime']}::$f"), $…
198 if ($cx['flags']['mustlam'] || $cx['flags']['lambda']) {
441 $ret = $cb($cx, $v);
457 return $cb($cx, $v);
520 } elseif ($cx['flags']['method'] || $cx['flags']['prop']) {
551 …$cx['partialid'] = ($p === '@partial-block') ? (($pid > 0) ? $pid : (($cx['partialid'] > 0) ? $cx[…
553 return call_user_func($cx['partials'][$pp], $cx, static::m($cx, $v[0][0], $v[1]), $sp);
588 'contexts' => count($cx['scopes']) ? $cx['scopes'] : array(null),
618 'contexts' => count($cx['scopes']) ? $cx['scopes'] : array(null),
654 $ret = $cb($cx, is_array($ex) ? static::m($cx, $_this, $ex) : $_this);
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/zordius/lightncandy/src/
H A DRuntime.php69 …$r = call_user_func_array((isset($cx['funcs'][$f]) ? $cx['funcs'][$f] : "{$cx['runtime']}::$f"), $…
198 if ($cx['flags']['mustlam'] || $cx['flags']['lambda']) {
441 $ret = $cb($cx, $v);
457 return $cb($cx, $v);
520 } elseif ($cx['flags']['method'] || $cx['flags']['prop']) {
551 …$cx['partialid'] = ($p === '@partial-block') ? (($pid > 0) ? $pid : (($cx['partialid'] > 0) ? $cx[…
553 return call_user_func($cx['partials'][$pp], $cx, static::m($cx, $v[0][0], $v[1]), $sp);
588 'contexts' => count($cx['scopes']) ? $cx['scopes'] : array(null),
618 'contexts' => count($cx['scopes']) ? $cx['scopes'] : array(null),
654 $ret = $cb($cx, is_array($ex) ? static::m($cx, $_this, $ex) : $_this);
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/zordius/lightncandy/src/
H A DRuntime.php69 …$r = call_user_func_array((isset($cx['funcs'][$f]) ? $cx['funcs'][$f] : "{$cx['runtime']}::$f"), $…
198 if ($cx['flags']['mustlam'] || $cx['flags']['lambda']) {
441 $ret = $cb($cx, $v);
457 return $cb($cx, $v);
520 } elseif ($cx['flags']['method'] || $cx['flags']['prop']) {
551 …$cx['partialid'] = ($p === '@partial-block') ? (($pid > 0) ? $pid : (($cx['partialid'] > 0) ? $cx[…
553 return call_user_func($cx['partials'][$pp], $cx, static::m($cx, $v[0][0], $v[1]), $sp);
588 'contexts' => count($cx['scopes']) ? $cx['scopes'] : array(null),
618 'contexts' => count($cx['scopes']) ? $cx['scopes'] : array(null),
654 $ret = $cb($cx, is_array($ex) ? static::m($cx, $_this, $ex) : $_this);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Ddesblapi.c69 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_CBCEn()
106 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_EDE3CBCEn()
107 DES_Do1Block(cx->ks1, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
108 DES_Do1Block(cx->ks2, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
148 if (!cx) { in DES_InitContext()
156 DES_MakeSchedule(cx->ks0, key, cx->direction); in DES_InitContext()
208 PORT_ZFree(cx, sizeof *cx); in DES_CreateContext()
217 if (cx) { in DES_DestroyContext()
218 memset(cx, 0, sizeof *cx); in DES_DestroyContext()
235 cx->worker(cx, out, in, inLen); in DES_Encrypt()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Ddesblapi.c69 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_CBCEn()
106 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_EDE3CBCEn()
107 DES_Do1Block(cx->ks1, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
108 DES_Do1Block(cx->ks2, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
148 if (!cx) { in DES_InitContext()
156 DES_MakeSchedule(cx->ks0, key, cx->direction); in DES_InitContext()
208 PORT_ZFree(cx, sizeof *cx); in DES_CreateContext()
217 if (cx) { in DES_DestroyContext()
218 memset(cx, 0, sizeof *cx); in DES_DestroyContext()
235 cx->worker(cx, out, in, inLen); in DES_Encrypt()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Ddesblapi.c69 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_CBCEn()
106 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_EDE3CBCEn()
107 DES_Do1Block(cx->ks1, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
108 DES_Do1Block(cx->ks2, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
148 if (!cx) { in DES_InitContext()
156 DES_MakeSchedule(cx->ks0, key, cx->direction); in DES_InitContext()
208 PORT_ZFree(cx, sizeof *cx); in DES_CreateContext()
217 if (cx) { in DES_DestroyContext()
218 memset(cx, 0, sizeof *cx); in DES_DestroyContext()
235 cx->worker(cx, out, in, inLen); in DES_Encrypt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Ddesblapi.c69 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_CBCEn()
106 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_EDE3CBCEn()
107 DES_Do1Block(cx->ks1, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
108 DES_Do1Block(cx->ks2, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
148 if (!cx) { in DES_InitContext()
156 DES_MakeSchedule(cx->ks0, key, cx->direction); in DES_InitContext()
208 PORT_ZFree(cx, sizeof *cx); in DES_CreateContext()
217 if (cx) { in DES_DestroyContext()
218 memset(cx, 0, sizeof *cx); in DES_DestroyContext()
235 cx->worker(cx, out, in, inLen); in DES_Encrypt()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Ddesblapi.c69 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_CBCEn()
106 DES_Do1Block(cx->ks0, (BYTE *)vec, (BYTE *)cx->iv); in DES_EDE3CBCEn()
107 DES_Do1Block(cx->ks1, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
108 DES_Do1Block(cx->ks2, (BYTE *)cx->iv, (BYTE *)cx->iv); in DES_EDE3CBCEn()
148 if (!cx) { in DES_InitContext()
156 DES_MakeSchedule(cx->ks0, key, cx->direction); in DES_InitContext()
208 PORT_ZFree(cx, sizeof *cx); in DES_CreateContext()
217 if (cx) { in DES_DestroyContext()
218 memset(cx, 0, sizeof *cx); in DES_DestroyContext()
235 cx->worker(cx, out, in, inLen); in DES_Encrypt()
[all …]

12345678910>>...960