/external/openssl/apps/ |
pkcs7.c | 67 #include <openssl/x509.h> 245 STACK_OF(X509) *certs=NULL; 265 X509 *x;
|
smime.c | 72 static int save_certs(char *signerfile, STACK_OF(X509) *signers); 101 X509 *cert = NULL, *recip = NULL, *signer = NULL; 103 STACK_OF(X509) *encerts = NULL, *other = NULL; 755 STACK_OF(X509) *signers; 826 static int save_certs(char *signerfile, STACK_OF(X509) *signers)
|
cms.c | 71 static int save_certs(char *signerfile, STACK_OF(X509) *signers); 117 X509 *cert = NULL, *recip = NULL, *signer = NULL; 119 STACK_OF(X509) *encerts = NULL, *other = NULL; 824 STACK_OF(X509) *allcerts; 1120 STACK_OF(X509) *signers; 1224 static int save_certs(char *signerfile, STACK_OF(X509) *signers) [all...] |
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)
|
rsautl.c | 98 X509 *x;
|
sess_id.c | 65 #include <openssl/x509.h> 93 X509 *peer = NULL; 269 BIO_printf(bio_err,"unable to write X509\n");
|
/external/openssl/crypto/pkcs7/ |
pk7_asn1.c | 63 #include <openssl/x509.h> 122 ASN1_IMP_SEQUENCE_OF_OPT(PKCS7_SIGNED, cert, X509, 0), 172 /* Minor tweak to operation: free up X509 */ 205 ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, cert, X509, 0),
|
verify.c | 62 #include <openssl/x509.h> 214 /* should be X509 * but we can just have them as char *. */ 218 X509 *err_cert;
|
pk7_doit.c | 63 #include <openssl/x509.h> 408 static int pkcs7_cmp_ri(PKCS7_RECIP_INFO *ri, X509 *pcert) 420 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) 965 STACK_OF(X509) *cert; 966 X509 *x509; local 984 x509=X509_find_by_issuer_and_serial(cert,ias->issuer,ias->serial); 987 if (x509 == NULL) 994 if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert)) 1009 return PKCS7_signatureVerify(bio, p7, si, x509); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_openssl.c | 321 X509 *cert = NULL; 355 wpa_printf(MSG_INFO, "CryptoAPI: Could not process X509 DER " 423 X509 *cert; 456 "X509 DER encoding for CA cert"); 950 static int tls_match_altsubject_component(X509 *cert, int type, 972 static int tls_match_altsubject(X509 *cert, const char *match) 1018 X509 *err_cert; 1071 "Failed add lookup for X509 store"); 1112 X509 *cert = d2i_X509(NULL, (OPENSSL_d2i_TYPE) &ca_cert_blob, 1157 if (info->x509) { 1343 X509 *x509 = NULL; local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslstreamadapter.cc | 468 ? peer_certificate_->x509() : NULL)) { 545 SSL_CTX_add_client_CA(ctx, peer_certificate_->x509()); 563 X509* cert = X509_STORE_CTX_get_current_cert(store); 590 X509* cert = X509_STORE_CTX_get_current_cert(store); 595 X509_cmp(cert, stream->peer_certificate_->x509()) == 0) { 622 const X509* peer_cert) {
|
openssladapter.cc | 628 X509* certificate = SSL_get_peer_certificate(ssl); 784 X509* cert = X509_STORE_CTX_get_current_cert(store); 834 X509* cert = d2i_X509(NULL, &cert_buffer, cert_buffer_len);
|
/external/openssl/crypto/ |
ossl_typ.h | 148 typedef struct x509_st X509;
|
/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::__anon10098 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/x509v3/ |
v3_akey.c | 123 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; 768 STACK_OF(X509) *certs,
|
/external/openssl/include/openssl/ |
ossl_typ.h | 148 typedef struct x509_st X509;
|
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)
|
/external/openssl/ssl/ |
s3_both.c | 125 #include <openssl/x509.h> 322 static int ssl3_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) 341 unsigned long ssl3_output_cert_chain(SSL *s, X509 *x) 348 STACK_OF(X509) *cert_chain; 566 int ssl_cert_type(X509 *x, EVP_PKEY *pkey)
|
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 325 X509 *cert = NULL; 359 wpa_printf(MSG_INFO, "CryptoAPI: Could not process X509 DER " 427 X509 *cert; 460 "X509 DER encoding for CA cert"); 992 static int tls_match_altsubject_component(X509 *cert, int type, 1014 static int tls_match_altsubject(X509 *cert, const char *match) 1095 static struct wpabuf * get_x509_cert(X509 *cert) 1115 X509 *err_cert, int err, int depth, 1139 X509 *err_cert, int depth, 1178 X509 *err_cert 1620 X509 *x509 = NULL; local [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)
|
/external/chromium/net/socket/ |
ssl_client_socket_openssl.cc | 348 static int ClientCertCallback(SSL* ssl, X509** x509, EVP_PKEY** pkey) { 351 return socket->ClientCertRequestCallback(ssl, x509, pkey); 531 X509** x509, 535 DCHECK(*x509 == NULL); 552 *x509 = X509Certificate::DupOSCertHandle( 884 crypto::ScopedOpenSSL<X509, X509_free> cert(SSL_get_peer_certificate(ssl_)); [all...] |
/external/chromium/net/test/ |
openssl_helper.cc | 149 X509 *pcert = PEM_read_bio_X509_AUX(cert, NULL, NULL, NULL);
|
/external/openssl/crypto/x509/ |
by_file.c | 1 /* crypto/x509/by_file.c */ 66 #include <openssl/x509.h> 135 X509 *x=NULL; 285 if(itmp->x509) { 286 X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
|
x509_req.c | 1 /* crypto/x509/x509_req.c */ 65 #include <openssl/x509.h> 70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
|