Searched refs:OSSL_STORE_ctrl_fn (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/doc/man3/ |
D | OSSL_STORE_LOADER.pod | 12 OSSL_STORE_unregister_loader, OSSL_STORE_open_fn, OSSL_STORE_ctrl_fn, 38 typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd, 41 OSSL_STORE_ctrl_fn store_ctrl_function); 83 B<OSSL_STORE_open_fn>, B<OSSL_STORE_ctrl_fn>, B<OSSL_STORE_expect_fn>, 102 =item B<OSSL_STORE_ctrl_fn> 222 The functions with the types B<OSSL_STORE_open_fn>, B<OSSL_STORE_ctrl_fn>, 251 OSSL_STORE_unregister_loader(), OSSL_STORE_open_fn(), OSSL_STORE_ctrl_fn(),
|
/third_party/openssl/include/openssl/ |
D | store.h | 225 typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd, typedef 228 OSSL_STORE_ctrl_fn ctrl_function);
|
/third_party/openssl/crypto/store/ |
D | store_local.h | 105 OSSL_STORE_ctrl_fn ctrl;
|
D | store_register.c | 75 OSSL_STORE_ctrl_fn ctrl_function) in OSSL_STORE_LOADER_set_ctrl()
|
/third_party/openssl/util/ |
D | private.num | 36 OSSL_STORE_ctrl_fn datatype
|