Home
last modified time | relevance | path

Searched refs:oid_table (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c73 struct oid_table_entry oid_table[] = { variable
131 int number_of_oids = sizeof (oid_table) / sizeof (struct oid_table_entry);
1342 (void) printf("%s", oid_table[i].name); in show_ecc_curves()
1356 if (strcasecmp(name, oid_table[i].name) == 0) in ecc_name_to_oid()
1357 return ((KMF_OID *)oid_table[i].oid); in ecc_name_to_oid()