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

/external/openssl/crypto/engine/
H A Deng_list.c149 e->struct_ref++;
200 ret->struct_ref++;
215 ret->struct_ref++;
237 ret->struct_ref++;
260 ret->struct_ref++;
382 iterator->struct_ref++;
432 CRYPTO_add(&e->struct_ref,1,CRYPTO_LOCK_ENGINE);
H A Deng_int.h86 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
87 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
188 int struct_ref; member in struct:engine_st
193 * running_ref <= struct_ref at all times. */
H A Deng_init.c72 e->struct_ref++;
H A Deng_lib.c75 ret->struct_ref = 1;
116 i = CRYPTO_add(&e->struct_ref,-1,CRYPTO_LOCK_ENGINE);
118 i = --e->struct_ref;
H A Dtb_asnmth.c240 fstr.e->struct_ref++;
H A Deng_ctrl.c191 ref_exists = ((e->struct_ref > 0) ? 1 : 0);

Completed in 131 milliseconds