Searched refs:X509_STORE_CTX (Results 26 - 50 of 74) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_vfy.c80 X509_STORE_CTX ctx;
363 X509_STORE_CTX ctx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_lu.c282 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
489 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_lu.c281 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
488 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h686 int (*app_verify_callback)(X509_STORE_CTX *, void *);
742 int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
946 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1257 int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
1259 int (*callback)(int ok,X509_STORE_CTX *ctx));
1331 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
1333 int (*callback)(int, X509_STORE_CTX *));
1335 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
H A Dpkcs7.h322 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h686 int (*app_verify_callback)(X509_STORE_CTX *, void *);
742 int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
946 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1257 int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
1259 int (*callback)(int ok,X509_STORE_CTX *ctx));
1331 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
1333 int (*callback)(int, X509_STORE_CTX *));
1335 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
H A Ds3_both.c273 X509_STORE_CTX xs_ctx;
H A Dssltest.c188 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
193 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1627 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
2001 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h322 void policies_print(BIO *out, X509_STORE_CTX *ctx);
H A Ds_cb.c127 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
H A Dsmime.c73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
780 static int smime_cb(int ok, X509_STORE_CTX *ctx)
H A Dcrl.c113 X509_STORE_CTX ctx;
H A Dx509.c149 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1126 X509_STORE_CTX xsc;
1190 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Ds_cb.c127 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
H A Dcrl.c113 X509_STORE_CTX ctx;
H A Dx509.c141 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1105 X509_STORE_CTX xsc;
1169 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_asid.c704 static int v3_asid_validate_path_internal(X509_STORE_CTX *ctx,
820 int v3_asid_validate_path(X509_STORE_CTX *ctx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_smime.c154 X509_STORE_CTX cert_ctx;
H A Dpkcs7.h316 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssltest.c166 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
171 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1506 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
1535 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
H A Dssl_lib.c649 int (*SSL_get_verify_callback(SSL *s))(int,X509_STORE_CTX *)
664 int (*SSL_CTX_get_verify_callback(SSL_CTX *ctx))(int,X509_STORE_CTX *)
670 int (*callback)(int ok,X509_STORE_CTX *ctx))
1482 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg)
1488 void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,int (*cb)(int, X509_STORE_CTX *))
H A Ds3_both.c268 X509_STORE_CTX xs_ctx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c166 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
171 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1506 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
1535 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dpkcs7.h316 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c188 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
193 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1627 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
2001 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)

Completed in 212 milliseconds

123