Home | History | Annotate | Download | only in asn1

Lines Matching refs:inform

64 static int traverse_string(const unsigned char *p, int len, int inform,
84 int inform, unsigned long mask)
86 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
90 int inform, unsigned long mask,
106 switch(inform) {
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
203 if(inform == outform) {
230 traverse_string(in, len, inform, out_utf8, &outlen);
242 traverse_string(in, len, inform, cpyfunc, &p);
250 static int traverse_string(const unsigned char *p, int len, int inform,
256 if(inform == MBSTRING_ASC) {
259 } else if(inform == MBSTRING_BMP) {
263 } else if(inform == MBSTRING_UNIV) {