Searched refs:ENGINE_REF_PRINT (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_init.c | 37 ENGINE_REF_PRINT(e, 0, 1); in engine_unlocked_init() 38 ENGINE_REF_PRINT(e, 1, 1); in engine_unlocked_init() 60 ENGINE_REF_PRINT(e, 1, -1); in engine_unlocked_finish()
|
H A D | eng_list.c | 103 ENGINE_REF_PRINT(e, 0, 1); in engine_list_add() 234 ENGINE_REF_PRINT(ret, 0, 1); in ENGINE_get_first() 254 ENGINE_REF_PRINT(ret, 0, 1); in ENGINE_get_last() 274 ENGINE_REF_PRINT(ret, 0, 1); in ENGINE_get_next() 295 ENGINE_REF_PRINT(ret, 0, 1); in ENGINE_get_prev() 409 ENGINE_REF_PRINT(iterator, 0, 1); in ENGINE_by_id()
|
H A D | eng_lib.c | 37 ENGINE_REF_PRINT(ret, 0, 1); in ENGINE_new() 81 ENGINE_REF_PRINT(e, 0, -1); in engine_free_util()
|
H A D | eng_local.h | 28 # define ENGINE_REF_PRINT(e, isfunct, diff) \ macro
|
H A D | tb_asnmth.c | 209 ENGINE_REF_PRINT(fstr.e, 0, 1); in ENGINE_pkey_asn1_find_str()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1082 also. Rename engine_debug_ref to be ENGINE_REF_PRINT also for consistency.
|