Lines Matching refs:OPENSSL_CSTRING
1421 static unsigned long index_serial_hash(const OPENSSL_CSTRING *a)
1431 static int index_serial_cmp(const OPENSSL_CSTRING *a,
1432 const OPENSSL_CSTRING *b)
1446 static unsigned long index_name_hash(const OPENSSL_CSTRING *a)
1451 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b)
1456 static IMPLEMENT_LHASH_HASH_FN(index_serial, OPENSSL_CSTRING)
1457 static IMPLEMENT_LHASH_COMP_FN(index_serial, OPENSSL_CSTRING)
1458 static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING)
1459 static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING)