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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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 119 milliseconds

12