Searched refs:OSSL_STORE_LOADER_CTX (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/apps/lib/ |
D | engine_loader.c | 44 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()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | store.h | 217 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX; typedef 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);
|
/third_party/openssl/include/openssl/ |
D | store.h | 286 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 …]
|
/third_party/openssl/doc/man3/ |
D | OSSL_STORE_LOADER.pod | 15 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) 83 typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd, 87 typedef int (*OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX *ctx, int expected); 90 typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx, 94 typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx, 99 typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx); [all …]
|
/third_party/openssl/crypto/store/ |
D | store_local.h | 124 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);
|
D | store_lib.c | 36 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()
|
/third_party/openssl/engines/ |
D | e_loader_attic.c | 912 static void OSSL_STORE_LOADER_CTX_free(OSSL_STORE_LOADER_CTX *ctx) in OSSL_STORE_LOADER_CTX_free() 929 static int file_find_type(OSSL_STORE_LOADER_CTX *ctx) in file_find_type() 946 static OSSL_STORE_LOADER_CTX *file_open_ex in file_open_ex() 951 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_open_ex() 1071 static OSSL_STORE_LOADER_CTX *file_open in file_open() 1078 static OSSL_STORE_LOADER_CTX *file_attach in file_attach() 1083 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_attach() 1105 static int file_ctrl(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args) in file_ctrl() 1135 static int file_expect(OSSL_STORE_LOADER_CTX *ctx, int expected) in file_expect() 1141 static int file_find(OSSL_STORE_LOADER_CTX *ctx, in file_find() [all …]
|
/third_party/openssl/util/ |
D | other.syms | 76 OSSL_STORE_LOADER_CTX datatype
|