HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 301 - 325 of 3728) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-gnustl-full/unit/
plusminus_test.cpp 2 #include <algorithm>
  /ndk/tests/device/test-stlport/unit/
advance_test.cpp 2 #include <algorithm>
bnegate_test.cpp 1 #include <algorithm>
bsearch_test.cpp 1 #include <algorithm>
greater_test.cpp 2 #include <algorithm>
less_test.cpp 2 #include <algorithm>
lexcmp_test.cpp 2 #include <algorithm>
neq_test.cpp 2 #include <algorithm>
ostmit_test.cpp 5 #include <algorithm>
plusminus_test.cpp 2 #include <algorithm>
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
touch_position_correction_utils.h 20 #include <algorithm>
  /system/keymaster/
google_keymaster.cpp 59 bool check_supported(keymaster_algorithm_t algorithm, SupportedResponse<T>* response) {
60 if (!array_contains(supported_algorithms, algorithm)) {
75 GoogleKeymaster::SupportedBlockModes(keymaster_algorithm_t algorithm,
77 if (response == NULL || !check_supported(algorithm, response))
84 GoogleKeymaster::SupportedPaddingModes(keymaster_algorithm_t algorithm,
86 if (response == NULL || !check_supported(algorithm, response))
90 switch (algorithm) {
103 void GoogleKeymaster::SupportedDigests(keymaster_algorithm_t algorithm,
105 if (response == NULL || !check_supported(algorithm, response))
109 switch (algorithm) {
    [all...]
key.cpp 39 switch (blob.algorithm()) {
55 keymaster_algorithm_t algorithm; local
56 if (!key_description.GetTagValue(TAG_ALGORITHM, &algorithm)) {
61 switch (algorithm) {
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 70 getnewci(qtype, keytag, algorithm, flags, certlen, cert)
71 int qtype, keytag, algorithm, flags, certlen;
83 res->ci_algorithm = algorithm;
127 int type, keytag, algorithm; local
170 algorithm = *cp++; /* algorithm */
175 type, keytag, algorithm, rdlength);
179 cur->ci_next = getnewci(type, keytag, algorithm,
214 int qtype, qclass, keytag, algorithm; local
303 algorithm = *cp++; /* algorithm *
    [all...]
  /external/chromium_org/content/child/webcrypto/openssl/
rsa_key_openssl.cc 163 Status ImportRsaPrivateKey(const blink::WebCryptoAlgorithm& algorithm,
195 algorithm.id(),
196 algorithm.rsaHashedImportParams()->hash(),
202 Status ImportRsaPublicKey(const blink::WebCryptoAlgorithm& algorithm,
222 algorithm.id(),
223 algorithm.rsaHashedImportParams()->hash(),
247 const blink::WebCryptoAlgorithm& algorithm,
254 algorithm.rsaHashedKeyGenParams();
296 algorithm.id(),
305 algorithm.id()
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_Impl1Test.java 73 assertEquals("Incorrect algorithm", keyA.getAlgorithm(),
80 assertNull("Algorithm must be null", keyA.getAlgorithm());
97 String algorithm) {
98 super(keyAgreeSpi, provider, algorithm);
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 63 protected SecretKey engineGenerateSecret(String algorithm)
66 if (algorithm.length() == 0) {
67 throw new NoSuchAlgorithmException("Algorithm is empty");
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStorePrivateKeyEntryTest.java 65 String algorithm = certificate.getPublicKey().getAlgorithm(); local
67 .getInstance(algorithm);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature1.java 53 * @param algorithm
55 public MySignature1(String algorithm) {
56 super(algorithm);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
CertificationRequest.java 49 AlgorithmIdentifier algorithm,
53 this.sigAlgId = algorithm;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 33 public OpenSSLDigest(String algorithm, int byteSize) {
35 delegate = MessageDigest.getInstance(algorithm, "AndroidOpenSSL");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
PBESecretKeyFactory.java 23 String algorithm,
31 super(algorithm, oid);
  /external/chromium_org/crypto/
secure_hash_default.cc 86 SecureHash* SecureHash::Create(Algorithm algorithm) {
87 switch (algorithm) {
secure_hash_openssl.cc 92 SecureHash* SecureHash::Create(Algorithm algorithm) {
93 switch (algorithm) {
  /external/chromium_org/crypto/third_party/nss/
pk11akey.cc 63 &epki->algorithm,
73 &epki->algorithm, &crypto_param, password);

Completed in 1565 milliseconds

<<11121314151617181920>>