HomeSort by: relevance | last modified time | path
    Searched defs:CAPI_CTX (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/engines/
e_capi.c 108 typedef struct CAPI_CTX_st CAPI_CTX;
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...]
  /src/crypto/external/bsd/openssl/dist/engines/
e_capi.c 108 typedef struct CAPI_CTX_st CAPI_CTX;
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...]
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c 105 typedef struct CAPI_CTX_st CAPI_CTX;
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...]

Completed in 25 milliseconds