Home
last modified time | relevance | path

Searched refs:Algorithm (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libeffects/loudness/dsp/core/
Dinterpolator_base-inl.h32 template <typename T, class Algorithm>
33 InterpolatorBase<T, Algorithm>::InterpolatorBase() { in InterpolatorBase()
46 template <typename T, class Algorithm>
47 InterpolatorBase<T, Algorithm>::~InterpolatorBase() { in ~InterpolatorBase()
54 template <typename T, class Algorithm>
55 bool InterpolatorBase<T, Algorithm>::Initialize(const vector<T> &x_data, in Initialize()
66 template <typename T, class Algorithm>
67 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, in Initialize()
76 template <typename T, class Algorithm>
77 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, in Initialize()
[all …]
Dinterpolator_base.h40 template <typename T, class Algorithm>
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DMessageDigestPerfTest.java43 {Algorithm.MD5}, in getData()
44 {Algorithm.SHA1}, in getData()
45 {Algorithm.SHA256}, in getData()
46 {Algorithm.SHA384}, in getData()
47 {Algorithm.SHA512} in getData()
88 public enum Algorithm { enum in MessageDigestPerfTest
98 public void time(Algorithm algorithm) throws Exception { in time()
109 public void timeLargeArray(Algorithm algorithm) throws Exception { in timeLargeArray()
120 public void timeSmallChunkOfLargeArray(Algorithm algorithm) throws Exception { in timeSmallChunkOfLargeArray()
131 public void timeSmallByteBuffer(Algorithm algorithm) throws Exception { in timeSmallByteBuffer()
[all …]
DSignaturePerfTest.java48 {Algorithm.MD5WithRSA, Implementation.OpenSSL}, in getData()
49 {Algorithm.SHA1WithRSA, Implementation.OpenSSL}, in getData()
50 {Algorithm.SHA256WithRSA, Implementation.OpenSSL}, in getData()
51 {Algorithm.SHA384WithRSA, Implementation.OpenSSL}, in getData()
52 {Algorithm.SHA512WithRSA, Implementation.OpenSSL}, in getData()
53 {Algorithm.SHA1withDSA, Implementation.BouncyCastle} in getData()
66 public enum Algorithm { enum in SignaturePerfTest
90 public void setUp(Algorithm algorithm) throws Exception { in setUp()
117 public void timeSign(Algorithm algorithm, Implementation implementation) throws Exception { in timeSign()
140 public void timeVerify(Algorithm algorithm, Implementation implementation) throws Exception { in timeVerify()
DKeyPairGeneratorPerfTest.java43 {Algorithm.RSA, Implementation.BouncyCastle}, in getData()
44 {Algorithm.DSA, Implementation.BouncyCastle}, in getData()
45 {Algorithm.RSA, Implementation.OpenSSL} in getData()
49 public enum Algorithm { enum in KeyPairGeneratorPerfTest
62 public void setUp(Algorithm algorithm, Implementation implementation) throws Exception { in setUp()
78 public void time(Algorithm algorithm, Implementation implementation) throws Exception { in time()
DCipherPerfTest.java101 public Algorithm mAlgorithm = Algorithm.AES;
103 public enum Algorithm { enum in CipherPerfTest
/frameworks/native/libs/ftl/
Dalgorithm_test.cpp27 TEST(Algorithm, FindIf) { in TEST() argument
50 TEST(Algorithm, StaticRef) { in TEST() argument
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java19 import android.hardware.security.keymint.Algorithm;
145 public static final int KM_ALGORITHM_RSA = Algorithm.RSA;
146 public static final int KM_ALGORITHM_EC = Algorithm.EC;
147 public static final int KM_ALGORITHM_AES = Algorithm.AES;
148 public static final int KM_ALGORITHM_3DES = Algorithm.TRIPLE_DES;
149 public static final int KM_ALGORITHM_HMAC = Algorithm.HMAC;
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyAgreementSpi.java19 import android.hardware.security.keymint.Algorithm;
61 super(Algorithm.EC); in ECDH()
72 super(Algorithm.EC); in XDH()
/frameworks/proto_logging/stats/enums/system/security/keystore2/
Denums.proto32 enum Algorithm { enum
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem57 Signature Algorithm: sha512WithRSAEncryption
64 Public Key Algorithm: rsaEncryption
147 Signature Algorithm: sha512WithRSAEncryption
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc29 // LR(1) Algorithm //
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc35 // LR(1) Algorithm //
/frameworks/proto_logging/stats/
Datoms.proto17185 enum Algorithm { enum
17196 /** Algorithm associated with the key */
17197 optional Algorithm algorithm = 1;
17286 * Logs: key creation events with Algorithm, Origin, Error and Attestation info.
17291 // Algorithm associated with the key
17292 optional android.system.security.keystore2.Algorithm algorithm = 1;
17379 // Algorithm associated with the key
17380 optional android.system.security.keystore2.Algorithm algorithm = 1;