Searched refs:V_ASN1_NULL (Results 1 – 9 of 9) sorted by relevance
66 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL)) in ASN1_TYPE_get()118 case V_ASN1_NULL: in ASN1_TYPE_cmp()
230 case V_ASN1_NULL: in ASN1_primitive_free()
815 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()897 case V_ASN1_NULL: in asn1_ex_c2i()986 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i()
343 case V_ASN1_NULL: in ASN1_primitive_new()
590 case V_ASN1_NULL: in asn1_ex_i2c()
108 (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) ? V_ASN1_NULL : V_ASN1_UNDEF; in x509_digest_sign_algorithm()
133 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
578 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag()669 case V_ASN1_NULL: in asn1_str2type()
106 #define V_ASN1_NULL 5 macro