Searched refs:V_ASN1_ENUMERATED (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | a_int.c | 564 return asn1_string_get_int64(pr, a, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_get_int64() 569 return asn1_string_set_int64(a, r, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_set_int64() 583 if ((a->type & ~V_ASN1_NEG) != V_ASN1_ENUMERATED) in ASN1_ENUMERATED_get() 597 return bn_to_asn1_string(bn, ai, V_ASN1_ENUMERATED); in BN_to_ASN1_ENUMERATED() 602 return asn1_string_to_bn(ai, bn, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_to_BN()
|
D | asn1_gen.c | 511 ASN1_GEN_STR("ENUM", V_ASN1_ENUMERATED), in asn1_str2tag() 512 ASN1_GEN_STR("ENUMERATED", V_ASN1_ENUMERATED), in asn1_str2tag() 618 case V_ASN1_ENUMERATED: in asn1_str2type()
|
D | a_type.c | 81 case V_ASN1_ENUMERATED: in ASN1_TYPE_cmp()
|
D | asn1_par.c | 280 } else if (tag == V_ASN1_ENUMERATED) { in asn1_parse2()
|
D | tasn_dec.c | 748 || utype == V_ASN1_ENUMERATED) { in asn1_d2i_ex_primitive() 852 case V_ASN1_ENUMERATED: in asn1_ex_c2i()
|
D | tasn_prn.c | 498 case V_ASN1_ENUMERATED: in asn1_primitive_print()
|
D | tasn_enc.c | 581 case V_ASN1_ENUMERATED: in asn1_ex_i2c()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 60 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/openssl/apps/ |
D | s_client.c | 3496 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || in ldap_ExtendedResponse_parse()
|