ASN1_STRING_type
LCRYPTO_ALIAS(ASN1_STRING_type);
int ASN1_STRING_type(const ASN1_STRING *x);
if (*out_astr != NULL && ASN1_STRING_type(*out_astr) != type)
LCRYPTO_USED(ASN1_STRING_type);
format = ASN1_STRING_type(altname->d.dNSName);
if (ASN1_STRING_type(astr) != asnt->type) {
asnt->name, asnt->type, ASN1_STRING_type(astr));
if (ASN1_STRING_type(astr) != asnt->type) {
asnt->name, asnt->type, ASN1_STRING_type(astr));
if ((irc = ASN1_STRING_type(dst)) != V_ASN1_IA5STRING)
if ((irc = ASN1_STRING_type(src)) != V_ASN1_IA5STRING)
if ((irc = ASN1_STRING_type(dst)) != V_ASN1_OCTET_STRING)
if ((irc = ASN1_STRING_type(dst)) != V_ASN1_OCTET_STRING)
if ((irc = ASN1_STRING_type(src)) != V_ASN1_IA5STRING)
if (ASN1_STRING_type(cstr) != V_ASN1_IA5STRING)
if (ASN1_STRING_type(cstr) != V_ASN1_IA5STRING)
(ASN1_STRING_type(tm) != V_ASN1_UTCTIME &&
ASN1_STRING_type(tm) != V_ASN1_GENERALIZEDTIME)) {
if (ASN1_STRING_type(tm) == V_ASN1_UTCTIME) {
(ASN1_STRING_type(tm) != V_ASN1_UTCTIME &&
ASN1_STRING_type(tm) != V_ASN1_GENERALIZEDTIME)) {
if (ASN1_STRING_type(tm) == V_ASN1_UTCTIME) {
int type = ASN1_STRING_type(astr);
(ASN1_STRING_type(str) != V_ASN1_IA5STRING)) {
if (ASN1_STRING_type(str) == V_ASN1_PRINTABLESTRING)
else if (ASN1_STRING_type(str) == V_ASN1_T61STRING)
else if (ASN1_STRING_type(str) == V_ASN1_IA5STRING)
else if (ASN1_STRING_type(str) == V_ASN1_UNIVERSALSTRING)
BIO_printf(bp, "ASN.1 %2d:'", ASN1_STRING_type(str));
if (verbose > 1 && ASN1_STRING_type(as) != V_ASN1_PRINTABLESTRING) {