Searched refs:DSO_ctrl (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/ohos_lite/include/internal/ |
D | dso.h | 89 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
/third_party/openssl/include/internal/ |
D | dso.h | 90 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
/third_party/openssl/crypto/dso/ |
D | dso_lib.c | 122 if (DSO_ctrl(ret, DSO_CTRL_SET_FLAGS, flags, NULL) < 0) { in DSO_load() 192 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) in DSO_ctrl() function
|
/third_party/openssl/crypto/engine/ |
D | eng_dyn.c | 436 DSO_ctrl(ctx->dynamic_dso, DSO_CTRL_SET_FLAGS, in dynamic_load()
|
/third_party/openssl/util/ |
D | missingcrypto.txt | 485 DSO_ctrl(3)
|
D | missingcrypto111.txt | 527 DSO_ctrl(3)
|
D | libcrypto.num | 2867 DSO_ctrl 2931 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/crypto/ |
D | provider_core.c | 889 DSO_ctrl(prov->module, DSO_CTRL_SET_FLAGS, in provider_init()
|