Searched refs:compare_subject (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | test_name.c | 296 compare_subject(hx509_cert c1, hx509_cert c2, int *l) in compare_subject() function 331 ret = compare_subject(c1, c1, &l0); in test_compare() 333 ret = compare_subject(c1, c2, &l1); in test_compare() 335 ret = compare_subject(c1, c3, &l2); in test_compare() 337 ret = compare_subject(c2, c3, &l3); in test_compare()
|