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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Deng_dyn.c143 static int dynamic_ex_data_idx = -1; variable
193 dynamic_ex_data_idx)) == NULL)
196 ENGINE_set_ex_data(e, dynamic_ex_data_idx, c);
213 if(dynamic_ex_data_idx < 0)
227 if(dynamic_ex_data_idx < 0)
230 dynamic_ex_data_idx = new_idx;
238 ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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 22 milliseconds