Symbol: CAPI_CTX
crypto/openssl/engines/e_capi.c
1020
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
1091
static void capi_vtrace(CAPI_CTX *ctx, int level, char *format,
crypto/openssl/engines/e_capi.c
1107
static void CAPI_trace(CAPI_CTX *ctx, char *format, ...)
crypto/openssl/engines/e_capi.c
114
static void CAPI_trace(CAPI_CTX *ctx, char *format, ...);
crypto/openssl/engines/e_capi.c
116
static int capi_list_providers(CAPI_CTX *ctx, BIO *out);
crypto/openssl/engines/e_capi.c
1160
static int capi_get_provname(CAPI_CTX *ctx, LPSTR *pname, DWORD *ptype,
crypto/openssl/engines/e_capi.c
117
static int capi_list_containers(CAPI_CTX *ctx, BIO *out);
crypto/openssl/engines/e_capi.c
118
int capi_list_certs(CAPI_CTX *ctx, BIO *out, char *storename);
crypto/openssl/engines/e_capi.c
1200
static int capi_list_providers(CAPI_CTX *ctx, BIO *out)
crypto/openssl/engines/e_capi.c
121
static PCCERT_CONTEXT capi_find_cert(CAPI_CTX *ctx, const char *id,
crypto/openssl/engines/e_capi.c
1219
static int capi_list_containers(CAPI_CTX *ctx, BIO *out)
crypto/openssl/engines/e_capi.c
124
CAPI_KEY *capi_find_key(CAPI_CTX *ctx, const char *id);
crypto/openssl/engines/e_capi.c
1299
static CRYPT_KEY_PROV_INFO *capi_get_prov_info(CAPI_CTX *ctx,
crypto/openssl/engines/e_capi.c
1322
static void capi_dump_prov_info(CAPI_CTX *ctx, BIO *out,
crypto/openssl/engines/e_capi.c
1346
static char *capi_cert_get_fname(CAPI_CTX *ctx, PCCERT_CONTEXT cert)
crypto/openssl/engines/e_capi.c
1371
static void capi_dump_cert(CAPI_CTX *ctx, BIO *out, PCCERT_CONTEXT cert)
crypto/openssl/engines/e_capi.c
1413
static HCERTSTORE capi_open_store(CAPI_CTX *ctx, char *storename)
crypto/openssl/engines/e_capi.c
1432
int capi_list_certs(CAPI_CTX *ctx, BIO *out, char *id)
crypto/openssl/engines/e_capi.c
1470
static PCCERT_CONTEXT capi_find_cert(CAPI_CTX *ctx, const char *id,
crypto/openssl/engines/e_capi.c
1501
static CAPI_KEY *capi_get_key(CAPI_CTX *ctx, const WCHAR *contname,
crypto/openssl/engines/e_capi.c
1551
static CAPI_KEY *capi_get_cert_key(CAPI_CTX *ctx, PCCERT_CONTEXT cert)
crypto/openssl/engines/e_capi.c
1566
CAPI_KEY *capi_find_key(CAPI_CTX *ctx, const char *id)
crypto/openssl/engines/e_capi.c
1612
static CAPI_CTX *capi_ctx_new(void)
crypto/openssl/engines/e_capi.c
1614
CAPI_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx));
crypto/openssl/engines/e_capi.c
1627
static void capi_ctx_free(CAPI_CTX *ctx)
crypto/openssl/engines/e_capi.c
1639
static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type,
crypto/openssl/engines/e_capi.c
1671
static int capi_ctx_set_provname_idx(CAPI_CTX *ctx, int idx)
crypto/openssl/engines/e_capi.c
1711
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
1837
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
198
static CAPI_CTX *capi_ctx_new(void);
crypto/openssl/engines/e_capi.c
199
static void capi_ctx_free(CAPI_CTX *ctx);
crypto/openssl/engines/e_capi.c
200
static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type,
crypto/openssl/engines/e_capi.c
202
static int capi_ctx_set_provname_idx(CAPI_CTX *ctx, int idx);
crypto/openssl/engines/e_capi.c
289
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
406
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
508
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
812
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
852
CAPI_CTX *ctx;
crypto/openssl/engines/e_capi.c
943
CAPI_CTX *ctx;