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

/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dauxutil.h34 X509_ATTRIBUTE *type2attrib(ASN1_TYPE *, int);
H A Dp12auxpars.c785 attr = type2attrib(keyid, NID_localKeyID);
805 attr = type2attrib(fname, NID_friendlyName);
H A Dauxutil.c517 * type2attrib - Given a ASN1_TYPE, return a X509_ATTRIBUTE of the type
529 type2attrib(ASN1_TYPE *ty, int nid) function
H A Dp12misc.c286 attr = type2attrib(keyid, NID_localKeyID);
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c117 { ERR_PACK(0, SUNW_F_TYPE2ATTRIB, 0), "type2attrib" },
192 static X509_ATTRIBUTE *type2attrib(ASN1_TYPE *, int);
983 attr = type2attrib(keyid, NID_localKeyID);
1406 attr = type2attrib(fname, NID_friendlyName);
1935 attr = type2attrib(keyid, NID_localKeyID);
1955 attr = type2attrib(fname, NID_friendlyName);
2378 * type2attrib - Given a ASN1_TYPE, return a X509_ATTRIBUTE of the type
2390 type2attrib(ASN1_TYPE *ty, int nid) function

Completed in 124 milliseconds