Searched defs:ASN1_INTEGER (Results 1 – 6 of 6) sorted by relevance
45 pub fn ASN1_INTEGER_free(x: *mut ASN1_INTEGER); in ASN1_INTEGER_free()47 pub fn ASN1_INTEGER_set(dest: *mut ASN1_INTEGER, value: c_long) -> c_int; in ASN1_INTEGER_set()48 pub fn BN_to_ASN1_INTEGER(bn: *const BIGNUM, ai: *mut ASN1_INTEGER) -> *mut ASN1_INTEGER; in BN_to_ASN1_INTEGER()49 pub fn ASN1_INTEGER_to_BN(ai: *const ASN1_INTEGER, bn: *mut BIGNUM) -> *mut BIGNUM; in ASN1_INTEGER_to_BN()
6 pub enum ASN1_INTEGER {} enum
308 pub fn X509_get_serialNumber(x: *mut X509) -> *mut ASN1_INTEGER; in X509_get_serialNumber()373 pub fn X509_REVOKED_get0_serialNumber(req: *const X509_REVOKED) -> *const ASN1_INTEGER; in X509_REVOKED_get0_serialNumber()
27 # define ASN1_INTEGER ASN1_STRING macro45 typedef struct asn1_string_st ASN1_INTEGER; typedef
22 # define ASN1_INTEGER ASN1_STRING macro
193 ASN1_INTEGER = asn1_string_st variable