/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
D | v3_purp.c | 109 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 552 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client() 563 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server() 576 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server() 587 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 607 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign() 616 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt() 625 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign() 640 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 650 int ca) in check_purpose_timestamp_sign() [all …]
|
/external/openssl/crypto/x509v3/ |
D | v3_purp.c | 109 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 552 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client() 563 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server() 576 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server() 587 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 607 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign() 616 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt() 625 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign() 640 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 650 int ca) in check_purpose_timestamp_sign() [all …]
|
/external/javassist/src/main/javassist/ |
D | CtConstructor.java | 151 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty() local 252 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBeforeBody() local 282 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 354 CodeAttribute ca = minfo.getCodeAttribute(); in toMethod() local 371 private static void removeConsCall(CodeAttribute ca) in removeConsCall()
|
D | CtBehavior.java | 428 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); in setBody0() local 547 CodeAttribute ca = methodInfo.getCodeAttribute(); in addLocalVariable() local 607 CodeAttribute ca = methodInfo.getCodeAttribute(); in addParameter2() local 693 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBefore() local 764 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAfter() local 1009 CodeAttribute ca = methodInfo.getCodeAttribute(); in addCatch() local 1049 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 1101 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAt() local
|
/external/libcxx/test/utilities/utility/forward/ |
D | forward5.fail.cpp | 23 const A ca = A(); in main() local
|
D | forward2.fail.cpp | 23 const A ca = A(); in main() local
|
D | forward4.fail.cpp | 23 const A ca = A(); in main() local
|
D | move_only4.fail.cpp | 49 const move_only ca = move_only(); in main() local
|
D | move_only2.fail.cpp | 49 const move_only ca = move_only(); in main() local
|
D | move_only3.fail.cpp | 46 const move_only ca = move_only(); in main() local
|
D | move_only1.fail.cpp | 49 const move_only ca = move_only(); in main() local
|
D | move_if_noexcept.pass.cpp | 48 const A ca; in main() local
|
D | forward.pass.cpp | 40 const A ca = A(); in main() local
|
D | move_copy.pass.cpp | 51 const A ca = A(); in main() local
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/ |
D | fill.pass.cpp | 27 char ca[n] = {0}; in test_char() local
|
/external/clang/test/CXX/over/over.built/ |
D | p25.cpp | 14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/ |
D | cipher_driver.c | 374 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers, in cipher_array_alloc_init() 498 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) { in cipher_array_test_throughput() 516 cipher_t **ca = NULL; in cipher_driver_test_array_throughput() local
|
/external/srtp/crypto/test/ |
D | cipher_driver.c | 345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers, in cipher_array_alloc_init() 458 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) { in cipher_array_test_throughput() 476 cipher_t **ca = NULL; in cipher_driver_test_array_throughput() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/ |
D | NewInstanceDebuggee.java | 42 checkClass[][] ca = {{new checkClass()}, {new checkClass()}}; in run() local
|
/external/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 20 char ca = a[sizeA - i - 1]; in compareBySuffix() local
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
D | BaseUrlValidateFunction.java | 86 char[] ca = string.toCharArray(); in toLowerCaseAsciiOnly() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAnalyzer.java | 25 public CodeAnalyzer(CodeAttribute ca) { in CodeAnalyzer() 61 private void initStack(int[] stack, CodeAttribute ca) { in initStack()
|
D | MethodInfo.java | 414 CodeAttribute ca = getCodeAttribute(); in rebuildStackMap() local 431 CodeAttribute ca = getCodeAttribute(); in rebuildStackMapForME() local 448 CodeAttribute ca = getCodeAttribute(); in getLineNumber() local
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
D | X509CRLEntryHolder.java | 20 private GeneralNames ca; field in X509CRLEntryHolder
|
/external/javassist/src/main/javassist/convert/ |
D | TransformWriteField.java | 39 CodeAttribute ca = iterator.get(); in transform() local
|