Searched refs:funct_ref (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_init.c64 if((e->funct_ref == 0) && e->init)
73 e->funct_ref++;
92 e->funct_ref--;
94 if((e->funct_ref == 0) && e->finish)
105 if(e->funct_ref < 0)
H A Deng_int.h86 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
87 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
194 int funct_ref; member in struct:engine_st
H A Deng_pkey.c108 if(e->funct_ref == 0)
144 if(e->funct_ref == 0)
180 if(e->funct_ref == 0)
H A Deng_table.c291 if((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT))
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_lib.c69 static ENGINE *funct_ref =NULL; variable
76 if(funct_ref)
78 ENGINE_finish(funct_ref);
79 funct_ref = NULL;
102 funct_ref = e;
127 funct_ref = engine;

Completed in 46 milliseconds