ASN1_STRING_type  685 ext/openssl/openssl.c 		if (ASN1_STRING_type(str) != V_ASN1_UTF8STRING) {
ASN1_STRING_type  734 ext/openssl/openssl.c 	if (ASN1_STRING_type(timestr) != V_ASN1_UTCTIME && ASN1_STRING_type(timestr) != V_ASN1_GENERALIZEDTIME) {
ASN1_STRING_type  749 ext/openssl/openssl.c 	if (ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME && ASN1_STRING_length(timestr) < 15) {
ASN1_STRING_type  777 ext/openssl/openssl.c 	if( ASN1_STRING_type(timestr) == V_ASN1_UTCTIME ) {
ASN1_STRING_type  784 ext/openssl/openssl.c 	} else if( ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME ) {