Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Deng_table.c40 static unsigned int table_flags = 0; variable
45 return table_flags; in ENGINE_get_table_flags()
50 table_flags = flags; in ENGINE_set_table_flags()
244 if ((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT)) in engine_table_select()