Searched refs:ENGINE_get_ex_new_index (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/test/core/end2end/ |
D | engine_passthrough.cc | 40 e_passthrough_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, 0); in e_passthrough_init()
|
/third_party/openssl/doc/man3/ |
D | BIO_get_ex_new_index.pod | 6 ENGINE_get_ex_new_index, ENGINE_set_ex_data, ENGINE_get_ex_data,
|
/third_party/openssl/crypto/engine/ |
D | eng_dyn.c | 207 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, in dynamic_get_data_ctx()
|
/third_party/openssl/include/openssl/ |
D | engine.h | 492 #define ENGINE_get_ex_new_index(l, p, newf, dupf, freef) \ macro
|
/third_party/openssl/engines/ |
D | e_capi.c | 416 capi_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, 0); in capi_init()
|