ASN1_STRING_type  661 ext/openssl/openssl.c 		if (ASN1_STRING_type(str) != V_ASN1_UTF8STRING) {
ASN1_STRING_type  712 ext/openssl/openssl.c 	if (ASN1_STRING_type(timestr) != V_ASN1_UTCTIME && ASN1_STRING_type(timestr) != V_ASN1_GENERALIZEDTIME) {
ASN1_STRING_type  727 ext/openssl/openssl.c 	if (ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME && ASN1_STRING_length(timestr) < 15) {
ASN1_STRING_type  755 ext/openssl/openssl.c 	if( ASN1_STRING_type(timestr) == V_ASN1_UTCTIME ) {
ASN1_STRING_type  762 ext/openssl/openssl.c 	} else if( ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME ) {