Home | History | Annotate | Download | only in asn1

Lines Matching full:inform

65 static int traverse_string(const unsigned char *p, int len, int inform,
85 int inform, unsigned long mask)
87 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
91 int inform, unsigned long mask,
107 switch(inform) {
159 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
200 if(inform == outform) {
227 traverse_string(in, len, inform, out_utf8, &outlen);
239 traverse_string(in, len, inform, cpyfunc, &p);
247 static int traverse_string(const unsigned char *p, int len, int inform,
253 if(inform == MBSTRING_ASC) {
256 } else if(inform == MBSTRING_BMP) {
260 } else if(inform == MBSTRING_UNIV) {