Searched refs:new_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.c218 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local
220 if(new_idx == -1)
230 dynamic_ex_data_idx = new_idx;
231 new_idx = -1;
235 * (new_idx>-1), but it's not possible and wouldn't gain us much
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_dyn.c240 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local
242 if(new_idx == -1)
252 dynamic_ex_data_idx = new_idx;
253 new_idx = -1;
257 * (new_idx>-1), but it's not possible and wouldn't gain us much

Completed in 37 milliseconds