Searched defs:type2attrib (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.c525 * type2attrib - Given a ASN1_TYPE, return a X509_ATTRIBUTE of the type
537 type2attrib(ASN1_TYPE *ty, int nid) function
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c121 { ERR_PACK(0, SUNW_F_TYPE2ATTRIB, 0), "type2attrib" },
196 static X509_ATTRIBUTE *type2attrib(ASN1_TYPE *, int);
987 attr = type2attrib(keyid, NID_localKeyID);
1414 attr = type2attrib(fname, NID_friendlyName);
1943 attr = type2attrib(keyid, NID_localKeyID);
1963 attr = type2attrib(fname, NID_friendlyName);
2390 * type2attrib - Given a ASN1_TYPE, return a X509_ATTRIBUTE of the type
2402 type2attrib(ASN1_TYPE *ty, int nid) function

Completed in 64 milliseconds