Searched refs:xname_cmp (Results 1 – 1 of 1) sorted by relevance
705 static int xname_cmp(const X509_NAME *a, const X509_NAME *b) in xname_cmp() function731 return xname_cmp(*a, *b); in xname_sk_cmp()748 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp); in STACK_OF()879 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp); in SSL_add_file_cert_subjects_to_stack()922 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp); in SSL_add_dir_cert_subjects_to_stack()
Completed in 10 milliseconds