Searched refs:certtypes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c1611 } certtypes[] = { variable in typeref:struct:__anon5985
1654 for (i = 0; i < sizeof(certtypes)/sizeof(certtypes[0]); i++) {
1655 rtbl_add_column_entry_by_id(table, 0, certtypes[i].type);
1656 rtbl_add_column_entry_by_id(table, 1, certtypes[i].desc);
1678 for (j = 0; j < sizeof(certtypes)/sizeof(certtypes[0]); j++) {
1679 if (strcasecmp(type, certtypes[j].type) == 0) {
1680 ret = (*certtypes[j].eval)(contextp, tbs, &ctopt);
1687 if (j >= sizeof(certtypes)/sizeo
[all...]

Completed in 50 milliseconds