Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_init.c24 if ((e->funct_ref == 0) && e->init) in engine_unlocked_init()
36 e->funct_ref++; in engine_unlocked_init()
59 e->funct_ref--; in engine_unlocked_finish()
61 if ((e->funct_ref == 0) && e->finish) { in engine_unlocked_finish()
71 REF_ASSERT_ISNT(e->funct_ref < 0); in engine_unlocked_finish()
H A Deng_local.h33 ? ((e)->funct_ref - (diff)) \
35 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
145 int funct_ref; member
H A Deng_pkey.c67 if (e->funct_ref == 0) { in ENGINE_load_private_key()
138 if (e->funct_ref == 0) { in ENGINE_load_public_key()
168 if (e->funct_ref == 0) { in ENGINE_load_ssl_client_cert()
H A Deng_table.c252 if ((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT)) in ossl_engine_table_select()
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c35 static ENGINE *funct_ref; variable
171 ENGINE_finish(funct_ref); in rand_set_rand_method_internal()
172 funct_ref = e; in rand_set_rand_method_internal()
200 funct_ref = e; in RAND_get_rand_method()