Searched refs:CAPI_CTX (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/engines/ |
| H A D | e_capi.c | 108 typedef struct CAPI_CTX_st CAPI_CTX; typedef 114 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...); 116 static int capi_list_providers(CAPI_CTX *ctx, BIO *out); 117 static int capi_list_containers(CAPI_CTX *ctx, BIO *out); 118 int capi_list_certs(CAPI_CTX *ctx, BIO *out, char *storename); 121 static PCCERT_CONTEXT capi_find_cert(CAPI_CTX *ctx, const char *id, 124 CAPI_KEY *capi_find_key(CAPI_CTX *ctx, const char *id); 198 static CAPI_CTX *capi_ctx_new(void); 199 static void capi_ctx_free(CAPI_CTX *ctx); 200 static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type, [all …]
|