/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
pcy_map.c | 60 #include <openssl/x509.h> 69 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps)
|
v3conf.c | 64 #include <openssl/x509.h> 72 X509 *cert;
|
v3prin.c | 64 #include <openssl/x509.h> 69 X509 *cert;
|
v3_conf.c | 66 #include <openssl/x509.h> 347 X509 *cert) 446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, 500 char *section, X509 *cert)
|
/external/openssl/apps/ |
s_cb.c | 121 #include <openssl/x509.h> 135 X509 *err_cert; 204 X509 *x509; 226 x509=SSL_get_certificate(ssl); 228 if (x509 != NULL) { 230 pktmp = X509_get_pubkey(x509); 253 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key)
|
/external/openssl/crypto/engine/ |
eng_pkey.c | 169 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey, 170 STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data)
|
/external/openssl/crypto/ocsp/ |
ocsp_asn.c | 65 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SIGNATURE, certs, X509, 0) 164 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_BASICRESP, certs, X509, 0)
|
/external/openssl/crypto/x509/ |
x509_d2.c | 1 /* crypto/x509/x509_d2.c */ 62 #include <openssl/x509.h>
|
x509cset.c | 1 /* crypto/x509/x509cset.c */ 64 #include <openssl/x509.h>
|
/external/openssl/crypto/x509v3/ |
pcy_map.c | 60 #include <openssl/x509.h> 69 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps)
|
v3conf.c | 64 #include <openssl/x509.h> 72 X509 *cert;
|
v3prin.c | 64 #include <openssl/x509.h> 69 X509 *cert;
|
v3_conf.c | 66 #include <openssl/x509.h> 347 X509 *cert) 446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, 500 char *section, X509 *cert)
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduContentTypes.java | 52 "application/x-x509-ca-cert", /* 0x1A */ 53 "application/x-x509-user-cert", /* 0x1B */
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
DSAPublicKeyImpl.java | 43 import org.apache.harmony.security.x509.AlgorithmIdentifier; 44 import org.apache.harmony.security.x509.SubjectPublicKeyInfo;
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
TimeStampReq.java | 20 package org.apache.harmony.security.x509.tsp; 31 import org.apache.harmony.security.x509.Extensions;
|
/libcore/support/src/test/java/tests/support/ |
Support_TestProvider.java | 116 put("CertificateFactory.X509", 119 put("Alg.Alias.CertificateFactory.X.509", "X509");
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertInstallerMain.java | 144 } else if ("application/x-x509-ca-cert".equals(type) 145 || "application/x-x509-user-cert".equals(type)) {
|
/build/tools/releasetools/ |
sign_target_files_apks | 220 extra_recovery_keys = [OPTIONS.key_map.get(k, k) + ".x509.pem" 229 m = re.match(r"^(.*)\.x509\.pem$", k) 233 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem") 242 OPTIONS.key_map.get(devkey, devkey) + ".x509.pem") 258 # SystemUpdateActivity uses the x509.pem version of the keys, but
|
/external/chromium_org/net/cert/ |
x509_certificate_openssl.cc | 45 STACK_OF(X509)* certs = NULL; 55 X509* x509_cert = 159 // We allow the X509 store to leak, because it is used from a non-joinable 220 // certificate and cache the data within the X509 cert using X509_set_ex_data. 334 X509* cert = d2i_X509(NULL, &d2i_data, length);
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s3_clnt.c | 1157 X509 *x=NULL; 1160 STACK_OF(X509) *sk=NULL; 3165 X509 *x509=NULL; local [all...] |
/external/openssl/ssl/ |
s3_clnt.c | 1157 X509 *x=NULL; 1160 STACK_OF(X509) *sk=NULL; 3187 X509 *x509=NULL; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
opensslstreamadapter.cc | 658 peer_certificate_->x509() : NULL, 777 SSL_CTX_add_client_CA(ctx, peer_certificate_->x509()); 804 X509* cert = X509_STORE_CTX_get_current_cert(store); 831 X509* cert = X509_STORE_CTX_get_current_cert(store); 836 X509_cmp(cert, stream->peer_certificate_->x509()) == 0) { 841 X509* cert = X509_STORE_CTX_get_current_cert(store); 886 const X509* peer_cert,
|
/external/chromium_org/third_party/openssl/openssl/crypto/store/ |
store.h | 72 #include <openssl/x509.h> 143 STORE_OBJECT_TYPE_X509_CERTIFICATE= 0x01, /* X509 * */ 220 X509 *certificate; 221 } x509; member in union:STORE_OBJECT_st::__anon15615 236 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[], 238 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[], 249 X509 *STORE_list_certificate_next(STORE *e, void *handle);
|
/external/openssl/crypto/store/ |
store.h | 72 #include <openssl/x509.h> 143 STORE_OBJECT_TYPE_X509_CERTIFICATE= 0x01, /* X509 * */ 220 X509 *certificate; 221 } x509; member in union:STORE_OBJECT_st::__anon26084 236 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[], 238 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[], 249 X509 *STORE_list_certificate_next(STORE *e, void *handle);
|