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

  /src/crypto/external/apache2/openssl/dist/include/openssl/
store.h 294 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX;
295 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)(const OSSL_STORE_LOADER *loader, const char *uri,
297 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_ex_fn)(const OSSL_STORE_LOADER *loader,
301 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_attach_fn)(const OSSL_STORE_LOADER *loader, BIO *bio,
304 typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args);
305 typedef int (*OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX *ctx, int expected);
306 typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx, const OSSL_STORE_SEARCH *criteria);
307 typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx, const UI_METHOD *ui_method, void *ui_data);
308 typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx);
309 typedef int (*OSSL_STORE_error_fn)(OSSL_STORE_LOADER_CTX *ctx)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
store.h 286 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX;
287 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)
290 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_ex_fn)
295 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_attach_fn)
300 (OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args);
302 (OSSL_STORE_LOADER_CTX *ctx, int expected);
304 (OSSL_STORE_LOADER_CTX *ctx, const OSSL_STORE_SEARCH *criteria);
306 (OSSL_STORE_LOADER_CTX *ctx, const UI_METHOD *ui_method, void *ui_data);
307 typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx);
308 typedef int (*OSSL_STORE_error_fn)(OSSL_STORE_LOADER_CTX *ctx)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
store.h 217 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX;
218 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)(const OSSL_STORE_LOADER
225 typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd,
229 typedef int (*OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX *ctx, int expected);
232 typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx,
236 typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx,
241 typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx);
244 typedef int (*OSSL_STORE_error_fn)(OSSL_STORE_LOADER_CTX *ctx);
247 typedef int (*OSSL_STORE_close_fn)(OSSL_STORE_LOADER_CTX *ctx);
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_local.h 125 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX;
136 OSSL_STORE_LOADER_CTX *loader_ctx;
162 OSSL_STORE_LOADER_CTX *ossl_store_file_attach_pem_bio_int(BIO *bp);
163 int ossl_store_file_detach_pem_bio_int(OSSL_STORE_LOADER_CTX *ctx);
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_local.h 124 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX;
135 OSSL_STORE_LOADER_CTX *loader_ctx;
161 OSSL_STORE_LOADER_CTX *ossl_store_file_attach_pem_bio_int(BIO *bp);
162 int ossl_store_file_detach_pem_bio_int(OSSL_STORE_LOADER_CTX *ctx);

Completed in 27 milliseconds