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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c171 static int dynamic_ex_data_idx = -1; variable
238 dynamic_ex_data_idx))
241 ENGINE_set_ex_data(e, dynamic_ex_data_idx, c);
262 if (dynamic_ex_data_idx < 0) {
276 if (dynamic_ex_data_idx < 0) {
278 dynamic_ex_data_idx = new_idx;
287 ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);

Completed in 64 milliseconds