Home
last modified time | relevance | path

Searched +defs:ca +defs:path (Results 1 – 13 of 13) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/nsfs/
Dpidns.c44 char path[] = "/proc/0123456789/ns/pid"; in main() local
45 struct cr_clone_arg ca; in main() local
/external/curl/lib/
Dcurl_addrinfo.c84 struct Curl_addrinfo *ca; in Curl_freeaddrinfo() local
118 struct Curl_addrinfo *ca; in Curl_getaddrinfo_ex() local
470 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, in Curl_unix2addr()
574 struct Curl_addrinfo *ca; in Curl_addrinfo_set_port() local
/external/ant-glob/src/org/apache/tools/ant/util/
DFileUtils.java149 public String[] dissect(String path) { in dissect()
163 char[] ca = path.toCharArray(); in dissect() local
/external/llvm-project/llvm/lib/LTO/
DLTOModule.cpp111 LTOModule::createFromFile(LLVMContext &Context, StringRef path, in createFromFile()
125 LTOModule::createFromOpenFile(LLVMContext &Context, int fd, StringRef path, in createFromOpenFile()
131 LTOModule::createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path, in createFromOpenFileSlice()
149 StringRef path) { in createFromBuffer()
158 const TargetOptions &options, StringRef path) { in createInLocalContext()
256 if (ConstantDataArray *ca = dyn_cast<ConstantDataArray>(cn)) { in objcClassNameFromExpression() local
656 size_t buffer_size, const char *path, in createInputFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp109 LTOModule::createFromFile(LLVMContext &Context, StringRef path, in createFromFile()
123 LTOModule::createFromOpenFile(LLVMContext &Context, int fd, StringRef path, in createFromOpenFile()
129 LTOModule::createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path, in createFromOpenFileSlice()
147 StringRef path) { in createFromBuffer()
156 const TargetOptions &options, StringRef path) { in createInLocalContext()
252 if (ConstantDataArray *ca = dyn_cast<ConstantDataArray>(cn)) { in objcClassNameFromExpression() local
653 size_t buffer_size, const char *path, in createInputFile()
/external/openssh/
Dsshsig.c618 int ca; member
623 sshsigopt_parse(const char *opts, const char *path, u_long linenum, in sshsigopt_parse()
684 parse_principals_key_and_options(const char *path, u_long linenum, char *line, in parse_principals_key_and_options()
781 check_allowed_keys_line(const char *path, u_long linenum, char *line, in check_allowed_keys_line()
833 sshsig_check_allowed_keys(const char *path, const struct sshkey *sign_key, in sshsig_check_allowed_keys()
873 cert_filter_principals(const char *path, u_long linenum, in cert_filter_principals()
927 get_matching_principals_from_line(const char *path, u_long linenum, char *line, in get_matching_principals_from_line()
979 sshsig_find_principals(const char *path, const struct sshkey *sign_key, in sshsig_find_principals()
Dssh-keygen.c910 fingerprint_private(const char *path) in fingerprint_private()
944 const char *path; in do_fingerprint() local
1038 char *path; in do_gen_all_hostkeys() member
1673 load_pkcs11_key(char *path) in load_pkcs11_key()
1722 struct sshkey *ca, *public; in do_ca_sign() local
2104 const char *path; in do_show_cert() local
2154 load_krl(const char *path, struct ssh_krl **krlp) in load_krl()
2205 const struct sshkey *ca, struct ssh_krl *krl) in update_krl_from_file()
2209 char *path, *cp, *ep, *line = NULL; in update_krl_from_file() local
2364 struct sshkey *ca = NULL; in do_gen_krl() local
[all …]
/external/llvm/lib/LTO/
DLTOModule.cpp110 LTOModule::createFromFile(LLVMContext &Context, const char *path, in createFromFile()
124 LTOModule::createFromOpenFile(LLVMContext &Context, int fd, const char *path, in createFromOpenFile()
131 const char *path, size_t map_size, in createFromOpenFileSlice()
147 StringRef path) { in createFromBuffer()
156 const TargetOptions &options, StringRef path) { in createInLocalContext()
261 if (ConstantDataArray *ca = dyn_cast<ConstantDataArray>(cn)) { in objcClassNameFromExpression() local
/external/curl/lib/vtls/
Dbearssl.c73 struct cafile_parser *ca = ctx; in append_dn() local
87 struct cafile_parser *ca = ctx; in x509_push() local
93 static CURLcode load_cafile(const char *path, br_x509_trust_anchor **anchors, in load_cafile()
96 struct cafile_parser ca; in load_cafile() local
/external/skia/tests/
DPathBuilderTest.cpp61 static bool check_points(const SkPath& path, const SkPoint expected[], size_t count) { in check_points()
170 SkPathConvexity ca = SkPathPriv::GetConvexityOrUnknown(a), in is_eq() local
/external/ipsec-tools/src/racoon/
Doakley.c1440 char path[MAXPATHLEN]; local
1441 char *ca; local
1677 char path[MAXPATHLEN]; local
1761 char path[MAXPATHLEN]; local
1816 static vchar_t* keystore_sign(vchar_t* src, const char* path) { in keystore_sign()
1871 char path[MAXPATHLEN]; local
Dcrypto_openssl.c291 int ca, cb; in nocase_cmp() local
337 int ca, cb; in nocase_spacenorm_cmp() local
446 static BIO *BIO_from_android(char *path) in BIO_from_android()
895 eay_get_x509cert(path) in eay_get_x509cert() argument
1005 eay_get_pkcs1privkey(path) in eay_get_pkcs1privkey() argument
1068 eay_get_pkcs1pubkey(path) in eay_get_pkcs1pubkey() argument
/external/python/cpython3/Modules/
D_ssl.c1868 _ssl__test_decode_cert_impl(PyObject *module, PyObject *path) in _ssl__test_decode_cert_impl()
4669 int x509 = 0, crl = 0, ca = 0, i; in _ssl__SSLContext_cert_store_stats_impl() local
5412 _ssl_RAND_egd_impl(PyObject *module, PyObject *path) in _ssl_RAND_egd_impl()