Home
last modified time | relevance | path

Searched refs:struct_ref (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/engine/
H A Deng_list.c143 e->struct_ref++; in engine_list_add()
191 ret->struct_ref++; in ENGINE_get_first()
206 ret->struct_ref++; in ENGINE_get_last()
227 ret->struct_ref++; in ENGINE_get_next()
249 ret->struct_ref++; in ENGINE_get_prev()
363 iterator->struct_ref++; in ENGINE_by_id()
385 refs = CRYPTO_add(&e->struct_ref, 1, CRYPTO_LOCK_ENGINE); in ENGINE_up_ref()
H A Deng_int.h83 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
84 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
187 int struct_ref; member
H A Deng_lib.c82 ret->struct_ref = 1; in ENGINE_new()
121 i = CRYPTO_add(&e->struct_ref, -1, CRYPTO_LOCK_ENGINE); in engine_free_util()
123 i = --e->struct_ref; in engine_free_util()
H A Deng_init.c74 e->struct_ref++; in engine_unlocked_init()
H A Dtb_asnmth.c249 fstr.e->struct_ref++; in ENGINE_pkey_asn1_find_str()
H A Deng_ctrl.c202 ref_exists = ((e->struct_ref > 0) ? 1 : 0); in ENGINE_ctrl()