Searched refs:V_ASN1_BOOLEAN (Results 1 – 16 of 16) sorted by relevance
18 if (a->type == V_ASN1_BOOLEAN in ASN1_TYPE_get()28 if (a->type != V_ASN1_BOOLEAN in ASN1_TYPE_set()35 if (type == V_ASN1_BOOLEAN) in ASN1_TYPE_set()43 if (!value || (type == V_ASN1_BOOLEAN)) { in ASN1_TYPE_set1()74 case V_ASN1_BOOLEAN: in ASN1_TYPE_cmp()
183 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free()192 case V_ASN1_BOOLEAN: in ossl_asn1_primitive_free()
155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx()453 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_print()488 case V_ASN1_BOOLEAN: in asn1_primitive_print()
292 case V_ASN1_BOOLEAN: in asn1_primitive_new()344 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_clear()
502 ASN1_GEN_STR("BOOL", V_ASN1_BOOLEAN), in asn1_str2tag()503 ASN1_GEN_STR("BOOLEAN", V_ASN1_BOOLEAN), in asn1_str2tag()600 case V_ASN1_BOOLEAN: in asn1_str2type()
545 || (it->utype != V_ASN1_BOOLEAN)) { in asn1_ex_i2c()579 case V_ASN1_BOOLEAN: in asn1_ex_i2c()
195 } else if (tag == V_ASN1_BOOLEAN) { in asn1_parse2()
784 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()873 case V_ASN1_BOOLEAN: in asn1_ex_c2i()
254 || (typ == V_ASN1_BOOLEAN) in asn1parse_main()
188 B<V_ASN1_BOOLEAN> or B<V_ASN1_NULL> OR if the I<idx> is not in the195 object OR if I<type> is either B<V_ASN1_BOOLEAN> or B<V_ASN1_NULL> OR the
54 B<V_ASN1_BOOLEAN>
114 type of the B<ASN1_TYPE> object OR if I<type> is either B<V_ASN1_BOOLEAN> or
404 if (atrtype == V_ASN1_BOOLEAN in X509_ATTRIBUTE_get0_data()
598 const unsigned char t_true[] = { V_ASN1_BOOLEAN, 0x01, 0xff }; in make_custom_der()
60 # define V_ASN1_BOOLEAN 1 /**/ macro
61 # define V_ASN1_BOOLEAN 1 /**/ macro