/external/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.min.max/Android.mk 19 test_name := algorithms/alg.sorting/alg.min.max/max_element 23 test_name := algorithms/alg.sorting/alg.min.max/minmax_init_list_comp 27 test_name := algorithms/alg.sorting/alg.min.max/min_element_comp 31 test_name := algorithms/alg.sorting/alg.min.max/min_comp 35 test_name := algorithms/alg.sorting/alg.min.max/minmax_element 39 test_name := algorithms/alg.sorting/alg.min.max/minmax_init_list 43 test_name := algorithms/alg.sorting/alg.min.max/min 47 test_name := algorithms/alg.sorting/alg.min.max/minmax 51 test_name := algorithms/alg.sorting/alg.min.max/max_comp [all …]
|
/external/libcxx/test/re/re.alg/re.alg.search/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/re/re.alg/re.alg.search/Android.mk 19 test_name := re/re.alg/re.alg.search/awk 23 test_name := re/re.alg/re.alg.search/grep 27 test_name := re/re.alg/re.alg.search/egrep 31 test_name := re/re.alg/re.alg.search/ecma 35 test_name := re/re.alg/re.alg.search/extended 39 test_name := re/re.alg/re.alg.search/no_update_pos 43 test_name := re/re.alg/re.alg.search/basic 47 test_name := re/re.alg/re.alg.search/lookahead 51 test_name := re/re.alg/re.alg.search/backup
|
/external/libcxx/test/re/re.alg/re.alg.match/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/re/re.alg/re.alg.match/Android.mk 19 test_name := re/re.alg/re.alg.match/awk 23 test_name := re/re.alg/re.alg.match/grep 27 test_name := re/re.alg/re.alg.match/egrep 31 test_name := re/re.alg/re.alg.match/ecma 35 test_name := re/re.alg/re.alg.match/extended 39 test_name := re/re.alg/re.alg.match/basic 43 test_name := re/re.alg/re.alg.match/parse_curly_brackets 47 test_name := re/re.alg/re.alg.match/lookahead_capture
|
/external/openssl/crypto/asn1/ |
D | x_algor.c | 80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) 82 if (!alg) 86 if (alg->parameter == NULL) 87 alg->parameter = ASN1_TYPE_new(); 88 if (alg->parameter == NULL) 91 if (alg) 93 if (alg->algorithm) 94 ASN1_OBJECT_free(alg->algorithm); 95 alg->algorithm = aobj; 101 if (alg->parameter) [all …]
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
D | x_algor.c | 78 int X509_ALGOR_set0(X509_ALGOR *alg, const ASN1_OBJECT *aobj, int ptype, void *pval) 80 if (!alg) 84 if (alg->parameter == NULL) 85 alg->parameter = ASN1_TYPE_new(); 86 if (alg->parameter == NULL) 89 if (alg) 91 if (alg->algorithm) 92 ASN1_OBJECT_free(alg->algorithm); 93 alg->algorithm = (ASN1_OBJECT*) aobj; 99 if (alg->parameter) [all …]
|
/external/libcxx/test/re/re.alg/re.alg.replace/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/re/re.alg/re.alg.replace/Android.mk 19 test_name := re/re.alg/re.alg.replace/test2 23 test_name := re/re.alg/re.alg.replace/test3 27 test_name := re/re.alg/re.alg.replace/test5 31 test_name := re/re.alg/re.alg.replace/test1 35 test_name := re/re.alg/re.alg.replace/test6 39 test_name := re/re.alg/re.alg.replace/test4
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.partitions/partition 23 test_name := algorithms/alg.modifying.operations/alg.partitions/partition_copy 27 test_name := algorithms/alg.modifying.operations/alg.partitions/stable_partition 31 test_name := algorithms/alg.modifying.operations/alg.partitions/is_partitioned 35 test_name := algorithms/alg.modifying.operations/alg.partitions/partition_point
|
/external/chromium_org/third_party/webrtc/base/ |
D | messagedigest.cc | 37 MessageDigest* MessageDigestFactory::Create(const std::string& alg) { in Create() argument 39 MessageDigest* digest = new OpenSSLDigest(alg); in Create() 47 if (alg == DIGEST_MD5) { in Create() 49 } else if (alg == DIGEST_SHA_1) { in Create() 56 bool IsFips180DigestAlgorithm(const std::string& alg) { in IsFips180DigestAlgorithm() argument 62 return alg == DIGEST_SHA_1 || in IsFips180DigestAlgorithm() 63 alg == DIGEST_SHA_224 || in IsFips180DigestAlgorithm() 64 alg == DIGEST_SHA_256 || in IsFips180DigestAlgorithm() 65 alg == DIGEST_SHA_384 || in IsFips180DigestAlgorithm() 66 alg == DIGEST_SHA_512; in IsFips180DigestAlgorithm() [all …]
|
/external/openssl/crypto/engine/ |
D | eng_fat.c | 103 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb() argument 106 if (!strncmp(alg, "ALL", len)) in int_def_cb() 108 else if (!strncmp(alg, "RSA", len)) in int_def_cb() 110 else if (!strncmp(alg, "DSA", len)) in int_def_cb() 112 else if (!strncmp(alg, "ECDH", len)) in int_def_cb() 114 else if (!strncmp(alg, "ECDSA", len)) in int_def_cb() 116 else if (!strncmp(alg, "DH", len)) in int_def_cb() 118 else if (!strncmp(alg, "RAND", len)) in int_def_cb() 120 else if (!strncmp(alg, "CIPHERS", len)) in int_def_cb() 122 else if (!strncmp(alg, "DIGESTS", len)) in int_def_cb() [all …]
|
/external/libcxx/test/algorithms/alg.nonmodifying/alg.search/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.search/Android.mk 19 test_name := algorithms/alg.nonmodifying/alg.search/search 23 test_name := algorithms/alg.nonmodifying/alg.search/search_n 27 test_name := algorithms/alg.nonmodifying/alg.search/search_n_pred 31 test_name := algorithms/alg.nonmodifying/alg.search/search_pred
|
/external/libcxx/test/algorithms/alg.sorting/alg.merge/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.merge/Android.mk 19 test_name := algorithms/alg.sorting/alg.merge/inplace_merge_comp 23 test_name := algorithms/alg.sorting/alg.merge/merge 27 test_name := algorithms/alg.sorting/alg.merge/inplace_merge 31 test_name := algorithms/alg.sorting/alg.merge/merge_comp
|
/external/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/Android.mk 19 test_name := algorithms/alg.sorting/alg.permutation.generators/next_permutation 23 test_name := algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp 27 test_name := algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp 31 test_name := algorithms/alg.sorting/alg.permutation.generators/prev_permutation
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.copy/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.copy/Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.copy/copy_n 23 test_name := algorithms/alg.modifying.operations/alg.copy/copy_backward 27 test_name := algorithms/alg.modifying.operations/alg.copy/copy_if 31 test_name := algorithms/alg.modifying.operations/alg.copy/copy
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy_if 23 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy 27 test_name := algorithms/alg.modifying.operations/alg.replace/replace_if 31 test_name := algorithms/alg.modifying.operations/alg.replace/replace
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.unique/unique_pred 23 test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy 27 test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy_pred 31 test_name := algorithms/alg.modifying.operations/alg.unique/unique
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy_if 23 test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy 27 test_name := algorithms/alg.modifying.operations/alg.remove/remove 31 test_name := algorithms/alg.modifying.operations/alg.remove/remove_if
|
/external/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/Android.mk 19 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until 23 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp 27 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted 31 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp
|
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/Android.mk 19 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until 23 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp 27 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap 31 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp
|
/external/libcxx/test/algorithms/alg.nonmodifying/alg.find/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find/Android.mk 19 test_name := algorithms/alg.nonmodifying/alg.find/find_if 23 test_name := algorithms/alg.nonmodifying/alg.find/find 27 test_name := algorithms/alg.nonmodifying/alg.find/find_if_not
|
/external/smack/src/org/xbill/DNS/ |
D | SSHFPRecord.java | 31 private int alg; field in SSHFPRecord 49 SSHFPRecord(Name name, int dclass, long ttl, int alg, int digestType, in SSHFPRecord() argument 53 this.alg = checkU8("alg", alg); in SSHFPRecord() 60 alg = in.readU8(); in rrFromWire() 67 alg = st.getUInt8(); in rdataFromString() 75 sb.append(alg); in rrToString() 86 return alg; in getAlgorithm() 103 out.writeU8(alg); in rrToWire()
|
D | DLVRecord.java | 26 private int alg; field in DLVRecord 45 DLVRecord(Name name, int dclass, long ttl, int footprint, int alg, in DLVRecord() argument 50 this.alg = checkU8("alg", alg); in DLVRecord() 58 alg = in.readU8(); in rrFromWire() 66 alg = st.getUInt8(); in rdataFromString() 79 sb.append(alg); in rrToString() 95 return alg; in getAlgorithm() 126 out.writeU8(alg); in rrToWire()
|
D | DSRecord.java | 39 private int alg; field in DSRecord 58 DSRecord(Name name, int dclass, long ttl, int footprint, int alg, in DSRecord() argument 63 this.alg = checkU8("alg", alg); in DSRecord() 83 alg = in.readU8(); in rrFromWire() 91 alg = st.getUInt8(); in rdataFromString() 104 sb.append(alg); in rrToString() 120 return alg; in getAlgorithm() 151 out.writeU8(alg); in rrToWire()
|
D | DNSKEYRecord.java | 56 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg, in DNSKEYRecord() argument 59 super(name, Type.DNSKEY, dclass, ttl, flags, proto, alg, key); in DNSKEYRecord() 72 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg, in DNSKEYRecord() argument 75 super(name, Type.DNSKEY, dclass, ttl, flags, proto, alg, in DNSKEYRecord() 76 DNSSEC.fromPublicKey(key, alg)); in DNSKEYRecord() 85 alg = DNSSEC.Algorithm.value(algString); in rdataFromString() 86 if (alg < 0) in rdataFromString()
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/Androi… 19 test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand 23 test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle 27 test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng
|
/external/chromium_org/crypto/ |
D | symmetric_key_win.cc | 51 ALG_ID alg, in ImportRawKey() argument 67 key_header->hdr.aiKeyAlg = alg; in ImportRawKey() 73 if (alg == CALG_HMAC) { in ImportRawKey() 105 ALG_ID alg = GetAESAlgIDForKeySize(key_size_in_bits); in GenerateAESKey() local 106 if (alg == 0) in GenerateAESKey() 124 ok = CryptGenKey(safe_provider.get(), alg, CRYPT_EXPORTABLE, in GenerateAESKey() 137 bool CheckHMACKeySize(size_t key_size_in_bits, ALG_ID alg) { in CheckHMACKeySize() argument 139 switch (alg) { in CheckHMACKeySize() 168 ALG_ID alg, in GenerateHMACKey() argument 176 if (!CheckHMACKeySize(key_size_in_bits, alg)) in GenerateHMACKey() [all …]
|