Home
last modified time | relevance | path

Searched refs:V_ASN1_BOOLEAN (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/node/deps/openssl/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.c179 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free()
188 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()
/third_party/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.c179 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free()
188 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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dasn1.rs7 pub const V_ASN1_BOOLEAN: c_int = 1; consts
/third_party/node/deps/openssl/openssl/apps/
H A Dasn1parse.c254 || (typ == V_ASN1_BOOLEAN) in asn1parse_main()
/third_party/openssl/apps/
H A Dasn1parse.c257 || (typ == V_ASN1_BOOLEAN) in asn1parse_main()
/third_party/openssl/crypto/x509/
H A Dx509_att.c335 if (atrtype == V_ASN1_BOOLEAN in X509_ATTRIBUTE_get0_data()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_att.c404 if (atrtype == V_ASN1_BOOLEAN in X509_ATTRIBUTE_get0_data()
/third_party/openssl/test/
H A Dasn1_encode_test.c598 const unsigned char t_true[] = { V_ASN1_BOOLEAN, 0x01, 0xff }; in make_custom_der()
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h51 # define V_ASN1_BOOLEAN 1 /**/ macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dasn1.h60 # define V_ASN1_BOOLEAN 1 /**/ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dasn1.h60 # define V_ASN1_BOOLEAN 1 /**/ macro

Completed in 24 milliseconds

1234