Searched refs:OSSL_STORE_CTX (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | store.h | 31 typedef struct ossl_store_ctx_st OSSL_STORE_CTX; typedef 49 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, 60 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */); 61 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args); 79 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx); 85 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx); 91 int OSSL_STORE_error(OSSL_STORE_CTX *ctx); 97 int OSSL_STORE_close(OSSL_STORE_CTX *ctx); 167 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type); 200 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type); [all …]
|
/third_party/openssl/doc/man3/ |
D | OSSL_STORE_open.pod | 5 OSSL_STORE_CTX, OSSL_STORE_post_process_info_fn, OSSL_STORE_open, 13 typedef struct ossl_store_ctx_st OSSL_STORE_CTX; 18 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, 22 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */); 23 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx); 24 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx); 25 int OSSL_STORE_error(OSSL_STORE_CTX *ctx); 26 int OSSL_STORE_close(OSSL_STORE_CTX *ctx); 43 B<OSSL_STORE_CTX> is a context variable that holds all the internal 53 B<OSSL_STORE_CTX> with all necessary internal information. [all …]
|
D | OSSL_STORE_expect.pod | 14 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type); 16 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int criterion_type); 18 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search);
|
/third_party/openssl/crypto/store/ |
D | store_lib.c | 37 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, in OSSL_STORE_open() 44 OSSL_STORE_CTX *ctx = NULL; in OSSL_STORE_open() 117 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ...) in OSSL_STORE_ctrl() 129 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args) in OSSL_STORE_vctrl() 136 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() 150 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search) in OSSL_STORE_find() 166 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx) in OSSL_STORE_load() 209 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error() 214 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx) in OSSL_STORE_eof() 219 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close() [all …]
|
/third_party/openssl/include/crypto/ |
D | store.h | 22 OSSL_STORE_CTX *ossl_store_attach_pem_bio(BIO *bp, const UI_METHOD *ui_method, 24 int ossl_store_detach_pem_bio(OSSL_STORE_CTX *ctx);
|
/third_party/openssl/doc/man7/ |
D | ossl_store.pod | 47 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem");
|
/third_party/openssl/apps/ |
D | storeutl.c | 341 OSSL_STORE_CTX *store_ctx = NULL; in process()
|
/third_party/openssl/util/ |
D | private.num | 30 OSSL_STORE_CTX datatype
|