Home
last modified time | relevance | path

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

123456

/external/boringssl/src/crypto/x509v3/
Dv3_purp.c114 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose()
584 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client()
601 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server()
613 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server()
624 static int purpose_smime(const X509 *x, int ca) in purpose_smime()
644 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign()
653 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt()
662 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign()
677 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper()
687 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/jetty/src/java/org/eclipse/jetty/util/
DByteArrayISO8859Writer.java119 char[] ca ={c}; in write() local
126 public void write(char[] ca) in write()
145 public void write(char[] ca,int offset, int length) in write()
208 private void writeEncoded(char[] ca,int offset, int length) in writeEncoded()
/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/libcxx/test/std/utilities/utility/forward/
Dforward4.fail.cpp23 const A ca = A(); in main() local
Dforward2.fail.cpp23 const A ca = A(); in main() local
Dforward5.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_only1.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_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/std/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp27 char ca[n] = {0}; in test_char() local
/external/libmpeg2/common/
Dideint_cac.c105 WORD32 ca; in cac_4x8() local
342 WORD32 ca; /* combing artifact result */ in ideint_cac_8x8() local
/external/eigen/blas/f2c/
Dlsame.c15 logical lsame_(char *ca, char *cb, ftnlen ca_len, ftnlen cb_len) in lsame_()
/external/clang/test/CXX/over/over.built/
Dp25.cpp14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
/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/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/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DBaseUrlValidateFunction.java86 char[] ca = string.toCharArray(); in toLowerCaseAsciiOnly() local
/external/llvm/lib/MC/
DStringTableBuilder.cpp22 char ca = a[sizeA - i - 1]; in compareBySuffix() local
/external/javassist/src/main/javassist/convert/
DTransformWriteField.java39 CodeAttribute ca = iterator.get(); in transform() local

123456