Searched refs:V_ASN1_ENUMERATED (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_int.c | 576 return asn1_string_get_int64(pr, a, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_get_int64() 581 return asn1_string_set_int64(a, r, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_set_int64() 595 if ((a->type & ~V_ASN1_NEG) != V_ASN1_ENUMERATED) in ASN1_ENUMERATED_get() 609 return bn_to_asn1_string(bn, ai, V_ASN1_ENUMERATED); in BN_to_ASN1_ENUMERATED() 614 return asn1_string_to_bn(ai, bn, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_to_BN()
|
H A D | asn1_gen.c | 508 ASN1_GEN_STR("ENUM", V_ASN1_ENUMERATED), in asn1_str2tag() 509 ASN1_GEN_STR("ENUMERATED", V_ASN1_ENUMERATED), in asn1_str2tag() 616 case V_ASN1_ENUMERATED: in asn1_str2type()
|
H A D | a_type.c | 81 case V_ASN1_ENUMERATED: in ASN1_TYPE_cmp()
|
H A D | asn1_parse.c | 287 } else if (tag == V_ASN1_ENUMERATED) { in asn1_parse2()
|
H A D | tasn_dec.c | 786 || utype == V_ASN1_ENUMERATED) { in asn1_d2i_ex_primitive() 890 case V_ASN1_ENUMERATED: in asn1_ex_c2i()
|
H A D | tasn_prn.c | 498 case V_ASN1_ENUMERATED: in asn1_primitive_print()
|
H A D | tasn_enc.c | 602 case V_ASN1_ENUMERATED: in asn1_ex_i2c()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
H A D | asn1.h.in | 70 # define V_ASN1_ENUMERATED 10 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 3458 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || in ldap_ExtendedResponse_parse()
|