HomeSort by relevance Sort by last modified time
    Searched refs:struct_ref (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/engine/
eng_list.c 149 e->struct_ref++;
200 ret->struct_ref++;
215 ret->struct_ref++;
237 ret->struct_ref++;
260 ret->struct_ref++;
382 iterator->struct_ref++;
431 CRYPTO_add(&e->struct_ref,1,CRYPTO_LOCK_ENGINE);
eng_int.h 86 ((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. */
eng_init.c 72 e->struct_ref++;
eng_lib.c 75 ret->struct_ref = 1;
116 i = CRYPTO_add(&e->struct_ref,-1,CRYPTO_LOCK_ENGINE);
118 i = --e->struct_ref;
tb_asnmth.c 240 fstr.e->struct_ref++;
eng_ctrl.c 191 ref_exists = ((e->struct_ref > 0) ? 1 : 0);

Completed in 909 milliseconds