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

/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dks_p12.c298 struct type bagtypes[] = { variable in typeref:struct:type
316 for (i = 0; i < sizeof(bagtypes)/sizeof(bagtypes[0]); i++)
317 if (der_heim_oid_cmp(bagtypes[i].oid, oid) == 0)
318 (*bagtypes[i].func)(context, c, data, length, attrs);

Completed in 49 milliseconds