crypto/libressl/apps/openssl/apps.c
1189
load_serial(char *serialfile, int create, ASN1_INTEGER **retai)
crypto/libressl/apps/openssl/apps.c
1194
ASN1_INTEGER *ai = NULL;
crypto/libressl/apps/openssl/apps.c
1240
ASN1_INTEGER **retai)
crypto/libressl/apps/openssl/apps.c
1245
ASN1_INTEGER *ai = NULL;
crypto/libressl/apps/openssl/apps.c
1328
rand_serial(BIGNUM *b, ASN1_INTEGER *ai)
crypto/libressl/apps/openssl/apps.h
226
BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai);
crypto/libressl/apps/openssl/apps.h
228
ASN1_INTEGER **retai);
crypto/libressl/apps/openssl/apps.h
230
int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
crypto/libressl/apps/openssl/ca.c
1321
ASN1_INTEGER *serialNumber;
crypto/libressl/apps/openssl/ca.c
677
ASN1_INTEGER *tmpserial;
crypto/libressl/apps/openssl/crl.c
345
ASN1_INTEGER *crlnum;
crypto/libressl/apps/openssl/ocsp.c
1105
ASN1_INTEGER *sno;
crypto/libressl/apps/openssl/ocsp.c
1222
ASN1_INTEGER *serial;
crypto/libressl/apps/openssl/ocsp.c
1297
lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
crypto/libressl/apps/openssl/ocsp.c
94
static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
crypto/libressl/apps/openssl/pkcs12.c
788
const ASN1_INTEGER *iter;
crypto/libressl/apps/openssl/req.c
162
ASN1_INTEGER *serial;
crypto/libressl/apps/openssl/ts.c
1002
ASN1_INTEGER *serial = NULL;
crypto/libressl/apps/openssl/ts.c
102
static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data);
crypto/libressl/apps/openssl/ts.c
103
static ASN1_INTEGER *next_serial(const char *serialfile);
crypto/libressl/apps/openssl/ts.c
104
static int save_ts_serial(const char *serialfile, ASN1_INTEGER *serial);
crypto/libressl/apps/openssl/ts.c
1042
save_ts_serial(const char *serialfile, ASN1_INTEGER *serial)
crypto/libressl/apps/openssl/ts.c
605
ASN1_INTEGER *nonce_asn1 = NULL;
crypto/libressl/apps/openssl/ts.c
734
static ASN1_INTEGER *
crypto/libressl/apps/openssl/ts.c
738
ASN1_INTEGER *nonce = NULL;
crypto/libressl/apps/openssl/ts.c
92
static ASN1_INTEGER *create_nonce(int bits);
crypto/libressl/apps/openssl/ts.c
979
static ASN1_INTEGER *
crypto/libressl/apps/openssl/ts.c
983
ASN1_INTEGER *serial = next_serial(serial_file);
crypto/libressl/apps/openssl/ts.c
997
static ASN1_INTEGER *
crypto/libressl/apps/openssl/x509.c
1338
static ASN1_INTEGER *
crypto/libressl/apps/openssl/x509.c
1342
ASN1_INTEGER *bs = NULL;
crypto/libressl/apps/openssl/x509.c
1386
char *section, ASN1_INTEGER *sno)
crypto/libressl/apps/openssl/x509.c
1389
ASN1_INTEGER *bs = NULL;
crypto/libressl/apps/openssl/x509.c
144
ASN1_INTEGER *sno;
crypto/libressl/apps/openssl/x509.c
88
ASN1_INTEGER *sno);
crypto/libressl/apps/openssl/x509.c
974
ASN1_INTEGER *ser;
crypto/libressl/crypto/asn1/a_enum.c
361
if (!c2i_ASN1_INTEGER_cbs((ASN1_INTEGER **)&aenum, cbs))
crypto/libressl/crypto/asn1/a_int.c
100
ASN1_INTEGER_valid(const ASN1_INTEGER *a)
crypto/libressl/crypto/asn1/a_int.c
105
ASN1_INTEGER *
crypto/libressl/crypto/asn1/a_int.c
106
ASN1_INTEGER_dup(const ASN1_INTEGER *x)
crypto/libressl/crypto/asn1/a_int.c
115
ASN1_INTEGER_cmp(const ASN1_INTEGER *a, const ASN1_INTEGER *b)
crypto/libressl/crypto/asn1/a_int.c
223
ASN1_INTEGER_get_uint64(uint64_t *out_val, const ASN1_INTEGER *aint)
crypto/libressl/crypto/asn1/a_int.c
253
ASN1_INTEGER_set_uint64(ASN1_INTEGER *aint, uint64_t val)
crypto/libressl/crypto/asn1/a_int.c
261
ASN1_INTEGER_get_int64(int64_t *out_val, const ASN1_INTEGER *aint)
crypto/libressl/crypto/asn1/a_int.c
283
ASN1_INTEGER_set_int64(ASN1_INTEGER *aint, int64_t val)
crypto/libressl/crypto/asn1/a_int.c
300
ASN1_INTEGER_get(const ASN1_INTEGER *aint)
crypto/libressl/crypto/asn1/a_int.c
317
ASN1_INTEGER_set(ASN1_INTEGER *aint, long val)
crypto/libressl/crypto/asn1/a_int.c
322
ASN1_INTEGER *
crypto/libressl/crypto/asn1/a_int.c
323
BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai)
crypto/libressl/crypto/asn1/a_int.c
325
ASN1_INTEGER *ret;
crypto/libressl/crypto/asn1/a_int.c
370
ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn)
crypto/libressl/crypto/asn1/a_int.c
385
i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a)
crypto/libressl/crypto/asn1/a_int.c
425
a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size)
crypto/libressl/crypto/asn1/a_int.c
547
i2c_ASN1_INTEGER_cbb(ASN1_INTEGER *aint, CBB *cbb)
crypto/libressl/crypto/asn1/a_int.c
613
i2c_ASN1_INTEGER(ASN1_INTEGER *aint, unsigned char **pp)
crypto/libressl/crypto/asn1/a_int.c
646
c2i_ASN1_INTEGER_cbs(ASN1_INTEGER **out_aint, CBS *cbs)
crypto/libressl/crypto/asn1/a_int.c
648
ASN1_INTEGER *aint = NULL;
crypto/libressl/crypto/asn1/a_int.c
726
ASN1_INTEGER *
crypto/libressl/crypto/asn1/a_int.c
727
c2i_ASN1_INTEGER(ASN1_INTEGER **out_aint, const unsigned char **pp, long len)
crypto/libressl/crypto/asn1/a_int.c
729
ASN1_INTEGER *aint = NULL;
crypto/libressl/crypto/asn1/a_int.c
756
i2d_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **out)
crypto/libressl/crypto/asn1/a_int.c
761
ASN1_INTEGER *
crypto/libressl/crypto/asn1/a_int.c
762
d2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **in, long len)
crypto/libressl/crypto/asn1/a_int.c
764
return (ASN1_INTEGER *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/asn1/a_int.c
77
ASN1_INTEGER *
crypto/libressl/crypto/asn1/a_int.c
773
ASN1_INTEGER *
crypto/libressl/crypto/asn1/a_int.c
774
d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp, long length)
crypto/libressl/crypto/asn1/a_int.c
776
ASN1_INTEGER *ret = NULL;
crypto/libressl/crypto/asn1/a_int.c
80
return (ASN1_INTEGER *)ASN1_item_new(&ASN1_INTEGER_it);
crypto/libressl/crypto/asn1/a_int.c
84
asn1_aint_clear(ASN1_INTEGER *aint)
crypto/libressl/crypto/asn1/a_int.c
94
ASN1_INTEGER_free(ASN1_INTEGER *a)
crypto/libressl/crypto/asn1/a_type.c
66
ASN1_INTEGER *num;
crypto/libressl/crypto/asn1/asn1_locl.h
161
ASN1_INTEGER *ser, X509_NAME *issuer);
crypto/libressl/crypto/asn1/asn1_locl.h
219
int c2i_ASN1_INTEGER_cbs(ASN1_INTEGER **out_aint, CBS *cbs);
crypto/libressl/crypto/asn1/asn1_locl.h
233
int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp);
crypto/libressl/crypto/asn1/asn1_locl.h
234
ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp,
crypto/libressl/crypto/asn1/asn1_par.c
127
ASN1_INTEGER *ai = NULL;
crypto/libressl/crypto/asn1/t_x509.c
119
ASN1_INTEGER *bs;
crypto/libressl/crypto/asn1/tasn_dec.c
326
if (!c2i_ASN1_INTEGER_cbs((ASN1_INTEGER **)pval, content))
crypto/libressl/crypto/asn1/tasn_enc.c
639
return i2c_ASN1_INTEGER((ASN1_INTEGER *)*pval,
crypto/libressl/crypto/asn1/tasn_prn.c
450
asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str, const ASN1_PCTX *pctx)
crypto/libressl/crypto/asn1/tasn_utl.c
273
selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
crypto/libressl/crypto/asn1/x_bignum.c
141
ASN1_INTEGER *aint = NULL;
crypto/libressl/crypto/asn1/x_bignum.c
168
ASN1_INTEGER *aint = NULL;
crypto/libressl/crypto/asn1/x_crl.c
105
ASN1_INTEGER *serial, X509_NAME *issuer);
crypto/libressl/crypto/asn1/x_crl.c
558
ASN1_INTEGER *serial)
crypto/libressl/crypto/asn1/x_crl.c
609
def_crl_lookup(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *serial,
crypto/libressl/crypto/asn1/x_crl.c
656
ASN1_INTEGER *ser, X509_NAME *issuer),
crypto/libressl/crypto/asn1/x_long.c
152
ASN1_INTEGER *aint;
crypto/libressl/crypto/asn1/x_long.c
184
ASN1_INTEGER *aint = NULL;
crypto/libressl/crypto/cms/cms_env.c
317
ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno)
crypto/libressl/crypto/cms/cms_kari.c
100
ASN1_INTEGER **sno)
crypto/libressl/crypto/cms/cms_kari.c
159
CMS_OtherKeyAttribute **other, X509_NAME **issuer, ASN1_INTEGER **sno)
crypto/libressl/crypto/cms/cms_lcl.h
357
ASN1_INTEGER *serialNumber;
crypto/libressl/crypto/cms/cms_lcl.h
430
ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno);
crypto/libressl/crypto/cms/cms_sd.c
227
ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno)
crypto/libressl/crypto/cms/cms_sd.c
522
X509_NAME **issuer, ASN1_INTEGER **sno)
crypto/libressl/crypto/cms/cms_sd.c
955
ASN1_INTEGER *key = NULL;
crypto/libressl/crypto/dh/dh_ameth.c
137
ASN1_INTEGER *pub_key = NULL;
crypto/libressl/crypto/dh/dh_ameth.c
193
ASN1_INTEGER *privkey = NULL;
crypto/libressl/crypto/dh/dh_ameth.c
239
ASN1_INTEGER *prkey = NULL;
crypto/libressl/crypto/dh/dh_ameth.c
86
ASN1_INTEGER *public_key = NULL;
crypto/libressl/crypto/dsa/dsa_ameth.c
136
ASN1_INTEGER *pubint = NULL;
crypto/libressl/crypto/dsa/dsa_ameth.c
192
ASN1_INTEGER *privkey = NULL;
crypto/libressl/crypto/dsa/dsa_ameth.c
254
ASN1_INTEGER *prkey = NULL;
crypto/libressl/crypto/dsa/dsa_ameth.c
84
ASN1_INTEGER *public_key = NULL;
crypto/libressl/crypto/ec/ec_asn1.c
150
ASN1_INTEGER *tpBasis;
crypto/libressl/crypto/ec/ec_asn1.c
163
ASN1_INTEGER *prime;
crypto/libressl/crypto/ec/ec_asn1.c
182
ASN1_INTEGER *order;
crypto/libressl/crypto/ec/ec_asn1.c
183
ASN1_INTEGER *cofactor;
crypto/libressl/crypto/gost/gostr341001_ameth.c
412
ASN1_INTEGER *priv_key = NULL;
crypto/libressl/crypto/gost/gostr341001_ameth.c
491
ASN1_INTEGER *asn1key = NULL;
crypto/libressl/crypto/ocsp/ocsp_lib.c
107
const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber)
crypto/libressl/crypto/ocsp/ocsp_lib.c
85
const ASN1_INTEGER *serial;
crypto/libressl/crypto/ocsp/ocsp_local.h
215
ASN1_INTEGER *version;
crypto/libressl/crypto/ocsp/ocsp_local.h
258
ASN1_INTEGER *crlNum;
crypto/libressl/crypto/ocsp/ocsp_local.h
79
ASN1_INTEGER *serialNumber;
crypto/libressl/crypto/ocsp/ocsp_local.h
98
ASN1_INTEGER *version;
crypto/libressl/crypto/ocsp/ocsp_srv.c
94
ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial, OCSP_CERTID *cid)
crypto/libressl/crypto/pkcs12/p12_mutl.c
84
const ASN1_OCTET_STRING **psalt, const ASN1_INTEGER **piter,
crypto/libressl/crypto/pkcs12/pkcs12_local.h
67
ASN1_INTEGER *iter; /* defaults to 1 */
crypto/libressl/crypto/pkcs12/pkcs12_local.h
71
ASN1_INTEGER *version;
crypto/libressl/crypto/pkcs7/pk7_attr.c
111
ASN1_INTEGER *nbit;
crypto/libressl/crypto/ts/ts_lib.c
75
TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num)
crypto/libressl/crypto/ts/ts_local.h
104
ASN1_INTEGER *seconds;
crypto/libressl/crypto/ts/ts_local.h
105
ASN1_INTEGER *millis;
crypto/libressl/crypto/ts/ts_local.h
106
ASN1_INTEGER *micros;
crypto/libressl/crypto/ts/ts_local.h
130
ASN1_INTEGER *version;
crypto/libressl/crypto/ts/ts_local.h
133
ASN1_INTEGER *serial;
crypto/libressl/crypto/ts/ts_local.h
137
ASN1_INTEGER *nonce;
crypto/libressl/crypto/ts/ts_local.h
156
ASN1_INTEGER *status;
crypto/libressl/crypto/ts/ts_local.h
184
ASN1_INTEGER *serial;
crypto/libressl/crypto/ts/ts_local.h
243
ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
crypto/libressl/crypto/ts/ts_local.h
244
ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
crypto/libressl/crypto/ts/ts_local.h
245
ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
crypto/libressl/crypto/ts/ts_local.h
289
ASN1_INTEGER *nonce;
crypto/libressl/crypto/ts/ts_local.h
88
ASN1_INTEGER *version;
crypto/libressl/crypto/ts/ts_local.h
91
ASN1_INTEGER *nonce; /* OPTIONAL */
crypto/libressl/crypto/ts/ts_req_print.c
73
const ASN1_INTEGER *nonce;
crypto/libressl/crypto/ts/ts_req_utils.c
162
TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce)
crypto/libressl/crypto/ts/ts_req_utils.c
164
ASN1_INTEGER *new_nonce;
crypto/libressl/crypto/ts/ts_req_utils.c
178
const ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_print.c
202
const ASN1_INTEGER *serial;
crypto/libressl/crypto/ts/ts_rsp_print.c
205
const ASN1_INTEGER *nonce;
crypto/libressl/crypto/ts/ts_rsp_print.c
282
const ASN1_INTEGER *seconds = TS_ACCURACY_get_seconds(accuracy);
crypto/libressl/crypto/ts/ts_rsp_print.c
283
const ASN1_INTEGER *millis = TS_ACCURACY_get_millis(accuracy);
crypto/libressl/crypto/ts/ts_rsp_print.c
284
const ASN1_INTEGER *micros = TS_ACCURACY_get_micros(accuracy);
crypto/libressl/crypto/ts/ts_rsp_sign.c
101
ASN1_INTEGER *serial = ASN1_INTEGER_new();
crypto/libressl/crypto/ts/ts_rsp_sign.c
610
ASN1_INTEGER *serial = NULL;
crypto/libressl/crypto/ts/ts_rsp_sign.c
615
const ASN1_INTEGER *nonce;
crypto/libressl/crypto/ts/ts_rsp_sign.c
74
static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *, void *);
crypto/libressl/crypto/ts/ts_rsp_sign.c
98
static ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_utils.c
106
const ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_utils.c
200
TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial)
crypto/libressl/crypto/ts/ts_rsp_utils.c
202
ASN1_INTEGER *new_serial;
crypto/libressl/crypto/ts/ts_rsp_utils.c
216
const ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_utils.c
269
TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds)
crypto/libressl/crypto/ts/ts_rsp_utils.c
271
ASN1_INTEGER *new_seconds;
crypto/libressl/crypto/ts/ts_rsp_utils.c
285
const ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_utils.c
292
TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis)
crypto/libressl/crypto/ts/ts_rsp_utils.c
294
ASN1_INTEGER *new_millis = NULL;
crypto/libressl/crypto/ts/ts_rsp_utils.c
310
const ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_utils.c
317
TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros)
crypto/libressl/crypto/ts/ts_rsp_utils.c
319
ASN1_INTEGER *new_micros = NULL;
crypto/libressl/crypto/ts/ts_rsp_utils.c
335
const ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_utils.c
355
TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce)
crypto/libressl/crypto/ts/ts_rsp_utils.c
357
ASN1_INTEGER *new_nonce;
crypto/libressl/crypto/ts/ts_rsp_utils.c
371
const ASN1_INTEGER *
crypto/libressl/crypto/ts/ts_rsp_verify.c
780
TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info)
crypto/libressl/crypto/ts/ts_rsp_verify.c
782
const ASN1_INTEGER *b = TS_TST_INFO_get_nonce(tst_info);
crypto/libressl/crypto/ts/ts_rsp_verify.c
92
static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info);
crypto/libressl/crypto/ts/ts_verify_ctx.c
189
const ASN1_INTEGER *nonce;
crypto/libressl/crypto/x509/pcy_cache.c
127
ASN1_INTEGER *ext_any = NULL;
crypto/libressl/crypto/x509/pcy_cache.c
264
policy_cache_set_int(long *out, ASN1_INTEGER *value)
crypto/libressl/crypto/x509/pcy_cache.c
67
static int policy_cache_set_int(long *out, ASN1_INTEGER *value);
crypto/libressl/crypto/x509/x509_akey.c
159
ASN1_INTEGER *serial = NULL;
crypto/libressl/crypto/x509/x509_asid.c
420
X509v3_asid_add_id_or_range(ASIdentifiers *asid, int which, ASN1_INTEGER *min,
crypto/libressl/crypto/x509/x509_asid.c
421
ASN1_INTEGER *max)
crypto/libressl/crypto/x509/x509_asid.c
474
extract_min_max(ASIdOrRange *aor, ASN1_INTEGER **min, ASN1_INTEGER **max)
crypto/libressl/crypto/x509/x509_asid.c
496
ASN1_INTEGER *a_max_plus_one = NULL;
crypto/libressl/crypto/x509/x509_asid.c
497
ASN1_INTEGER *orig;
crypto/libressl/crypto/x509/x509_asid.c
522
ASN1_INTEGER *a_min = NULL,
crypto/libressl/crypto/x509/x509_asid.c
571
ASN1_INTEGER *a_min, *a_max;
crypto/libressl/crypto/x509/x509_asid.c
604
ASN1_INTEGER *a_max_plus_one = NULL;
crypto/libressl/crypto/x509/x509_asid.c
605
ASN1_INTEGER *orig;
crypto/libressl/crypto/x509/x509_asid.c
638
ASN1_INTEGER *a_min = NULL,
crypto/libressl/crypto/x509/x509_asid.c
730
ASN1_INTEGER *a_min, *a_max;
crypto/libressl/crypto/x509/x509_asid.c
772
ASN1_INTEGER *min = NULL, *max = NULL;
crypto/libressl/crypto/x509/x509_asid.c
929
ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL;
crypto/libressl/crypto/x509/x509_cmp.c
176
ASN1_INTEGER *
crypto/libressl/crypto/x509/x509_cmp.c
182
const ASN1_INTEGER *
crypto/libressl/crypto/x509/x509_cmp.c
295
ASN1_INTEGER *serial)
crypto/libressl/crypto/x509/x509_cpols.c
645
nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
crypto/libressl/crypto/x509/x509_cpols.c
648
ASN1_INTEGER *aint;
crypto/libressl/crypto/x509/x509_cpols.c
733
ASN1_INTEGER *num;
crypto/libressl/crypto/x509/x509_cpols.c
84
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
crypto/libressl/crypto/x509/x509_lcl.h
117
ASN1_INTEGER *version;
crypto/libressl/crypto/x509/x509_lcl.h
145
ASN1_INTEGER *version; /* [ 0 ] default of v1 */
crypto/libressl/crypto/x509/x509_lcl.h
146
ASN1_INTEGER *serialNumber;
crypto/libressl/crypto/x509/x509_lcl.h
190
ASN1_INTEGER *serialNumber;
crypto/libressl/crypto/x509/x509_lcl.h
201
ASN1_INTEGER *version;
crypto/libressl/crypto/x509/x509_lcl.h
225
ASN1_INTEGER *crl_number;
crypto/libressl/crypto/x509/x509_lcl.h
226
ASN1_INTEGER *base_crl_number;
crypto/libressl/crypto/x509/x509_lcl.h
234
ASN1_INTEGER *version;
crypto/libressl/crypto/x509/x509_lcl.h
260
ASN1_INTEGER *serial,X509_OBJECT *ret);
crypto/libressl/crypto/x509/x509_lu.c
140
X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret)
crypto/libressl/crypto/x509/x509_pci.c
236
ASN1_INTEGER *pathlen = NULL;
crypto/libressl/crypto/x509/x509_pci.c
88
ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy)
crypto/libressl/crypto/x509/x509_set.c
101
ASN1_INTEGER *in;
crypto/libressl/crypto/x509/x509_set.c
99
X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial)
crypto/libressl/crypto/x509/x509_sxnet.c
258
ASN1_INTEGER *izone = NULL;
crypto/libressl/crypto/x509/x509_sxnet.c
273
ASN1_INTEGER *izone = NULL;
crypto/libressl/crypto/x509/x509_sxnet.c
290
SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, const char *user,
crypto/libressl/crypto/x509/x509_sxnet.c
342
ASN1_INTEGER *izone = NULL;
crypto/libressl/crypto/x509/x509_sxnet.c
357
ASN1_INTEGER *izone = NULL;
crypto/libressl/crypto/x509/x509_sxnet.c
372
SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone)
crypto/libressl/crypto/x509/x509_utl.c
202
i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, const ASN1_INTEGER *a)
crypto/libressl/crypto/x509/x509_utl.c
216
ASN1_INTEGER *
crypto/libressl/crypto/x509/x509_utl.c
220
ASN1_INTEGER *aint;
crypto/libressl/crypto/x509/x509_utl.c
267
X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
crypto/libressl/crypto/x509/x509_utl.c
308
X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint)
crypto/libressl/crypto/x509/x509_utl.c
310
ASN1_INTEGER *itmp;
crypto/libressl/crypto/x509/x509cset.c
172
const ASN1_INTEGER *
crypto/libressl/crypto/x509/x509cset.c
197
X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial)
crypto/libressl/crypto/x509/x509cset.c
199
ASN1_INTEGER *in;
crypto/libressl/include/openssl/asn1.h
443
DECLARE_STACK_OF(ASN1_INTEGER)
crypto/libressl/include/openssl/asn1.h
454
ASN1_INTEGER * integer;
crypto/libressl/include/openssl/asn1.h
592
ASN1_INTEGER *ASN1_INTEGER_new(void);
crypto/libressl/include/openssl/asn1.h
593
void ASN1_INTEGER_free(ASN1_INTEGER *a);
crypto/libressl/include/openssl/asn1.h
594
ASN1_INTEGER *d2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/asn1.h
595
int i2d_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **out);
crypto/libressl/include/openssl/asn1.h
597
ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp,
crypto/libressl/include/openssl/asn1.h
599
ASN1_INTEGER * ASN1_INTEGER_dup(const ASN1_INTEGER *x);
crypto/libressl/include/openssl/asn1.h
600
int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y);
crypto/libressl/include/openssl/asn1.h
734
int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a);
crypto/libressl/include/openssl/asn1.h
735
int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
crypto/libressl/include/openssl/asn1.h
748
int ASN1_INTEGER_get_uint64(uint64_t *out_val, const ASN1_INTEGER *aint);
crypto/libressl/include/openssl/asn1.h
749
int ASN1_INTEGER_set_uint64(ASN1_INTEGER *aint, uint64_t val);
crypto/libressl/include/openssl/asn1.h
750
int ASN1_INTEGER_get_int64(int64_t *out_val, const ASN1_INTEGER *aint);
crypto/libressl/include/openssl/asn1.h
751
int ASN1_INTEGER_set_int64(ASN1_INTEGER *aint, int64_t val);
crypto/libressl/include/openssl/asn1.h
752
int ASN1_INTEGER_set(ASN1_INTEGER *a, long v);
crypto/libressl/include/openssl/asn1.h
753
long ASN1_INTEGER_get(const ASN1_INTEGER *a);
crypto/libressl/include/openssl/asn1.h
754
ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
crypto/libressl/include/openssl/asn1.h
755
BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
crypto/libressl/include/openssl/cms.h
213
ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno);
crypto/libressl/include/openssl/cms.h
265
X509_NAME **issuer, ASN1_INTEGER **sno);
crypto/libressl/include/openssl/cms.h
332
X509_NAME **issuer, ASN1_INTEGER **sno);
crypto/libressl/include/openssl/cms.h
338
CMS_OtherKeyAttribute **other, X509_NAME **issuer, ASN1_INTEGER **sno);
crypto/libressl/include/openssl/ocsp.h
205
const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber);
crypto/libressl/include/openssl/ocsp.h
259
ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial,
crypto/libressl/include/openssl/pkcs12.h
161
const ASN1_OCTET_STRING **psalt, const ASN1_INTEGER **piter,
crypto/libressl/include/openssl/pkcs7.h
112
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
122
ASN1_INTEGER *version; /* version 1 */
crypto/libressl/include/openssl/pkcs7.h
141
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
147
ASN1_INTEGER *version; /* version 1 */
crypto/libressl/include/openssl/pkcs7.h
158
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
165
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
93
ASN1_INTEGER *serial;
crypto/libressl/include/openssl/pkcs7.h
97
ASN1_INTEGER *version; /* version 1 */
crypto/libressl/include/openssl/rsa.h
86
ASN1_INTEGER *saltLength;
crypto/libressl/include/openssl/rsa.h
87
ASN1_INTEGER *trailerField;
crypto/libressl/include/openssl/safestack.h
248
#define sk_ASN1_INTEGER_new(cmp) SKM_sk_new(ASN1_INTEGER, (cmp))
crypto/libressl/include/openssl/safestack.h
249
#define sk_ASN1_INTEGER_new_null() SKM_sk_new_null(ASN1_INTEGER)
crypto/libressl/include/openssl/safestack.h
250
#define sk_ASN1_INTEGER_free(st) SKM_sk_free(ASN1_INTEGER, (st))
crypto/libressl/include/openssl/safestack.h
251
#define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st))
crypto/libressl/include/openssl/safestack.h
252
#define sk_ASN1_INTEGER_value(st, i) SKM_sk_value(ASN1_INTEGER, (st), (i))
crypto/libressl/include/openssl/safestack.h
253
#define sk_ASN1_INTEGER_set(st, i, val) SKM_sk_set(ASN1_INTEGER, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
254
#define sk_ASN1_INTEGER_zero(st) SKM_sk_zero(ASN1_INTEGER, (st))
crypto/libressl/include/openssl/safestack.h
255
#define sk_ASN1_INTEGER_push(st, val) SKM_sk_push(ASN1_INTEGER, (st), (val))
crypto/libressl/include/openssl/safestack.h
256
#define sk_ASN1_INTEGER_unshift(st, val) SKM_sk_unshift(ASN1_INTEGER, (st), (val))
crypto/libressl/include/openssl/safestack.h
257
#define sk_ASN1_INTEGER_find(st, val) SKM_sk_find(ASN1_INTEGER, (st), (val))
crypto/libressl/include/openssl/safestack.h
258
#define sk_ASN1_INTEGER_find_ex(st, val) SKM_sk_find_ex(ASN1_INTEGER, (st), (val))
crypto/libressl/include/openssl/safestack.h
259
#define sk_ASN1_INTEGER_delete(st, i) SKM_sk_delete(ASN1_INTEGER, (st), (i))
crypto/libressl/include/openssl/safestack.h
260
#define sk_ASN1_INTEGER_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_INTEGER, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
261
#define sk_ASN1_INTEGER_insert(st, val, i) SKM_sk_insert(ASN1_INTEGER, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
262
#define sk_ASN1_INTEGER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_INTEGER, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
263
#define sk_ASN1_INTEGER_dup(st) SKM_sk_dup(ASN1_INTEGER, st)
crypto/libressl/include/openssl/safestack.h
264
#define sk_ASN1_INTEGER_pop_free(st, free_func) SKM_sk_pop_free(ASN1_INTEGER, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
265
#define sk_ASN1_INTEGER_shift(st) SKM_sk_shift(ASN1_INTEGER, (st))
crypto/libressl/include/openssl/safestack.h
266
#define sk_ASN1_INTEGER_pop(st) SKM_sk_pop(ASN1_INTEGER, (st))
crypto/libressl/include/openssl/safestack.h
267
#define sk_ASN1_INTEGER_sort(st) SKM_sk_sort(ASN1_INTEGER, (st))
crypto/libressl/include/openssl/safestack.h
268
#define sk_ASN1_INTEGER_is_sorted(st) SKM_sk_is_sorted(ASN1_INTEGER, (st))
crypto/libressl/include/openssl/ts.h
236
int TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce);
crypto/libressl/include/openssl/ts.h
237
const ASN1_INTEGER *TS_REQ_get_nonce(const TS_REQ *a);
crypto/libressl/include/openssl/ts.h
265
const ASN1_INTEGER *TS_STATUS_INFO_get0_status(const TS_STATUS_INFO *si);
crypto/libressl/include/openssl/ts.h
282
int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial);
crypto/libressl/include/openssl/ts.h
283
const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
291
int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds);
crypto/libressl/include/openssl/ts.h
292
const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a);
crypto/libressl/include/openssl/ts.h
294
int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis);
crypto/libressl/include/openssl/ts.h
295
const ASN1_INTEGER *TS_ACCURACY_get_millis(const TS_ACCURACY *a);
crypto/libressl/include/openssl/ts.h
297
int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros);
crypto/libressl/include/openssl/ts.h
298
const ASN1_INTEGER *TS_ACCURACY_get_micros(const TS_ACCURACY *a);
crypto/libressl/include/openssl/ts.h
303
int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce);
crypto/libressl/include/openssl/ts.h
304
const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
342
typedef ASN1_INTEGER *(*TS_serial_cb)(struct TS_resp_ctx *, void *);
crypto/libressl/include/openssl/ts.h
531
int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num);
crypto/libressl/include/openssl/x509.h
1064
ASN1_INTEGER *serial);
crypto/libressl/include/openssl/x509.h
367
ASN1_INTEGER *iter;
crypto/libressl/include/openssl/x509.h
380
ASN1_INTEGER *iter;
crypto/libressl/include/openssl/x509.h
381
ASN1_INTEGER *keylength;
crypto/libressl/include/openssl/x509.h
426
ASN1_INTEGER *ser, X509_NAME *issuer),
crypto/libressl/include/openssl/x509.h
741
X509_REVOKED **ret, ASN1_INTEGER *serial);
crypto/libressl/include/openssl/x509.h
786
int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
crypto/libressl/include/openssl/x509.h
787
ASN1_INTEGER * X509_get_serialNumber(X509 *x);
crypto/libressl/include/openssl/x509.h
788
const ASN1_INTEGER *X509_get0_serialNumber(const X509 *x);
crypto/libressl/include/openssl/x509.h
854
const ASN1_INTEGER *X509_REVOKED_get0_serialNumber(const X509_REVOKED *x);
crypto/libressl/include/openssl/x509.h
856
int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
crypto/libressl/include/openssl/x509_vfy.h
358
X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret);
crypto/libressl/include/openssl/x509v3.h
1000
ASN1_INTEGER *min, ASN1_INTEGER *max);
crypto/libressl/include/openssl/x509v3.h
156
ASN1_INTEGER *pathlen;
crypto/libressl/include/openssl/x509v3.h
263
ASN1_INTEGER *serial;
crypto/libressl/include/openssl/x509v3.h
269
ASN1_INTEGER *zone;
crypto/libressl/include/openssl/x509v3.h
276
ASN1_INTEGER *version;
crypto/libressl/include/openssl/x509v3.h
282
STACK_OF(ASN1_INTEGER) *noticenos;
crypto/libressl/include/openssl/x509v3.h
321
ASN1_INTEGER *minimum;
crypto/libressl/include/openssl/x509v3.h
322
ASN1_INTEGER *maximum;
crypto/libressl/include/openssl/x509v3.h
333
ASN1_INTEGER *requireExplicitPolicy;
crypto/libressl/include/openssl/x509v3.h
334
ASN1_INTEGER *inhibitPolicyMapping;
crypto/libressl/include/openssl/x509v3.h
346
ASN1_INTEGER *pcPathLengthConstraint;
crypto/libressl/include/openssl/x509v3.h
533
int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
crypto/libressl/include/openssl/x509v3.h
538
ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
crypto/libressl/include/openssl/x509v3.h
730
int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint);
crypto/libressl/include/openssl/x509v3.h
749
int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
crypto/libressl/include/openssl/x509v3.h
751
char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint);
crypto/libressl/include/openssl/x509v3.h
752
ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const char *value);
crypto/libressl/include/openssl/x509v3.h
851
ASN1_INTEGER *min;
crypto/libressl/include/openssl/x509v3.h
852
ASN1_INTEGER *max;
crypto/libressl/include/openssl/x509v3.h
861
ASN1_INTEGER *id;