Home
last modified time | relevance | path

Searched refs:V_ASN1_NEG (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_int.c27 neg = x->type & V_ASN1_NEG; in ASN1_INTEGER_cmp()
28 if (neg != (y->type & V_ASN1_NEG)) { in ASN1_INTEGER_cmp()
209 return i2c_ibuf(a->data, a->length, a->type & V_ASN1_NEG, pp); in ossl_i2c_ASN1_INTEGER()
312 ret->type |= V_ASN1_NEG; in ossl_c2i_ASN1_INTEGER()
314 ret->type &= ~V_ASN1_NEG; in ossl_c2i_ASN1_INTEGER()
333 if ((a->type & ~V_ASN1_NEG) != itype) { in asn1_string_get_int64()
337 return asn1_get_int64(pr, a->data, a->length, a->type & V_ASN1_NEG); in asn1_string_get_int64()
353 a->type |= V_ASN1_NEG; in asn1_string_set_int64()
356 a->type &= ~V_ASN1_NEG; in asn1_string_set_int64()
368 if ((a->type & ~V_ASN1_NEG) != itype) { in asn1_string_get_uint64()
[all …]
H A Df_int.c25 if (a->type & V_ASN1_NEG) { in i2a_ASN1_INTEGER()
153 bs->type = V_ASN1_INTEGER | (bs->type & V_ASN1_NEG); in a2i_ASN1_ENUMERATED()
H A Dtasn_prn.c450 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print()
H A Dtasn_dec.c895 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG); in asn1_ex_c2i()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h94 # define V_ASN1_NEG 0x100 macro
95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG)
96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
H A Dasn1.h.in95 # define V_ASN1_NEG 0x100 macro
96 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG)
97 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c245 aint->type |= V_ASN1_NEG; in s2i_ASN1_INTEGER()