Home
last modified time | relevance | path

Searched refs:to_return (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/engine/
A Deng_init.c22 int to_return = 1; in engine_unlocked_init() local
29 to_return = e->init(e); in engine_unlocked_init()
30 if (to_return) { in engine_unlocked_init()
40 return to_return; in engine_unlocked_init()
49 int to_return = 1; in engine_unlocked_finish() local
64 to_return = e->finish(e); in engine_unlocked_finish()
68 if (!to_return) in engine_unlocked_finish()
77 return to_return; in engine_unlocked_finish()
102 int to_return = 1; in ENGINE_finish() local
110 if (!to_return) { in ENGINE_finish()
[all …]
A Deng_list.c218 int to_return = 1; in ENGINE_add() local
231 to_return = 0; in ENGINE_add()
234 return to_return; in ENGINE_add()
240 int to_return = 1; in ENGINE_remove() local
249 to_return = 0; in ENGINE_remove()
252 return to_return; in ENGINE_remove()
/openssl-master/test/
A Denginetest.c56 int to_return = 0; in test_engines() local
177 to_return = 1; in test_engines()
186 return to_return; in test_engines()
259 int to_return = 0; in test_redirect() local
347 to_return = 1; in test_redirect()
354 return to_return; in test_redirect()

Completed in 5 milliseconds