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

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_eng.c76 static ENGINE *funct_ref = NULL; variable
81 if (funct_ref) {
82 ENGINE_finish(funct_ref);
83 funct_ref = NULL;
101 funct_ref = e;
131 funct_ref = engine;
H A Drand_lib.c134 static ENGINE *funct_ref = NULL; variable
140 if (funct_ref) {
141 ENGINE_finish(funct_ref);
142 funct_ref = NULL;
162 funct_ref = e;
185 funct_ref = engine;
/freebsd-9.3-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), \
199 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.c281 if ((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT))

Completed in 107 milliseconds