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

  /external/openssl/crypto/engine/
eng_init.c 64 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)
eng_int.h 86 ((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
eng_pkey.c 108 if(e->funct_ref == 0)
144 if(e->funct_ref == 0)
180 if(e->funct_ref == 0)
eng_table.c 291 if((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT))
  /external/openssl/crypto/rand/
rand_lib.c 75 static ENGINE *funct_ref =NULL; variable
82 if(funct_ref)
84 ENGINE_finish(funct_ref);
85 funct_ref = NULL;
108 funct_ref = e;
133 funct_ref = engine;

Completed in 5047 milliseconds