Searched refs:dynamic_ex_data_idx (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_dyn.c154 static int dynamic_ex_data_idx = -1; variable
215 dynamic_ex_data_idx)) == NULL)
218 ENGINE_set_ex_data(e, dynamic_ex_data_idx, c);
235 if(dynamic_ex_data_idx < 0)
249 if(dynamic_ex_data_idx < 0)
252 dynamic_ex_data_idx = new_idx;
260 ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);

Completed in 12 milliseconds