Searched refs:V_ASN1_NEG_ENUMERATED (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_enum.c91 a->type = V_ASN1_NEG_ENUMERATED;
115 if (i == V_ASN1_NEG_ENUMERATED)
150 ret->type = V_ASN1_NEG_ENUMERATED;
178 else if (ai->type == V_ASN1_NEG_ENUMERATED)
H A Dasn1_par.c347 if (bs->type == V_ASN1_NEG_ENUMERATED)
418 if ((tag == V_ASN1_NEG_INTEGER) || (tag == V_ASN1_NEG_ENUMERATED))
H A Dasn1.h114 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_enum.c91 a->type = V_ASN1_NEG_ENUMERATED;
115 if (i == V_ASN1_NEG_ENUMERATED)
150 ret->type = V_ASN1_NEG_ENUMERATED;
178 else if (ai->type == V_ASN1_NEG_ENUMERATED)
H A Dasn1_par.c347 if (bs->type == V_ASN1_NEG_ENUMERATED)
418 if ((tag == V_ASN1_NEG_INTEGER) || (tag == V_ASN1_NEG_ENUMERATED))
H A Dasn1.h114 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_enum.c93 a->type=V_ASN1_NEG_ENUMERATED;
116 if (i == V_ASN1_NEG_ENUMERATED)
152 if(BN_is_negative(bn)) ret->type = V_ASN1_NEG_ENUMERATED;
180 else if(ai->type == V_ASN1_NEG_ENUMERATED) BN_set_negative(ret,1);
H A Dasn1_par.c366 if (bs->type == V_ASN1_NEG_ENUMERATED)
436 if((tag == V_ASN1_NEG_INTEGER) || (tag == V_ASN1_NEG_ENUMERATED))
H A Dtasn_enc.c642 case V_ASN1_NEG_ENUMERATED:
H A Dtasn_dec.c989 case V_ASN1_NEG_ENUMERATED:
H A Dasn1.h114 #define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1.h114 #define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG) macro

Completed in 96 milliseconds