Searched refs:V_ASN1_ENUMERATED (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_int.c | 580 return asn1_string_get_int64(pr, a, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_get_int64() 585 return asn1_string_set_int64(a, r, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_set_int64() 599 if ((a->type & ~V_ASN1_NEG) != V_ASN1_ENUMERATED) in ASN1_ENUMERATED_get() 613 return bn_to_asn1_string(bn, ai, V_ASN1_ENUMERATED); in BN_to_ASN1_ENUMERATED() 618 return asn1_string_to_bn(ai, bn, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_to_BN()
|
H A D | asn1_gen.c | 509 ASN1_GEN_STR("ENUM", V_ASN1_ENUMERATED), in asn1_str2tag() 510 ASN1_GEN_STR("ENUMERATED", V_ASN1_ENUMERATED), in asn1_str2tag() 617 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 | 496 case V_ASN1_ENUMERATED: in asn1_primitive_print()
|
H A D | tasn_enc.c | 599 case V_ASN1_ENUMERATED: in asn1_ex_i2c()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_attrib.c | 95 case V_ASN1_ENUMERATED: in ossl_print_attribute_value()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 72 # define V_ASN1_ENUMERATED 10 macro
|
H A D | asn1.h.in | 73 # define V_ASN1_ENUMERATED 10 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 3744 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || in ldap_ExtendedResponse_parse()
|