Searched refs:xsc (Results 1 – 2 of 2) sorted by relevance
1133 X509_STORE_CTX xsc; in x509_certify() local1140 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()
42 SONAME_ARG := -Wl,-T,$(ANDROID_BASE)/config/armelf.xsc -Wl,--gc-sections -L$(ANDROID_BASE)/prebuilt…