Lines Matching refs:ASN1_ENUMERATED
81 * and ASN1_ENUMERATED to indicate the sign. They are *not* on
452 ASN1_ENUMERATED *enumerated;
576 DECLARE_ASN1_FUNCTIONS(ASN1_ENUMERATED)
641 int i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a);
642 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
662 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a);
663 int ASN1_ENUMERATED_set_int64(ASN1_ENUMERATED *a, int64_t r);
666 int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v);
667 long ASN1_ENUMERATED_get(const ASN1_ENUMERATED *a);
668 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai);
669 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn);