Searched defs:x509 (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/shims/
H A Dcrypto_util.cc34 #include <openssl/x509.h>
210 X509* x509 = *x509_ptr; local
211 if (!x509) {
216 if (X509_verify(x509, pkey) <= 0) {
224 x509->cert_info->subject,
253 EVP_PKEY* cert_pubkey = X509_get_pubkey(x509);
319 X509* x509 = NULL; local
322 &rsa, &pkey, &raw_certificate_bio, &x509);
323 if (x509) {
324 X509_free(x509);
[all...]

Completed in 84 milliseconds