Searched refs:V_ASN1_NEG (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_types.c249 tag &= ~V_ASN1_NEG;
262 tag &= ~V_ASN1_NEG;
298 tag &= ~V_ASN1_NEG;
H A Da_int.c123 if ((a->type & V_ASN1_NEG) == (b->type & V_ASN1_NEG))
126 if ((a->type & V_ASN1_NEG) != 0)
406 if (a->type & V_ASN1_NEG) {
575 if ((aint->type & ~V_ASN1_NEG) != V_ASN1_ENUMERATED &&
576 (aint->type & ~V_ASN1_NEG) != V_ASN1_INTEGER)
601 if ((aint->type & V_ASN1_NEG) != 0)
609 if (((aint->type & V_ASN1_NEG) == 0 && msb == 1) ||
610 ((aint->type & V_ASN1_NEG) != 0 && msb == 0)) {
H A Da_enum.c374 aenum->type = V_ASN1_ENUMERATED | (aenum->type & V_ASN1_NEG);
H A Dasn1.h92 #define V_ASN1_NEG 0x100 /* negative flag */ macro
98 #define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG)
107 #define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
H A Dtasn_prn.c424 utype = str->type & ~V_ASN1_NEG;
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1api.c66 for (i = -3; i <= V_ASN1_NEG + 30; i++) {
96 for (i = -3; i <= V_ASN1_NEG + 30; i++) {
/openbsd-current/lib/libcrypto/x509/
H A Dx509_policy.c700 if (skip_certs->type & V_ASN1_NEG) {
H A Dx509_utl.c288 aint->type |= V_ASN1_NEG;

Completed in 257 milliseconds