Home
last modified time | relevance | path

Searched defs:ca (Results 1 – 25 of 151) sorted by relevance

1234567

/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
Dv3_purp.c109 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/
Dv3_purp.c109 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/
DCtConstructor.java151 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()
DCtBehavior.java428 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/
Dforward5.fail.cpp23 const A ca = A(); in main() local
Dforward2.fail.cpp23 const A ca = A(); in main() local
Dforward4.fail.cpp23 const A ca = A(); in main() local
Dmove_only4.fail.cpp49 const move_only ca = move_only(); in main() local
Dmove_only2.fail.cpp49 const move_only ca = move_only(); in main() local
Dmove_only3.fail.cpp46 const move_only ca = move_only(); in main() local
Dmove_only1.fail.cpp49 const move_only ca = move_only(); in main() local
Dmove_if_noexcept.pass.cpp48 const A ca; in main() local
Dforward.pass.cpp40 const A ca = A(); in main() local
Dmove_copy.pass.cpp51 const A ca = A(); in main() local
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp27 char ca[n] = {0}; in test_char() local
/external/clang/test/CXX/over/over.built/
Dp25.cpp14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
Dcipher_driver.c374 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/
Dcipher_driver.c345 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/
DNewInstanceDebuggee.java42 checkClass[][] ca = {{new checkClass()}, {new checkClass()}}; in run() local
/external/llvm/lib/MC/
DStringTableBuilder.cpp20 char ca = a[sizeA - i - 1]; in compareBySuffix() local
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DBaseUrlValidateFunction.java86 char[] ca = string.toCharArray(); in toLowerCaseAsciiOnly() local
/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java25 public CodeAnalyzer(CodeAttribute ca) { in CodeAnalyzer()
61 private void initStack(int[] stack, CodeAttribute ca) { in initStack()
DMethodInfo.java414 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/
DX509CRLEntryHolder.java20 private GeneralNames ca; field in X509CRLEntryHolder
/external/javassist/src/main/javassist/convert/
DTransformWriteField.java39 CodeAttribute ca = iterator.get(); in transform() local

1234567