Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_table.c80 static unsigned int table_flags = 0; variable
85 return table_flags; in ENGINE_get_table_flags()
89 table_flags = flags; in ENGINE_set_table_flags()
273 if((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT)) in engine_table_select()