Home
last modified time | relevance | path

Searched defs:engine_table_select (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/engine/
H A Deng_table.c244 engine_table_select(ENGINE_TABLE **table, int nid) in engine_table_select() function
H A Deng_int.h125 #define engine_table_select(t,n) engine_table_select_tmp(t,n,__FILE__,__LINE__) macro