Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/objects/
H A Do_names.c35 static unsigned long obj_name_hash(const void *a_void);
37 static int obj_name_cmp(const void *a_void, const void *b_void);
94 obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
97 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
114 obj_name_hash(const void *a_void) in obj_name_hash() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dragonfly/crypto/libressl/crypto/
H A Dex_data.c300 def_cleanup_cb(void *a_void) in def_cleanup_cb() argument
302 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; in def_cleanup_cb()