Lines Matching refs:ASN1_INTEGER
80 * NB the constants below are used internally by ASN1_INTEGER
438 DEFINE_STACK_OF(ASN1_INTEGER)
451 ASN1_INTEGER *integer;
570 DECLARE_ASN1_FUNCTIONS(ASN1_INTEGER)
571 ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp,
573 ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x);
574 int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y);
639 int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a);
640 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
652 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a);
653 int ASN1_INTEGER_set_int64(ASN1_INTEGER *a, int64_t r);
654 int ASN1_INTEGER_get_uint64(uint64_t *pr, const ASN1_INTEGER *a);
655 int ASN1_INTEGER_set_uint64(ASN1_INTEGER *a, uint64_t r);
657 int ASN1_INTEGER_set(ASN1_INTEGER *a, long v);
658 long ASN1_INTEGER_get(const ASN1_INTEGER *a);
659 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
660 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);