Searched refs:CAPI_CTX (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_capi.c | 105 typedef struct CAPI_CTX_st CAPI_CTX; typedef 111 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...); 113 static int capi_list_providers(CAPI_CTX *ctx, BIO *out); 114 static int capi_list_containers(CAPI_CTX *ctx, BIO *out); 115 int capi_list_certs(CAPI_CTX *ctx, BIO *out, char *storename); 118 static PCCERT_CONTEXT capi_find_cert(CAPI_CTX *ctx, const char *id, 121 CAPI_KEY *capi_find_key(CAPI_CTX *ctx, const char *id); 195 static CAPI_CTX *capi_ctx_new(void); 196 static void capi_ctx_free(CAPI_CTX *ctx); 197 static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type, [all …]
|