Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
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()
105 static int engine_expect(OSSL_STORE_LOADER_CTX *ctx, int expected) in engine_expect()
116 static OSSL_STORE_INFO *engine_load(OSSL_STORE_LOADER_CTX *ctx, in engine_load()
151 static int engine_eof(OSSL_STORE_LOADER_CTX *ctx) in engine_eof()
156 static int engine_error(OSSL_STORE_LOADER_CTX *ctx) in engine_error()
161 static int engine_close(OSSL_STORE_LOADER_CTX *ctx) in engine_close()
/openssl-master/include/openssl/
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-master/doc/man3/
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-master/crypto/store/
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);
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()
972 OSSL_STORE_LOADER_CTX *loader_ctx = NULL; in OSSL_STORE_attach()
/openssl-master/engines/
A De_loader_attic.c948 static OSSL_STORE_LOADER_CTX *file_open_ex in file_open_ex()
953 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_open_ex()
1073 static OSSL_STORE_LOADER_CTX *file_open in file_open()
1080 static OSSL_STORE_LOADER_CTX *file_attach in file_attach()
1085 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_attach()
1143 static int file_find(OSSL_STORE_LOADER_CTX *ctx, in file_find()
1512 static int file_eof(OSSL_STORE_LOADER_CTX *ctx);
1513 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1651 static int file_error(OSSL_STORE_LOADER_CTX *ctx) in file_error()
1656 static int file_eof(OSSL_STORE_LOADER_CTX *ctx) in file_eof()
[all …]
/openssl-master/util/
A Dother.syms76 OSSL_STORE_LOADER_CTX datatype

Completed in 19 milliseconds