Searched refs:algorithm (Results 51 - 75 of 140) sorted by relevance

123456

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java180 String algorithm = mClientPrivateKey.getAlgorithm();
184 dest.writeString(algorithm);
238 String algorithm = in.readString();
239 KeyFactory keyFactory = KeyFactory.getInstance(algorithm);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSX86CallConvPass.cpp21 #include <algorithm>
/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp15 #include <algorithm>
H A DEhFrameHdr.cpp17 #include <algorithm>
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp18 #include <algorithm>
H A DHyphenator.cpp19 #include <algorithm>
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp19 #include <algorithm>
/frameworks/rs/api/
H A DUtilities.cpp17 #include <algorithm>
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java267 private static String getDigest(X509Certificate x509Certificate, String algorithm) { argument
273 MessageDigest md = MessageDigest.getInstance(algorithm);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DFrameParser.java569 short algorithm = data.getShort();
572 switch (algorithm) {
588 // Ignore unknown algorithm -- don't know which frames would have result codes.
627 return "Unsupported authentication algorithm";
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp27 #include <algorithm>
/frameworks/base/core/jni/
H A Dandroid_text_StaticLayout.cpp31 #include <algorithm>
/frameworks/base/libs/hwui/
H A DAmbientShadow.cpp59 #include <algorithm>
H A DJankTracker.cpp20 #include <algorithm>
67 // The bucketing algorithm controls so to speak
H A DPatch.cpp24 #include <algorithm>
H A DProperties.cpp24 #include <algorithm>
/frameworks/base/tools/aapt2/
H A DLocale.cpp20 #include <algorithm>
/frameworks/base/tools/aapt2/split/
H A DTableSplitter.cpp21 #include <algorithm>
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp20 #include <algorithm>
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h26 #include <algorithm>
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp20 #include <algorithm>
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp8 #include <algorithm>
/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.cpp20 #include <algorithm>
/frameworks/rs/
H A DrsCppUtils.h46 #include <algorithm>
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp1249 "algorithm String is null");
1254 String8 algorithm = JStringToString8(env, jalgorithm); local
1256 status_t err = drm->setCipherAlgorithm(sessionId, algorithm);
1258 throwExceptionAsNecessary(env, err, "Failed to set cipher algorithm");
1273 "algorithm String is null");
1278 String8 algorithm = JStringToString8(env, jalgorithm); local
1280 status_t err = drm->setMacAlgorithm(sessionId, algorithm);
1282 throwExceptionAsNecessary(env, err, "Failed to set mac algorithm");
1423 String8 algorithm = JStringToString8(env, jalgorithm); local
1428 status_t err = drm->signRSA(sessionId, algorithm, messag
[all...]

Completed in 6566 milliseconds

123456