Searched refs:V_ASN1_BIT_STRING (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | asn1_gen.c | 314 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1)) in asn1_cb() 521 ASN1_GEN_STR("BITSTR", V_ASN1_BIT_STRING), in asn1_str2tag() 522 ASN1_GEN_STR("BITSTRING", V_ASN1_BIT_STRING), in asn1_str2tag() 689 case V_ASN1_BIT_STRING: in asn1_str2type() 707 && (utype == V_ASN1_BIT_STRING)) { in asn1_str2type() 720 if ((utype == V_ASN1_BIT_STRING) && no_unused) { in asn1_str2type()
|
D | a_verify.c | 45 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) { in ASN1_verify() 102 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) { in ASN1_item_verify()
|
D | a_type.c | 82 case V_ASN1_BIT_STRING: in ASN1_TYPE_cmp()
|
D | tasn_prn.c | 421 if (str->type == V_ASN1_BIT_STRING) { in asn1_print_obstring() 515 case V_ASN1_BIT_STRING: in asn1_primitive_print()
|
D | a_bitstr.c | 131 ret->type = V_ASN1_BIT_STRING; in c2i_ASN1_BIT_STRING()
|
D | tasn_enc.c | 576 case V_ASN1_BIT_STRING: in asn1_ex_i2c()
|
D | tasn_dec.c | 846 case V_ASN1_BIT_STRING: in asn1_ex_c2i()
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_attr.c | 33 V_ASN1_BIT_STRING, &us_val, 1); in PKCS8_add_keyusage()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 53 # define V_ASN1_BIT_STRING 3 macro
|
/third_party/openssl/apps/ |
D | pkcs12.c | 898 case V_ASN1_BIT_STRING: in print_attribute()
|