HomeSort by relevance Sort by last modified time
    Searched refs:x509 (Results 401 - 425 of 444) sorted by null

<<1112131415161718

  /external/openssl/crypto/x509v3/
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)
pcy_tree.c 60 #include <openssl/x509.h>
143 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
150 X509 *x;
769 STACK_OF(X509) *certs,
v3_asid.c 70 #include <openssl/x509.h>
705 STACK_OF(X509) *chain,
710 X509 *x;
831 int v3_asid_validate_resource_set(STACK_OF(X509) *chain,
  /external/openssl/include/openssl/
engine.h 98 #include <openssl/x509.h>
285 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey,
286 STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data);
565 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
566 STACK_OF(X509) **pother,
    [all...]
ocsp.h 68 #include <openssl/x509.h>
146 STACK_OF(X509) *certs;
308 STACK_OF(X509) *certs;
413 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
428 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
431 X509 *signer,
434 STACK_OF(X509) *certs,
456 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
476 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert)
    [all...]
pem.h 70 #include <openssl/x509.h>
114 #define PEM_STRING_X509_OLD "X509 CERTIFICATE"
120 #define PEM_STRING_X509_CRL "X509 CRL"
459 DECLARE_PEM_rw(X509, X509)
461 DECLARE_PEM_rw(X509_AUX, X509)
ts.h 101 #include <openssl/x509.h>
505 X509 *signer_cert;
507 STACK_OF(X509) *certs; /* Certs to include in signed data. */
542 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer);
551 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs);
614 int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs,
615 X509_STORE *store, X509 **signer_out);
662 STACK_OF(X509) *certs;
732 X509 *TS_CONF_load_cert(const char *file);
733 STACK_OF(X509) *TS_CONF_load_certs(const char *file)
    [all...]
  /external/skia/emoji/
gmoji_pua_table.h 75 0x506, 0x507, 0x508, 0x509, 0x50A, 0x50B, 0x50C, 0x50D,
  /external/openssl/ssl/
ssl_sess.c 1061 int (*cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey))
1066 int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL * ssl, X509 ** x509 , EVP_PKEY **pkey)
    [all...]
s3_both.c 125 #include <openssl/x509.h>
299 static int ssl3_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x)
318 unsigned long ssl3_output_cert_chain(SSL *s, X509 *x)
325 STACK_OF(X509) *cert_chain;
536 int ssl_cert_type(X509 *x, EVP_PKEY *pkey)
ssl_asn1.c 90 #include <openssl/x509.h>
  /external/openssl/apps/
s_server.c 179 #include <openssl/x509.h>
717 X509 *x = NULL;
775 id = OCSP_cert_to_id(NULL, x, obj.data.x509);
776 X509_free(obj.data.x509);
861 X509 *s_cert = NULL, *s_dcert = NULL;
866 X509 *s_cert2 = NULL;
    [all...]
apps.c 129 #include <openssl/x509.h>
458 int dump_cert_text (BIO *out, X509 *x)
742 EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca)
785 X509 *load_cert(BIO *err, const char *file, int format,
788 X509 *x=NULL;
1110 STACK_OF(X509) **pcerts, STACK_OF(X509_CRL) **pcrls)
1163 if (xi->x509 && pcerts)
1165 if (!sk_X509_push(*pcerts, xi->x509))
1167 xi->x509 = NULL
    [all...]
enc.c 67 #include <openssl/x509.h>
x509.c 1 /* apps/x509.c */
72 #include <openssl/x509.h>
91 "usage: x509 args\n",
157 static int sign (X509 *x, EVP_PKEY *pkey,int days,int clrext, const EVP_MD *digest,
160 X509 *x,X509 *xca,EVP_PKEY *pkey,char *serial,
163 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
173 X509 *x=NULL,*xca=NULL;
1136 X509 *x, X509 *xca, EVP_PKEY *pkey, char *serialfile, int create
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1 /* crypto/x509/x509_vfy.c */
69 #include <openssl/x509.h>
112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
121 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
123 X509_CRL *crl, X509 *x);
125 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x)
    [all...]
  /external/openssl/crypto/dsa/
dsa_ameth.c 60 #include <openssl/x509.h>
  /external/openssl/crypto/ocsp/
ocsp.h 68 #include <openssl/x509.h>
146 STACK_OF(X509) *certs;
308 STACK_OF(X509) *certs;
413 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
428 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
431 X509 *signer,
434 STACK_OF(X509) *certs,
456 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
476 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert)
    [all...]
  /external/openssl/crypto/pem/
pem.h 70 #include <openssl/x509.h>
114 #define PEM_STRING_X509_OLD "X509 CERTIFICATE"
120 #define PEM_STRING_X509_CRL "X509 CRL"
459 DECLARE_PEM_rw(X509, X509)
461 DECLARE_PEM_rw(X509_AUX, X509)
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 23 package org.apache.harmony.security.x509;
86 * @see org.apache.harmony.security.x509.NameConstraints
87 * @see org.apache.harmony.security.x509.GeneralSubtree
    [all...]
  /build/core/
Makefile 249 # exist with the suffixes ".x509.pem" and ".pk8".
540 $(TARGET_OUT_ETC)/security/otacerts.zip: $(addsuffix .x509.pem,$(DEFAULT_KEY_CERT_PAIR))
634 OTA_PUBLIC_KEYS := $(SRC_TARGET_DIR)/product/security/testkey.x509.pem
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 6 import org.bouncycastle.asn1.x509.GeneralName;
7 import org.bouncycastle.asn1.x509.GeneralSubtree;
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp 125 void operator()(X509* p) const {
129 typedef UniquePtr<X509, X509_Delete> Unique_X509;
146 void operator()(STACK_OF(X509)* p) const {
150 typedef UniquePtr<STACK_OF(X509), sk_X509_Delete> Unique_sk_X509;
2601 X509* x509 = SSL_get_peer_certificate(ssl); local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 1 package org.bouncycastle.asn1.x509;
577 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
587 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
600 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
613 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
628 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
671 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
860 * @param inOrder if true the order of both X509 names must be the same,
    [all...]
  /external/openssl/crypto/asn1/
asn_mime.c 59 #include <openssl/x509.h>

Completed in 4253 milliseconds

<<1112131415161718