HomeSort by: relevance | last modified time | path
    Searched defs:certtypes (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
hxtool.c 1667 } certtypes[] = { variable in typeref:struct:__anon852
1710 for (i = 0; i < sizeof(certtypes)/sizeof(certtypes[0]); i++) {
1711 rtbl_add_column_entry_by_id(table, 0, certtypes[i].type);
1712 rtbl_add_column_entry_by_id(table, 1, certtypes[i].desc);
1734 for (j = 0; j < sizeof(certtypes)/sizeof(certtypes[0]); j++) {
1735 if (strcasecmp(type, certtypes[j].type) == 0) {
1736 ret = (*certtypes[j].eval)(contextp, tbs, &ctopt);
1743 if (j >= sizeof(certtypes)/sizeof(certtypes[0]))
    [all...]

Completed in 50 milliseconds