ASN1_INTEGER 517 extra_lib/include/openssl/asn1.h DECLARE_STACK_OF(ASN1_INTEGER) ASN1_INTEGER 518 extra_lib/include/openssl/asn1.h DECLARE_ASN1_SET_OF(ASN1_INTEGER) ASN1_INTEGER 530 extra_lib/include/openssl/asn1.h ASN1_INTEGER * integer; ASN1_INTEGER 589 extra_lib/include/openssl/asn1.h #define M_ASN1_INTEGER_new() (ASN1_INTEGER *)\ ASN1_INTEGER 592 extra_lib/include/openssl/asn1.h #define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)\ ASN1_INTEGER 832 extra_lib/include/openssl/asn1.h DECLARE_ASN1_FUNCTIONS(ASN1_INTEGER) ASN1_INTEGER 833 extra_lib/include/openssl/asn1.h int i2c_ASN1_INTEGER(ASN1_INTEGER *a,unsigned char **pp); ASN1_INTEGER 834 extra_lib/include/openssl/asn1.h ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a,const unsigned char **pp, ASN1_INTEGER 836 extra_lib/include/openssl/asn1.h ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a,const unsigned char **pp, ASN1_INTEGER 838 extra_lib/include/openssl/asn1.h ASN1_INTEGER * ASN1_INTEGER_dup(const ASN1_INTEGER *x); ASN1_INTEGER 839 extra_lib/include/openssl/asn1.h int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y); ASN1_INTEGER 904 extra_lib/include/openssl/asn1.h int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a); ASN1_INTEGER 905 extra_lib/include/openssl/asn1.h int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size); ASN1_INTEGER 918 extra_lib/include/openssl/asn1.h int ASN1_INTEGER_set(ASN1_INTEGER *a, long v); ASN1_INTEGER 919 extra_lib/include/openssl/asn1.h long ASN1_INTEGER_get(const ASN1_INTEGER *a); ASN1_INTEGER 920 extra_lib/include/openssl/asn1.h ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai); ASN1_INTEGER 921 extra_lib/include/openssl/asn1.h BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn); ASN1_INTEGER 79 extra_lib/include/openssl/ossl_typ.h typedef struct asn1_string_st ASN1_INTEGER; ASN1_INTEGER 89 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *serial; ASN1_INTEGER 94 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *version; /* version 1 */ ASN1_INTEGER 111 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *version; /* version 0 */ ASN1_INTEGER 123 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *version; /* version 1 */ ASN1_INTEGER 144 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *version; /* version 0 */ ASN1_INTEGER 151 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *version; /* version 1 */ ASN1_INTEGER 163 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *version; /* version 0 */ ASN1_INTEGER 171 extra_lib/include/openssl/pkcs7.h ASN1_INTEGER *version; /* version 0 */ ASN1_INTEGER 274 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_new(cmp) SKM_sk_new(ASN1_INTEGER, (cmp)) ASN1_INTEGER 275 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_new_null() SKM_sk_new_null(ASN1_INTEGER) ASN1_INTEGER 276 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_free(st) SKM_sk_free(ASN1_INTEGER, (st)) ASN1_INTEGER 277 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st)) ASN1_INTEGER 278 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_value(st, i) SKM_sk_value(ASN1_INTEGER, (st), (i)) ASN1_INTEGER 279 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_set(st, i, val) SKM_sk_set(ASN1_INTEGER, (st), (i), (val)) ASN1_INTEGER 280 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_zero(st) SKM_sk_zero(ASN1_INTEGER, (st)) ASN1_INTEGER 281 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_push(st, val) SKM_sk_push(ASN1_INTEGER, (st), (val)) ASN1_INTEGER 282 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_unshift(st, val) SKM_sk_unshift(ASN1_INTEGER, (st), (val)) ASN1_INTEGER 283 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_find(st, val) SKM_sk_find(ASN1_INTEGER, (st), (val)) ASN1_INTEGER 284 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_find_ex(st, val) SKM_sk_find_ex(ASN1_INTEGER, (st), (val)) ASN1_INTEGER 285 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_delete(st, i) SKM_sk_delete(ASN1_INTEGER, (st), (i)) ASN1_INTEGER 286 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_INTEGER, (st), (ptr)) ASN1_INTEGER 287 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_insert(st, val, i) SKM_sk_insert(ASN1_INTEGER, (st), (val), (i)) ASN1_INTEGER 288 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_INTEGER, (st), (cmp)) ASN1_INTEGER 289 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_dup(st) SKM_sk_dup(ASN1_INTEGER, st) ASN1_INTEGER 290 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_pop_free(st, free_func) SKM_sk_pop_free(ASN1_INTEGER, (st), (free_func)) ASN1_INTEGER 291 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_shift(st) SKM_sk_shift(ASN1_INTEGER, (st)) ASN1_INTEGER 292 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_pop(st) SKM_sk_pop(ASN1_INTEGER, (st)) ASN1_INTEGER 293 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_sort(st) SKM_sk_sort(ASN1_INTEGER, (st)) ASN1_INTEGER 294 extra_lib/include/openssl/safestack.h #define sk_ASN1_INTEGER_is_sorted(st) SKM_sk_is_sorted(ASN1_INTEGER, (st)) ASN1_INTEGER 2119 extra_lib/include/openssl/safestack.h SKM_ASN1_SET_OF_d2i(ASN1_INTEGER, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) ASN1_INTEGER 2121 extra_lib/include/openssl/safestack.h SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) ASN1_INTEGER 2123 extra_lib/include/openssl/safestack.h SKM_ASN1_seq_pack(ASN1_INTEGER, (st), (i2d_func), (buf), (len)) ASN1_INTEGER 2125 extra_lib/include/openssl/safestack.h SKM_ASN1_seq_unpack(ASN1_INTEGER, (buf), (len), (d2i_func), (free_func)) ASN1_INTEGER 234 extra_lib/include/openssl/x509.h ASN1_INTEGER *version; ASN1_INTEGER 251 extra_lib/include/openssl/x509.h ASN1_INTEGER *version; /* [ 0 ] default of v1 */ ASN1_INTEGER 252 extra_lib/include/openssl/x509.h ASN1_INTEGER *serialNumber; ASN1_INTEGER 436 extra_lib/include/openssl/x509.h ASN1_INTEGER *serialNumber; ASN1_INTEGER 451 extra_lib/include/openssl/x509.h ASN1_INTEGER *version; ASN1_INTEGER 476 extra_lib/include/openssl/x509.h ASN1_INTEGER *crl_number; ASN1_INTEGER 477 extra_lib/include/openssl/x509.h ASN1_INTEGER *base_crl_number; ASN1_INTEGER 562 extra_lib/include/openssl/x509.h ASN1_INTEGER *iter; ASN1_INTEGER 574 extra_lib/include/openssl/x509.h ASN1_INTEGER *iter; ASN1_INTEGER 575 extra_lib/include/openssl/x509.h ASN1_INTEGER *keylength; ASN1_INTEGER 590 extra_lib/include/openssl/x509.h ASN1_INTEGER *version; ASN1_INTEGER 632 extra_lib/include/openssl/x509.h ASN1_INTEGER *ser, X509_NAME *issuer), ASN1_INTEGER 863 extra_lib/include/openssl/x509.h X509_REVOKED **ret, ASN1_INTEGER *serial); ASN1_INTEGER 902 extra_lib/include/openssl/x509.h int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial); ASN1_INTEGER 903 extra_lib/include/openssl/x509.h ASN1_INTEGER * X509_get_serialNumber(X509 *x); ASN1_INTEGER 950 extra_lib/include/openssl/x509.h int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial); ASN1_INTEGER 1146 extra_lib/include/openssl/x509.h ASN1_INTEGER *serial); ASN1_INTEGER 153 extra_lib/include/openssl/x509_vfy.h ASN1_INTEGER *serial,X509_OBJECT *ret); ASN1_INTEGER 462 extra_lib/include/openssl/x509_vfy.h ASN1_INTEGER *serial, X509_OBJECT *ret); ASN1_INTEGER 159 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *pathlen; ASN1_INTEGER 262 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *serial; ASN1_INTEGER 268 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *zone; ASN1_INTEGER 275 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *version; ASN1_INTEGER 281 extra_lib/include/openssl/x509v3.h STACK_OF(ASN1_INTEGER) *noticenos; ASN1_INTEGER 320 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *minimum; ASN1_INTEGER 321 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *maximum; ASN1_INTEGER 332 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *requireExplicitPolicy; ASN1_INTEGER 333 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *inhibitPolicyMapping; ASN1_INTEGER 343 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *pcPathLengthConstraint; ASN1_INTEGER 508 extra_lib/include/openssl/x509v3.h int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, ASN1_INTEGER 513 extra_lib/include/openssl/x509v3.h ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone); ASN1_INTEGER 637 extra_lib/include/openssl/x509v3.h int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint); ASN1_INTEGER 655 extra_lib/include/openssl/x509v3.h int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, ASN1_INTEGER 657 extra_lib/include/openssl/x509v3.h char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint); ASN1_INTEGER 658 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value); ASN1_INTEGER 755 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *min, *max; ASN1_INTEGER 764 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *id; ASN1_INTEGER 856 extra_lib/include/openssl/x509v3.h ASN1_INTEGER *min, ASN1_INTEGER *max);