Lines Matching refs:ty
1051 ASN1_TYPE *ty = NULL; in sunw_get_pkey_localkeyid() local
1069 if ((ty = attrib2type(attr)) == NULL || in sunw_get_pkey_localkeyid()
1070 ty->type != V_ASN1_OCTET_STRING) { in sunw_get_pkey_localkeyid()
1081 str = ty->value.octet_string; in sunw_get_pkey_localkeyid()
1115 ASN1_TYPE *ty = NULL; in sunw_get_pkey_fname() local
1131 if ((ty = attrib2type(attr)) == NULL || in sunw_get_pkey_fname()
1132 ty->type != V_ASN1_BMPSTRING) { in sunw_get_pkey_fname()
1143 str = ty->value.bmpstring; in sunw_get_pkey_fname()
2402 type2attrib(ASN1_TYPE *ty, int nid) argument
2408 sk_ASN1_TYPE_push(a->value.set, ty) == 0) {
2434 ASN1_TYPE *ty = NULL; local
2440 ty = sk_ASN1_TYPE_value(attr->value.set, 0);
2442 return (ty);