Searched refs:xsc (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | x509.c | 1156 X509_STORE_CTX xsc; in x509_certify() local 1163 if(!X509_STORE_CTX_init(&xsc,ctx,x,NULL)) in x509_certify() 1176 X509_STORE_CTX_set_cert(&xsc,x); in x509_certify() 1177 X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE); in x509_certify() 1178 if (!reqfile && X509_verify_cert(&xsc) <= 0) in x509_certify() 1215 X509_STORE_CTX_cleanup(&xsc); in x509_certify()
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | x509.c | 1156 X509_STORE_CTX xsc; in x509_certify() local 1163 if(!X509_STORE_CTX_init(&xsc,ctx,x,NULL)) in x509_certify() 1176 X509_STORE_CTX_set_cert(&xsc,x); in x509_certify() 1177 X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE); in x509_certify() 1178 if (!reqfile && X509_verify_cert(&xsc) <= 0) in x509_certify() 1215 X509_STORE_CTX_cleanup(&xsc); in x509_certify()
|