Searched refs:V_ASN1_IA5STRING (Results 1 - 14 of 14) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_type.c142 case V_ASN1_IA5STRING:
H A Dasn1_gen.c575 ASN1_GEN_STR("IA5", V_ASN1_IA5STRING),
576 ASN1_GEN_STR("IA5STRING", V_ASN1_IA5STRING),
731 case V_ASN1_IA5STRING:
H A Da_mbstr.c170 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING;
H A Dt_req.c208 (type == V_ASN1_IA5STRING))
H A Dasn1_par.c207 (tag == V_ASN1_IA5STRING) ||
H A Dasn1.h123 #define V_ASN1_IA5STRING 22 macro
692 ASN1_STRING_type_new(V_ASN1_IA5STRING)
697 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
H A Dtasn_enc.c656 case V_ASN1_IA5STRING:
H A Dtasn_dec.c1003 case V_ASN1_IA5STRING:
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_obj.c123 type == V_ASN1_IA5STRING) {
/barrelfish-master/include/openssl/
H A Dasn1.h123 #define V_ASN1_IA5STRING 22 macro
692 ASN1_STRING_type_new(V_ASN1_IA5STRING)
697 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_cpols.c295 if(ia5org) nref->organization->type = V_ASN1_IA5STRING;
H A Dv3_ncons.c272 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING)
H A Dv3_utl.c551 if(email->type != V_ASN1_IA5STRING) return 1;
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dca.c1744 if ((str->type == V_ASN1_IA5STRING) &&
1750 str->type=V_ASN1_IA5STRING;
1759 (str->type != V_ASN1_IA5STRING))
1769 ((j == V_ASN1_IA5STRING) &&
2857 else if (str->type == V_ASN1_IA5STRING)

Completed in 118 milliseconds