Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/lhash/
Dlhash.h113 # define IMPLEMENT_LHASH_COMP_FN(f_name,o_type) \ macro
/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_table.c105 static IMPLEMENT_LHASH_COMP_FN(engine_pile_cmp, const ENGINE_PILE *) in IMPLEMENT_LHASH_HASH_FN()
/freebsd-9-stable/crypto/openssl/doc/crypto/
Dlhash.pod46 B<IMPLEMENT_LHASH_COMP_FN> macros can be used to create callback
62 #define IMPLEMENT_LHASH_COMP_FN(f_name,o_type) \
95 static IMPLEMENT_LHASH_COMP_FN(STUFF_cmp, const STUFF *);
/freebsd-9-stable/crypto/openssl/apps/
Dapps.c1425 static IMPLEMENT_LHASH_COMP_FN(index_serial_cmp, const char **) in IMPLEMENT_LHASH_HASH_FN()
1427 static IMPLEMENT_LHASH_COMP_FN(index_name_cmp, const char **) in IMPLEMENT_LHASH_HASH_FN()
/freebsd-9-stable/crypto/openssl/ssl/
Dssl_lib.c1476 static IMPLEMENT_LHASH_COMP_FN(SSL_SESSION_cmp, SSL_SESSION *) in IMPLEMENT_LHASH_HASH_FN()