Symbol: V_ASN1_INTEGER
crypto/libressl/crypto/asn1/a_int.c
237
if (aint->type != V_ASN1_INTEGER) {
crypto/libressl/crypto/asn1/a_int.c
270
if (aint->type != V_ASN1_INTEGER &&
crypto/libressl/crypto/asn1/a_int.c
343
ret->type = V_ASN1_INTEGER;
crypto/libressl/crypto/asn1/a_int.c
433
bs->type = V_ASN1_INTEGER;
crypto/libressl/crypto/asn1/a_int.c
562
(aint->type & ~V_ASN1_NEG) != V_ASN1_INTEGER)
crypto/libressl/crypto/asn1/a_int.c
73
.utype = V_ASN1_INTEGER,
crypto/libressl/crypto/asn1/a_int.c
801
if (tag != V_ASN1_INTEGER) {
crypto/libressl/crypto/asn1/a_int.c
817
ret->type = V_ASN1_INTEGER;
crypto/libressl/crypto/asn1/a_int.c
90
aint->type = V_ASN1_INTEGER;
crypto/libressl/crypto/asn1/a_type.c
169
case V_ASN1_INTEGER:
crypto/libressl/crypto/asn1/asn1_gen.c
538
ASN1_GEN_STR("INT", V_ASN1_INTEGER),
crypto/libressl/crypto/asn1/asn1_gen.c
539
ASN1_GEN_STR("INTEGER", V_ASN1_INTEGER),
crypto/libressl/crypto/asn1/asn1_gen.c
648
case V_ASN1_INTEGER:
crypto/libressl/crypto/asn1/asn1_par.c
298
} else if (tag == V_ASN1_INTEGER) {
crypto/libressl/crypto/asn1/tasn_dec.c
325
case V_ASN1_INTEGER:
crypto/libressl/crypto/asn1/tasn_enc.c
634
case V_ASN1_INTEGER:
crypto/libressl/crypto/asn1/tasn_prn.c
562
case V_ASN1_INTEGER:
crypto/libressl/crypto/asn1/x_bignum.c
105
.utype = V_ASN1_INTEGER,
crypto/libressl/crypto/asn1/x_bignum.c
95
.utype = V_ASN1_INTEGER,
crypto/libressl/crypto/asn1/x_long.c
107
.utype = V_ASN1_INTEGER,
crypto/libressl/crypto/asn1/x_long.c
97
.utype = V_ASN1_INTEGER,
crypto/libressl/crypto/cms/cms_sd.c
972
key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key);
crypto/libressl/crypto/pkcs7/pk7_attr.c
122
alg->parameter->type = V_ASN1_INTEGER;