Home
last modified time | relevance | path

Searched refs:ENGINE_remove (Results 1 – 5 of 5) sorted by relevance

/openssl/test/
H A Denginetest.c86 if (!TEST_true(ENGINE_remove(ptr))) in test_engines()
98 if (!TEST_true(ENGINE_remove(new_h2))) in test_engines()
114 if (!TEST_false(ENGINE_remove(new_h2))) in test_engines()
118 if (!TEST_true(ENGINE_remove(new_h3))) in test_engines()
123 if (!TEST_true(ENGINE_remove(new_h4))) in test_engines()
137 if (!ENGINE_remove(ptr)) in test_engines()
145 || !TEST_true(ENGINE_remove(new_h1))) in test_engines()
170 if (!TEST_true(ENGINE_remove(ptr))) in test_engines()
/openssl/crypto/engine/
H A Deng_list.c47 ENGINE_remove(iterator); in engine_list_cleanup()
361 int ENGINE_remove(ENGINE *e) in ENGINE_remove() function
/openssl/include/openssl/
H A Dengine.h332 OSSL_DEPRECATEDIN_3_0 int ENGINE_remove(ENGINE *e);
/openssl/doc/man3/
H A DENGINE_add.pod23 ENGINE_register_complete, ENGINE_register_digests, ENGINE_remove,
59 int ENGINE_remove(ENGINE *e);
588 ENGINE_add() and ENGINE_remove() return 1 on success or 0 on error.
/openssl/util/
H A Dlibcrypto.num1057 ENGINE_remove 1085 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE

Completed in 34 milliseconds