Lines Matching refs:bp
54 BIO *bp, int ind);
72 BIO *bp, int ind)
84 if (BIO_printf(bp, "%*snamingAuthority: ", ind, "") <= 0)
91 if (BIO_printf(bp, "%*s admissionAuthorityId: ", ind, "") <= 0)
96 if (BIO_printf(bp, "%s%s%s%s\n", ln ? ln : "",
101 if (BIO_printf(bp, "%*s namingAuthorityText: ", ind, "") <= 0
102 || ASN1_STRING_print(bp, namingAuthority->namingAuthorityText) <= 0
103 || BIO_printf(bp, "\n") <= 0)
107 if (BIO_printf(bp, "%*s namingAuthorityUrl: ", ind, "") <= 0
108 || ASN1_STRING_print(bp, namingAuthority->namingAuthorityUrl) <= 0
109 || BIO_printf(bp, "\n") <= 0)
119 BIO *bp, int ind)
125 if (BIO_printf(bp, "%*sadmissionAuthority:\n", ind, "") <= 0
126 || BIO_printf(bp, "%*s ", ind, "") <= 0
127 || GENERAL_NAME_print(bp, admission->admissionAuthority) <= 0
128 || BIO_printf(bp, "\n") <= 0)
135 if (BIO_printf(bp, "%*sEntry %0d:\n", ind, "", 1 + i) <= 0) goto err;
138 if (BIO_printf(bp, "%*s admissionAuthority:\n", ind, "") <= 0
139 || BIO_printf(bp, "%*s ", ind, "") <= 0
140 || GENERAL_NAME_print(bp, entry->admissionAuthority) <= 0
141 || BIO_printf(bp, "\n") <= 0)
146 if (i2r_NAMING_AUTHORITY(method, entry->namingAuthority, bp, ind) <= 0)
153 if (BIO_printf(bp, "%*s Profession Info Entry %0d:\n", ind, "", 1 + j) <= 0)
157 if (BIO_printf(bp, "%*s registrationNumber: ", ind, "") <= 0
158 || ASN1_STRING_print(bp, pinfo->registrationNumber) <= 0
159 || BIO_printf(bp, "\n") <= 0)
164 if (i2r_NAMING_AUTHORITY(method, pinfo->namingAuthority, bp, ind + 2) <= 0)
170 if (BIO_printf(bp, "%*s Info Entries:\n", ind, "") <= 0)
175 if (BIO_printf(bp, "%*s ", ind, "") <= 0
176 || ASN1_STRING_print(bp, val) <= 0
177 || BIO_printf(bp, "\n") <= 0)
183 if (BIO_printf(bp, "%*s Profession OIDs:\n", ind, "") <= 0)
191 if (BIO_printf(bp, "%*s %s%s%s%s\n", ind, "",