Searched refs:X509_STORE_CTX (Results 1 – 7 of 7) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | x509_vfy.h | 195 int (*verify) (X509_STORE_CTX *ctx); 203 int (*check_revocation) (X509_STORE_CTX *ctx); 212 int (*cleanup) (X509_STORE_CTX *ctx); 252 int (*verify) (X509_STORE_CTX *ctx); 260 int (*check_revocation) (X509_STORE_CTX *ctx); 267 int (*check_policy) (X509_STORE_CTX *ctx); 270 int (*cleanup) (X509_STORE_CTX *ctx); 295 X509_STORE_CTX *parent; 485 X509_STORE_CTX *X509_STORE_CTX_new(void); 489 void X509_STORE_CTX_free(X509_STORE_CTX *ctx); [all …]
|
A D | ossl_typ.h | 162 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
|
A D | ssl.h | 985 int (*app_verify_callback) (X509_STORE_CTX *, void *); 1047 int (*default_verify_callback) (int ok, X509_STORE_CTX *ctx); 1549 int (*verify_callback) (int ok, X509_STORE_CTX *ctx); 2169 int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *); 2171 int (*callback) (int ok, X509_STORE_CTX *ctx)); 2261 X509_STORE_CTX *); 2263 int (*callback) (int, X509_STORE_CTX *)); 2266 int (*cb) (X509_STORE_CTX *, void *),
|
A D | x509v3.h | 895 int v3_asid_validate_path(X509_STORE_CTX *); 896 int v3_addr_validate_path(X509_STORE_CTX *);
|
A D | pkcs7.h | 301 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
A D | x509.h | 1173 int X509_verify_cert(X509_STORE_CTX *ctx);
|
/optee_test/host/xtest/ |
A D | regression_8100.c | 188 X509_STORE_CTX *csc = NULL; in check()
|
Completed in 30 milliseconds