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

/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_init.c66 if ((e->funct_ref == 0) && e->init)
78 e->funct_ref++;
101 e->funct_ref--;
103 if ((e->funct_ref == 0) && e->finish) {
113 if (e->funct_ref < 0) {
H A Deng_int.h89 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
90 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
212 int funct_ref; member in struct:engine_st
H A Deng_pkey.c110 if (e->funct_ref == 0) {
141 if (e->funct_ref == 0) {
172 if (e->funct_ref == 0) {
H A Deng_table.c292 if ((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT))
/freebsd-10.1-release/crypto/openssl/crypto/rand/
H A Drand_lib.c76 static ENGINE *funct_ref = NULL; variable
83 if (funct_ref) {
84 ENGINE_finish(funct_ref);
85 funct_ref = NULL;
105 funct_ref = e;
128 funct_ref = engine;

Completed in 202 milliseconds