Home
last modified time | relevance | path

Searched refs:xsc (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Dx509.c1133 X509_STORE_CTX xsc; in x509_certify() local
1140 if(!X509_STORE_CTX_init(&xsc,ctx,x,NULL)) in x509_certify()
1153 X509_STORE_CTX_set_cert(&xsc,x); in x509_certify()
1154 if (!reqfile && X509_verify_cert(&xsc) <= 0) in x509_certify()
1190 X509_STORE_CTX_cleanup(&xsc); in x509_certify()
/external/opencore/tools_v2/build/make/platforms/
Dandroid.mk42 SONAME_ARG := -Wl,-T,$(ANDROID_BASE)/config/armelf.xsc -Wl,--gc-sections -L$(ANDROID_BASE)/prebuilt…