Home
last modified time | relevance | path

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

/openssl/crypto/engine/
H 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()
45 return to_return; in engine_unlocked_init()
54 int to_return = 1; in engine_unlocked_finish() local
69 to_return = e->finish(e); in engine_unlocked_finish()
73 if (!to_return) in engine_unlocked_finish()
82 return to_return; in engine_unlocked_finish()
108 int to_return = 1; in ENGINE_finish() local
116 if (!to_return) { in ENGINE_finish()
[all …]
H A Deng_list.c341 int to_return = 1; in ENGINE_add() local
354 to_return = 0; in ENGINE_add()
357 return to_return; in ENGINE_add()
363 int to_return = 1; in ENGINE_remove() local
372 to_return = 0; in ENGINE_remove()
375 return to_return; in ENGINE_remove()
/openssl/test/
H A Denginetest.c57 int to_return = 0; in test_engines() local
178 to_return = 1; in test_engines()
187 return to_return; in test_engines()
260 int to_return = 0; in test_redirect() local
348 to_return = 1; in test_redirect()
355 return to_return; in test_redirect()

Completed in 10 milliseconds