Lines Matching defs:namingAuthority
30 ASN1_EXP_OPT(PROFESSION_INFO, namingAuthority, NAMING_AUTHORITY, 0),
39 ASN1_EXP_OPT(ADMISSIONS, namingAuthority, NAMING_AUTHORITY, 1),
74 NAMING_AUTHORITY * namingAuthority = (NAMING_AUTHORITY*) in;
76 if (namingAuthority == NULL)
79 if (namingAuthority->namingAuthorityId == NULL
80 && namingAuthority->namingAuthorityText == NULL
81 && namingAuthority->namingAuthorityUrl == NULL)
87 if (namingAuthority->namingAuthorityId != NULL) {
89 const char *ln = OBJ_nid2ln(OBJ_obj2nid(namingAuthority->namingAuthorityId));
94 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1);
100 if (namingAuthority->namingAuthorityText != NULL) {
102 || ASN1_STRING_print(bp, namingAuthority->namingAuthorityText) <= 0
106 if (namingAuthority->namingAuthorityUrl != NULL ) {
108 || ASN1_STRING_print(bp, namingAuthority->namingAuthorityUrl) <= 0
145 if (entry->namingAuthority != NULL) {
146 if (i2r_NAMING_AUTHORITY(method, entry->namingAuthority, bp, ind) <= 0)
163 if (pinfo->namingAuthority != NULL) {
164 if (i2r_NAMING_AUTHORITY(method, pinfo->namingAuthority, bp, ind + 2) <= 0)
277 return a->namingAuthority;
282 NAMING_AUTHORITY_free(a->namingAuthority);
283 a->namingAuthority = na;
311 return pi->namingAuthority;
317 NAMING_AUTHORITY_free(pi->namingAuthority);
318 pi->namingAuthority = na;