Lines Matching refs:ASN1_INTEGER
18 ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x)
23 int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y)
207 int ossl_i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp)
285 /* Convert ASN1 INTEGER content octets to ASN1_INTEGER structure */
286 ASN1_INTEGER *ossl_c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp,
289 ASN1_INTEGER *ret = NULL;
395 ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp,
398 ASN1_INTEGER *ret = NULL;
464 ASN1_INTEGER *ret;
505 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn,
525 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a)
530 int ASN1_INTEGER_set_int64(ASN1_INTEGER *a, int64_t r)
535 int ASN1_INTEGER_get_uint64(uint64_t *pr, const ASN1_INTEGER *a)
540 int ASN1_INTEGER_set_uint64(ASN1_INTEGER *a, uint64_t r)
545 int ASN1_INTEGER_set(ASN1_INTEGER *a, long v)
550 long ASN1_INTEGER_get(const ASN1_INTEGER *a)
564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai)
569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn)