Home
last modified time | relevance | path

Searched refs:Reps (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_pkcs5.erl71 Reps = ceiling(DerivedKeyLen / MacLen),
72 {ok, derive_pbkdf2(Mac, 1, Reps, Iterations, DerivedKeyLen, Password, Salt, <<>>)};
98 derive_pbkdf1(Hash, Reps, Reps, DerivedKeyLen, DerivedKeyingMaterial) ->
101 derive_pbkdf1(Hash, Counter, Reps, DerivedKeyLen, DerivedKeyingMaterial) ->
102 derive_pbkdf1(Hash, Counter + 1, Reps, DerivedKeyLen, Hash(DerivedKeyingMaterial)).
105 derive_pbkdf2(Mac, Reps, Reps, Iterations, DerivedKeyLen, Password, Salt, DerivedKeyingMaterial) ->
106 …gMaterial/binary, (derive_pbkdf2_exor(Mac, Password, Salt, 1, Iterations, Reps, <<>>, <<>>))/binar…
108 derive_pbkdf2(Mac, Counter, Reps, Iterations, DerivedKeyLen, Password, Salt, DerivedKeyingMaterial)…
109 …derive_pbkdf2(Mac, Counter + 1, Reps, Iterations, DerivedKeyLen, Password, Salt, << DerivedKeyingM…
H A Djose_jwa_concat_kdf.erl32 Reps = ceiling(KeyDataLen / HashLen),
33 case Reps of
38 _ when Reps > 16#FFFFFFFF ->
41 derive_key(Hash, 1, Reps, KeyDataLen, << Z/binary, OtherInfo/binary >>, <<>>)
92 derive_key(Hash, Reps, Reps, KeyDataLen, ZOtherInfo, DerivedKeyingMaterial) ->
93 Concatenation = << Reps:1/unsigned-big-integer-unit:32, ZOtherInfo/binary >>,
96 derive_key(Hash, Counter, Reps, KeyDataLen, ZOtherInfo, DerivedKeyingMaterial) ->
98 …derive_key(Hash, Counter + 1, Reps, KeyDataLen, ZOtherInfo, << DerivedKeyingMaterial/binary, (Hash…
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_pkcs5.erl71 Reps = ceiling(DerivedKeyLen / MacLen),
72 {ok, derive_pbkdf2(Mac, 1, Reps, Iterations, DerivedKeyLen, Password, Salt, <<>>)};
98 derive_pbkdf1(Hash, Reps, Reps, DerivedKeyLen, DerivedKeyingMaterial) ->
101 derive_pbkdf1(Hash, Counter, Reps, DerivedKeyLen, DerivedKeyingMaterial) ->
102 derive_pbkdf1(Hash, Counter + 1, Reps, DerivedKeyLen, Hash(DerivedKeyingMaterial)).
105 derive_pbkdf2(Mac, Reps, Reps, Iterations, DerivedKeyLen, Password, Salt, DerivedKeyingMaterial) ->
106 …gMaterial/binary, (derive_pbkdf2_exor(Mac, Password, Salt, 1, Iterations, Reps, <<>>, <<>>))/binar…
108 derive_pbkdf2(Mac, Counter, Reps, Iterations, DerivedKeyLen, Password, Salt, DerivedKeyingMaterial)…
109 …derive_pbkdf2(Mac, Counter + 1, Reps, Iterations, DerivedKeyLen, Password, Salt, << DerivedKeyingM…
H A Djose_jwa_concat_kdf.erl32 Reps = ceiling(KeyDataLen / HashLen),
33 case Reps of
38 _ when Reps > 16#FFFFFFFF ->
41 derive_key(Hash, 1, Reps, KeyDataLen, << Z/binary, OtherInfo/binary >>, <<>>)
92 derive_key(Hash, Reps, Reps, KeyDataLen, ZOtherInfo, DerivedKeyingMaterial) ->
93 Concatenation = << Reps:1/unsigned-big-integer-unit:32, ZOtherInfo/binary >>,
96 derive_key(Hash, Counter, Reps, KeyDataLen, ZOtherInfo, DerivedKeyingMaterial) ->
98 …derive_key(Hash, Counter + 1, Reps, KeyDataLen, ZOtherInfo, << DerivedKeyingMaterial/binary, (Hash…
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwa/
H A Djose_jwa_pkcs5.erl71 Reps = ceiling(DerivedKeyLen / MacLen),
72 {ok, derive_pbkdf2(Mac, 1, Reps, Iterations, DerivedKeyLen, Password, Salt, <<>>)};
98 derive_pbkdf1(Hash, Reps, Reps, DerivedKeyLen, DerivedKeyingMaterial) ->
101 derive_pbkdf1(Hash, Counter, Reps, DerivedKeyLen, DerivedKeyingMaterial) ->
102 derive_pbkdf1(Hash, Counter + 1, Reps, DerivedKeyLen, Hash(DerivedKeyingMaterial)).
105 derive_pbkdf2(Mac, Reps, Reps, Iterations, DerivedKeyLen, Password, Salt, DerivedKeyingMaterial) ->
106 …gMaterial/binary, (derive_pbkdf2_exor(Mac, Password, Salt, 1, Iterations, Reps, <<>>, <<>>))/binar…
108 derive_pbkdf2(Mac, Counter, Reps, Iterations, DerivedKeyLen, Password, Salt, DerivedKeyingMaterial)…
109 …derive_pbkdf2(Mac, Counter + 1, Reps, Iterations, DerivedKeyLen, Password, Salt, << DerivedKeyingM…
H A Djose_jwa_concat_kdf.erl32 Reps = ceiling(KeyDataLen / HashLen),
33 case Reps of
38 _ when Reps > 16#FFFFFFFF ->
41 derive_key(Hash, 1, Reps, KeyDataLen, << Z/binary, OtherInfo/binary >>, <<>>)
92 derive_key(Hash, Reps, Reps, KeyDataLen, ZOtherInfo, DerivedKeyingMaterial) ->
93 Concatenation = << Reps:1/unsigned-big-integer-unit:32, ZOtherInfo/binary >>,
96 derive_key(Hash, Counter, Reps, KeyDataLen, ZOtherInfo, DerivedKeyingMaterial) ->
98 …derive_key(Hash, Counter + 1, Reps, KeyDataLen, ZOtherInfo, << DerivedKeyingMaterial/binary, (Hash…
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DRepeatExprData.h186 template< typename... Reps >
187 inline RepeatExprData( Reps... reps ) noexcept;
234 template< typename... Reps > // Runtime repetitions
235 inline RepeatExprData<Dim>::RepeatExprData( Reps... reps ) noexcept in RepeatExprData()
238 BLAZE_STATIC_ASSERT( sizeof...( Reps ) == Dim );
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dgraph-assembler.h100 template <typename... Reps>
142 template <typename... Reps>
143 static GraphAssemblerLabel<sizeof...(Reps)> MakeLabelFor( in MakeLabelFor()
144 GraphAssemblerLabelType type, Reps... reps) { in MakeLabelFor()
145 return GraphAssemblerLabel<sizeof...(Reps)>(type, reps...); in MakeLabelFor()
149 template <typename... Reps>
150 static GraphAssemblerLabel<sizeof...(Reps)> MakeLabel(Reps... reps) { in MakeLabel()
155 template <typename... Reps>
156 static GraphAssemblerLabel<sizeof...(Reps)> MakeLoopLabel(Reps... reps) { in MakeLoopLabel()
161 template <typename... Reps>
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/tests/BigInteger/
H A DIsEven.cs12 private const int Reps = 500; field in System.Numerics.Tests.IsEvenTest
30 for (int i = 0; i < Reps; i++) in RunIsEvenTests()
38 for (int i = 0; i < Reps; i++) in RunIsEvenTests()
60 for (int i = 0; i < Reps; i++) in RunIsEvenTests()
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/shared/components/reps/
H A DREADME1 Reps are now maintained on GitHub at: https://github.com/devtools-html/devtools-core/tree/master/pa…
6 For any issue or feature request on Reps, please log an issue at
7 https://github.com/devtools-html/devtools-core/issues with the label "Reps".
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/packages/devtools-reps/
H A DREADME.md1 # DevTools Reps
5 Reps is Firefox DevTools' remote object formatter. It stands for _representation_.
45 Reps tests are written with jest, and you can run them locally by executing `yarn test`.
49 The Reps project was ported to Github January 18th, 2017. You can view the history of a file after …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp68 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
73 if (auto Err = Reps.add(tooling::Replacement( in apply()
76 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp74 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
77 if (auto Err = Reps.add( in apply()
80 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp74 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
77 if (auto Err = Reps.add( in apply()
80 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp68 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
73 if (auto Err = Reps.add(tooling::Replacement( in apply()
76 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCLocalizeStringLiteral.cpp75 auto Reps = tooling::Replacements(tooling::Replacement( in apply() local
78 if (auto Err = Reps.add( in apply()
81 return Effect::mainFileEdit(SM, std::move(Reps)); in apply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dgraph-assembler.h233 template <typename... Reps>
234 GraphAssemblerLabel<sizeof...(Reps)> MakeLabelFor( in MakeLabelFor()
235 GraphAssemblerLabelType type, Reps... reps) { in MakeLabelFor()
237 return MakeLabel<sizeof...(Reps)>(reps_array, type); in MakeLabelFor()
251 template <typename... Reps>
252 GraphAssemblerLabel<sizeof...(Reps)> MakeLabel(Reps... reps) { in MakeLabel()
257 template <typename... Reps>
258 GraphAssemblerLabel<sizeof...(Reps)> MakeLoopLabel(Reps... reps) { in MakeLoopLabel()
263 template <typename... Reps>
264 GraphAssemblerLabel<sizeof...(Reps)> MakeDeferredLabel(Reps... reps) { in MakeDeferredLabel()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/test/
H A DYesodCoreTest.hs26 import qualified YesodCoreTest.Reps as Reps
55 Reps.specs

12345678910>>...23