Symbol: ASN1_BIT_STRING
crypto/libressl/apps/openssl/ocsp.c
1104
ASN1_BIT_STRING *ikey;
crypto/libressl/crypto/asn1/a_bitstr.c
109
ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len)
crypto/libressl/crypto/asn1/a_bitstr.c
115
ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value)
crypto/libressl/crypto/asn1/a_bitstr.c
149
ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n)
crypto/libressl/crypto/asn1/a_bitstr.c
167
ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a, const unsigned char *flags,
crypto/libressl/crypto/asn1/a_bitstr.c
187
ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
crypto/libressl/crypto/asn1/a_bitstr.c
207
ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value,
crypto/libressl/crypto/asn1/a_bitstr.c
236
i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp)
crypto/libressl/crypto/asn1/a_bitstr.c
295
c2i_ASN1_BIT_STRING_cbs(ASN1_BIT_STRING **out_abs, CBS *cbs)
crypto/libressl/crypto/asn1/a_bitstr.c
297
ASN1_BIT_STRING *abs = NULL;
crypto/libressl/crypto/asn1/a_bitstr.c
351
ASN1_BIT_STRING *
crypto/libressl/crypto/asn1/a_bitstr.c
352
c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **out_abs, const unsigned char **pp, long len)
crypto/libressl/crypto/asn1/a_bitstr.c
354
ASN1_BIT_STRING *abs = NULL;
crypto/libressl/crypto/asn1/a_bitstr.c
381
i2d_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **out)
crypto/libressl/crypto/asn1/a_bitstr.c
386
ASN1_BIT_STRING *
crypto/libressl/crypto/asn1/a_bitstr.c
387
d2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, const unsigned char **in, long len)
crypto/libressl/crypto/asn1/a_bitstr.c
389
return (ASN1_BIT_STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/asn1/a_bitstr.c
77
ASN1_BIT_STRING *
crypto/libressl/crypto/asn1/a_bitstr.c
80
return (ASN1_BIT_STRING *)ASN1_item_new(&ASN1_BIT_STRING_it);
crypto/libressl/crypto/asn1/a_bitstr.c
84
ASN1_BIT_STRING_free(ASN1_BIT_STRING *a)
crypto/libressl/crypto/asn1/a_bitstr.c
90
asn1_abs_clear_unused_bits(ASN1_BIT_STRING *abs)
crypto/libressl/crypto/asn1/a_bitstr.c
96
asn1_abs_set_unused_bits(ASN1_BIT_STRING *abs, uint8_t unused_bits)
crypto/libressl/crypto/asn1/asn1_item.c
219
ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey, const EVP_MD *type)
crypto/libressl/crypto/asn1/asn1_item.c
232
ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
crypto/libressl/crypto/asn1/asn1_item.c
336
ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
crypto/libressl/crypto/asn1/asn1_locl.h
138
X509_ALGOR *a, ASN1_BIT_STRING *sig, EVP_PKEY *pkey);
crypto/libressl/crypto/asn1/asn1_locl.h
140
X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig);
crypto/libressl/crypto/asn1/asn1_locl.h
211
int asn1_abs_set_unused_bits(ASN1_BIT_STRING *abs, uint8_t unused_bits);
crypto/libressl/crypto/asn1/asn1_locl.h
212
int c2i_ASN1_BIT_STRING_cbs(ASN1_BIT_STRING **out_abs, CBS *cbs);
crypto/libressl/crypto/asn1/asn1_locl.h
230
int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp);
crypto/libressl/crypto/asn1/asn1_locl.h
231
ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
crypto/libressl/crypto/asn1/t_req.c
178
ASN1_BIT_STRING *bs = NULL;
crypto/libressl/crypto/asn1/tasn_dec.c
316
if (!c2i_ASN1_BIT_STRING_cbs((ASN1_BIT_STRING **)pval, content))
crypto/libressl/crypto/asn1/tasn_enc.c
630
return i2c_ASN1_BIT_STRING((ASN1_BIT_STRING *)*pval,
crypto/libressl/crypto/asn1/x_crl.c
750
X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/libressl/crypto/asn1/x_req.c
238
X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
crypto/libressl/crypto/asn1/x_x509.c
366
X509_get0_signature(const ASN1_BIT_STRING **psig, const X509_ALGOR **palg,
crypto/libressl/crypto/cms/cms_kari.c
99
ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid, X509_NAME **issuer,
crypto/libressl/crypto/cms/cms_lcl.h
225
ASN1_BIT_STRING *publicKey;
crypto/libressl/crypto/ec/ec_ameth.c
682
ASN1_BIT_STRING *pubkey)
crypto/libressl/crypto/ec/ec_ameth.c
843
ASN1_BIT_STRING *pubkey;
crypto/libressl/crypto/ec/ec_ameth.c
874
ASN1_BIT_STRING *pubkey;
crypto/libressl/crypto/ec/ec_asn1.c
174
ASN1_BIT_STRING *seed;
crypto/libressl/crypto/ec/ec_asn1.c
200
ASN1_BIT_STRING *publicKey;
crypto/libressl/crypto/ocsp/ocsp_lib.c
107
const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber)
crypto/libressl/crypto/ocsp/ocsp_lib.c
86
ASN1_BIT_STRING *ikey;
crypto/libressl/crypto/ocsp/ocsp_local.h
111
ASN1_BIT_STRING *signature;
crypto/libressl/crypto/ocsp/ocsp_local.h
247
ASN1_BIT_STRING *signature;
crypto/libressl/crypto/rsa/rsa_ameth.c
849
X509_ALGOR *sigalg, ASN1_BIT_STRING *sig, EVP_PKEY *pkey)
crypto/libressl/crypto/rsa/rsa_ameth.c
894
X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig)
crypto/libressl/crypto/ts/ts_local.h
158
ASN1_BIT_STRING *failure_info;
crypto/libressl/crypto/ts/ts_rsp_print.c
182
TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v)
crypto/libressl/crypto/ts/ts_rsp_print.c
76
ASN1_BIT_STRING *v);
crypto/libressl/crypto/x509/x509_addr.c
1188
extract_min_max_bitstr(IPAddressOrRange *aor, ASN1_BIT_STRING **out_min,
crypto/libressl/crypto/x509/x509_addr.c
1189
ASN1_BIT_STRING **out_max)
crypto/libressl/crypto/x509/x509_addr.c
1211
ASN1_BIT_STRING *min_bitstr, *max_bitstr;
crypto/libressl/crypto/x509/x509_addr.c
530
addr_expand(unsigned char *addr, const ASN1_BIT_STRING *bs, const int length,
crypto/libressl/crypto/x509/x509_addr.c
567
const ASN1_BIT_STRING *bs)
crypto/libressl/crypto/x509/x509_addr.c
613
const ASN1_BIT_STRING *prefix;
crypto/libressl/crypto/x509/x509_bitst.c
126
i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, ASN1_BIT_STRING *bits,
crypto/libressl/crypto/x509/x509_bitst.c
152
ASN1_BIT_STRING *
crypto/libressl/crypto/x509/x509_bitst.c
157
ASN1_BIT_STRING *bs;
crypto/libressl/crypto/x509/x509_cmp.c
346
ASN1_BIT_STRING *
crypto/libressl/crypto/x509/x509_crld.c
210
set_reasons(ASN1_BIT_STRING **preas, char *value)
crypto/libressl/crypto/x509/x509_crld.c
248
print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent)
crypto/libressl/crypto/x509/x509_lcl.h
127
ASN1_BIT_STRING *signature;
crypto/libressl/crypto/x509/x509_lcl.h
152
ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */
crypto/libressl/crypto/x509/x509_lcl.h
153
ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */
crypto/libressl/crypto/x509/x509_lcl.h
161
ASN1_BIT_STRING *signature;
crypto/libressl/crypto/x509/x509_lcl.h
215
ASN1_BIT_STRING *signature;
crypto/libressl/crypto/x509/x509_lcl.h
74
ASN1_BIT_STRING *public_key;
crypto/libressl/crypto/x509/x509_purp.c
444
ASN1_BIT_STRING *usage;
crypto/libressl/crypto/x509/x509_purp.c
445
ASN1_BIT_STRING *ns;
crypto/libressl/crypto/x509/x509_skey.c
119
ASN1_BIT_STRING *pk;
crypto/libressl/crypto/x509/x_all.c
463
ASN1_BIT_STRING *key;
crypto/libressl/include/openssl/asn1.h
456
ASN1_BIT_STRING * bit_string;
crypto/libressl/include/openssl/asn1.h
573
ASN1_BIT_STRING *ASN1_BIT_STRING_new(void);
crypto/libressl/include/openssl/asn1.h
574
void ASN1_BIT_STRING_free(ASN1_BIT_STRING *a);
crypto/libressl/include/openssl/asn1.h
575
ASN1_BIT_STRING *d2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/asn1.h
576
int i2d_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **out);
crypto/libressl/include/openssl/asn1.h
578
int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
crypto/libressl/include/openssl/asn1.h
579
int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
crypto/libressl/include/openssl/asn1.h
580
int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n);
crypto/libressl/include/openssl/asn1.h
581
int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a,
crypto/libressl/include/openssl/asn1.h
585
int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
crypto/libressl/include/openssl/asn1.h
589
int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value,
crypto/libressl/include/openssl/cms.h
331
X509_ALGOR **pubalg, ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid,
crypto/libressl/include/openssl/ocsp.h
205
const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber);
crypto/libressl/include/openssl/x509.h
353
ASN1_BIT_STRING *signature;
crypto/libressl/include/openssl/x509.h
413
void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/libressl/include/openssl/x509.h
418
void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
crypto/libressl/include/openssl/x509.h
705
void X509_get0_signature(const ASN1_BIT_STRING **psig,
crypto/libressl/include/openssl/x509.h
772
ASN1_BIT_STRING *signature,void *data,EVP_PKEY *pkey);
crypto/libressl/include/openssl/x509.h
775
ASN1_BIT_STRING *signature,
crypto/libressl/include/openssl/x509.h
779
ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx);
crypto/libressl/include/openssl/x509.h
804
ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x);
crypto/libressl/include/openssl/x509v3.h
251
ASN1_BIT_STRING *reasons;
crypto/libressl/include/openssl/x509v3.h
366
ASN1_BIT_STRING *onlysomereasons;
crypto/libressl/include/openssl/x509v3.h
562
ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
565
ASN1_BIT_STRING *bits,
crypto/libressl/include/openssl/x509v3.h
913
ASN1_BIT_STRING *min;
crypto/libressl/include/openssl/x509v3.h
914
ASN1_BIT_STRING *max;
crypto/libressl/include/openssl/x509v3.h
923
ASN1_BIT_STRING *addressPrefix;