Searched refs:OSSL_STORE_LOADER_CTX (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/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/doc/man3/ |
D | OSSL_STORE_LOADER.pod | 5 OSSL_STORE_LOADER, OSSL_STORE_LOADER_CTX, OSSL_STORE_LOADER_new, 31 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX; 33 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)(const char *uri, 38 typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd, 42 typedef int (*OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX *ctx, int expected); 45 typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx, 49 typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx, 54 typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx); 57 typedef int (*OSSL_STORE_error_fn)(OSSL_STORE_LOADER_CTX *ctx); 60 typedef int (*OSSL_STORE_close_fn)(OSSL_STORE_LOADER_CTX *ctx); [all …]
|
/third_party/openssl/crypto/store/ |
D | loader_file.c | 778 static void OSSL_STORE_LOADER_CTX_free(OSSL_STORE_LOADER_CTX *ctx) in OSSL_STORE_LOADER_CTX_free() 792 static OSSL_STORE_LOADER_CTX *file_open(const OSSL_STORE_LOADER *loader, in file_open() 797 OSSL_STORE_LOADER_CTX *ctx = NULL; in file_open() 932 static int file_ctrl(OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args) in file_ctrl() 963 static int file_expect(OSSL_STORE_LOADER_CTX *ctx, int expected) in file_expect() 969 static int file_find(OSSL_STORE_LOADER_CTX *ctx, OSSL_STORE_SEARCH *search) in file_find() 1001 OSSL_STORE_LOADER_CTX *ossl_store_file_attach_pem_bio_int(BIO *bp) in ossl_store_file_attach_pem_bio_int() 1003 OSSL_STORE_LOADER_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx)); in ossl_store_file_attach_pem_bio_int() 1017 static OSSL_STORE_INFO *file_load_try_decode(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_decode() 1106 static OSSL_STORE_INFO *file_load_try_repeat(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_repeat() [all …]
|
D | store_local.h | 131 OSSL_STORE_LOADER_CTX *ossl_store_file_attach_pem_bio_int(BIO *bp); 132 int ossl_store_file_detach_pem_bio_int(OSSL_STORE_LOADER_CTX *ctx);
|
D | store_lib.c | 26 OSSL_STORE_LOADER_CTX *loader_ctx; 43 OSSL_STORE_LOADER_CTX *loader_ctx = NULL; in OSSL_STORE_open() 649 OSSL_STORE_LOADER_CTX *loader_ctx = NULL; in ossl_store_attach_pem_bio()
|
/third_party/openssl/util/ |
D | private.num | 33 OSSL_STORE_LOADER_CTX datatype
|