Home
last modified time | relevance | path

Searched refs:OSSL_STORE_LOADER_CTX (Results 1 – 7 of 7) sorted by relevance

/openssl/apps/lib/
H A Dengine_loader.c44 static OSSL_STORE_LOADER_CTX *OSSL_STORE_LOADER_CTX_new(ENGINE *e, char *keyid) in OSSL_STORE_LOADER_CTX_new()
46 OSSL_STORE_LOADER_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx)); in OSSL_STORE_LOADER_CTX_new()
55 static void OSSL_STORE_LOADER_CTX_free(OSSL_STORE_LOADER_CTX *ctx) in OSSL_STORE_LOADER_CTX_free()
64 static OSSL_STORE_LOADER_CTX *engine_open(const OSSL_STORE_LOADER *loader, in engine_open()
72 OSSL_STORE_LOADER_CTX *ctx = NULL; in engine_open()
103 static int engine_expect(OSSL_STORE_LOADER_CTX *ctx, int expected) in engine_expect()
114 static OSSL_STORE_INFO *engine_load(OSSL_STORE_LOADER_CTX *ctx, in engine_load()
149 static int engine_eof(OSSL_STORE_LOADER_CTX *ctx) in engine_eof()
154 static int engine_error(OSSL_STORE_LOADER_CTX *ctx) in engine_error()
159 static int engine_close(OSSL_STORE_LOADER_CTX *ctx) in engine_close()
/openssl/include/openssl/
H A Dstore.h286 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX; typedef
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 …]
/openssl/doc/man3/
H A DOSSL_STORE_LOADER.pod15 OSSL_STORE_LOADER_CTX, OSSL_STORE_LOADER_new,
66 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX;
68 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)(
72 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_ex_fn)(
77 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_attach_fn)
90 typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx,
99 typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx);
102 typedef int (*OSSL_STORE_error_fn)(OSSL_STORE_LOADER_CTX *ctx);
105 typedef int (*OSSL_STORE_close_fn)(OSSL_STORE_LOADER_CTX *ctx);
220 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a
[all …]
/openssl/crypto/store/
H A Dstore_local.h124 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX; typedef
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);
H A Dstore_lib.c36 OSSL_STORE_LOADER_CTX *loader_ctx, in loader_set_params()
71 OSSL_STORE_LOADER_CTX *loader_ctx = NULL; in OSSL_STORE_open_ex()
978 OSSL_STORE_LOADER_CTX *loader_ctx = NULL; in OSSL_STORE_attach()
/openssl/engines/
H A De_loader_attic.c943 static OSSL_STORE_LOADER_CTX *file_open_ex in file_open_ex()
948 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_open_ex()
1066 static OSSL_STORE_LOADER_CTX *file_open in file_open()
1073 static OSSL_STORE_LOADER_CTX *file_attach in file_attach()
1078 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_attach()
1136 static int file_find(OSSL_STORE_LOADER_CTX *ctx, in file_find()
1506 static int file_eof(OSSL_STORE_LOADER_CTX *ctx);
1507 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1645 static int file_error(OSSL_STORE_LOADER_CTX *ctx) in file_error()
1650 static int file_eof(OSSL_STORE_LOADER_CTX *ctx) in file_eof()
[all …]
/openssl/util/
H A Dother.syms76 OSSL_STORE_LOADER_CTX datatype

Completed in 30 milliseconds