Searched refs:CAPI_CTX (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/engines/
H A De_capi.c100 typedef struct CAPI_CTX_st CAPI_CTX; typedef in typeref:struct:CAPI_CTX_st
106 static void CAPI_trace(CAPI_CTX * ctx, char *format, ...);
108 static int capi_list_providers(CAPI_CTX * ctx, BIO *out);
109 static int capi_list_containers(CAPI_CTX * ctx, BIO *out);
110 int capi_list_certs(CAPI_CTX * ctx, BIO *out, char *storename);
113 static PCCERT_CONTEXT capi_find_cert(CAPI_CTX * ctx, const char *id,
116 CAPI_KEY *capi_find_key(CAPI_CTX * ctx, const char *id);
195 static CAPI_CTX *capi_ctx_new();
196 static void capi_ctx_free(CAPI_CTX * ctx);
197 static int capi_ctx_set_provname(CAPI_CTX * ct
[all...]

Completed in 139 milliseconds