Home | History | Annotate | Download | only in asn1

Lines Matching full:mask

76  * a mask of permissible ASN1 string types. It then works out the minimal
84 int inform, unsigned long mask)
86 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
90 int inform, unsigned long mask,
103 if(!mask) mask = DIRSTRING_TYPE;
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
169 if(mask & B_ASN1_PRINTABLESTRING) str_type = V_ASN1_PRINTABLESTRING;
170 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING;
171 else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING;
172 else if(mask & B_ASN1_BMPSTRING) {
175 } else if(mask & B_ASN1_UNIVERSALSTRING) {
306 * supplied "mask".