Home
last modified time | relevance | path

Searched refs:V_ASN1_BOOLEAN (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_type.c18 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()
H A Dtasn_fre.c183 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free()
192 case V_ASN1_BOOLEAN: in ossl_asn1_primitive_free()
H A Dtasn_prn.c155 || (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()
H A Dtasn_new.c292 case V_ASN1_BOOLEAN: in asn1_primitive_new()
344 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_clear()
H A Dasn1_gen.c502 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()
H A Dtasn_enc.c545 || (it->utype != V_ASN1_BOOLEAN)) { in asn1_ex_i2c()
579 case V_ASN1_BOOLEAN: in asn1_ex_i2c()
H A Dasn1_parse.c195 } else if (tag == V_ASN1_BOOLEAN) { in asn1_parse2()
H A Dtasn_dec.c784 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()
873 case V_ASN1_BOOLEAN: in asn1_ex_c2i()
/freebsd/crypto/openssl/apps/
H A Dasn1parse.c254 || (typ == V_ASN1_BOOLEAN) in asn1parse_main()
/freebsd/crypto/openssl/doc/man3/
H A DX509_ATTRIBUTE.pod188 B<V_ASN1_BOOLEAN> or B<V_ASN1_NULL> OR if the I<idx> is not in the
195 object OR if I<type> is either B<V_ASN1_BOOLEAN> or B<V_ASN1_NULL> OR the
H A DASN1_TYPE_get.pod54 B<V_ASN1_BOOLEAN>
H A DCMS_signed_get_attr.pod114 type of the B<ASN1_TYPE> object OR if I<type> is either B<V_ASN1_BOOLEAN> or
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_att.c404 if (atrtype == V_ASN1_BOOLEAN in X509_ATTRIBUTE_get0_data()
/freebsd/crypto/openssl/test/
H A Dasn1_encode_test.c598 const unsigned char t_true[] = { V_ASN1_BOOLEAN, 0x01, 0xff }; in make_custom_der()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h60 # define V_ASN1_BOOLEAN 1 /**/ macro
H A Dasn1.h.in61 # define V_ASN1_BOOLEAN 1 /**/ macro