Symbol: ASN1_BIT_STRING
lib/libcrypto/asn1/a_bitstr.c
101
asn1_abs_set_unused_bits(ASN1_BIT_STRING *abs, uint8_t unused_bits)
lib/libcrypto/asn1/a_bitstr.c
118
asn1_abs_trim_trailing_zero_bits(ASN1_BIT_STRING *abs)
lib/libcrypto/asn1/a_bitstr.c
147
ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len)
lib/libcrypto/asn1/a_bitstr.c
154
ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value)
lib/libcrypto/asn1/a_bitstr.c
194
ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n)
lib/libcrypto/asn1/a_bitstr.c
214
i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp)
lib/libcrypto/asn1/a_bitstr.c
279
c2i_ASN1_BIT_STRING_cbs(ASN1_BIT_STRING **out_abs, CBS *cbs)
lib/libcrypto/asn1/a_bitstr.c
281
ASN1_BIT_STRING *abs = NULL;
lib/libcrypto/asn1/a_bitstr.c
335
ASN1_BIT_STRING *
lib/libcrypto/asn1/a_bitstr.c
336
c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **out_abs, const unsigned char **pp, long len)
lib/libcrypto/asn1/a_bitstr.c
338
ASN1_BIT_STRING *abs = NULL;
lib/libcrypto/asn1/a_bitstr.c
365
i2d_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **out)
lib/libcrypto/asn1/a_bitstr.c
371
ASN1_BIT_STRING *
lib/libcrypto/asn1/a_bitstr.c
372
d2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, const unsigned char **in, long len)
lib/libcrypto/asn1/a_bitstr.c
374
return (ASN1_BIT_STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/asn1/a_bitstr.c
80
ASN1_BIT_STRING *
lib/libcrypto/asn1/a_bitstr.c
83
return (ASN1_BIT_STRING *)ASN1_item_new(&ASN1_BIT_STRING_it);
lib/libcrypto/asn1/a_bitstr.c
88
ASN1_BIT_STRING_free(ASN1_BIT_STRING *a)
lib/libcrypto/asn1/a_bitstr.c
95
asn1_abs_clear_unused_bits(ASN1_BIT_STRING *abs)
lib/libcrypto/asn1/asn1.h
438
ASN1_BIT_STRING * bit_string;
lib/libcrypto/asn1/asn1.h
542
ASN1_BIT_STRING *ASN1_BIT_STRING_new(void);
lib/libcrypto/asn1/asn1.h
543
void ASN1_BIT_STRING_free(ASN1_BIT_STRING *a);
lib/libcrypto/asn1/asn1.h
544
ASN1_BIT_STRING *d2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, const unsigned char **in, long len);
lib/libcrypto/asn1/asn1.h
545
int i2d_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **out);
lib/libcrypto/asn1/asn1.h
547
int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
lib/libcrypto/asn1/asn1.h
548
int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
lib/libcrypto/asn1/asn1.h
549
int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n);
lib/libcrypto/asn1/asn1_item.c
224
ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey, const EVP_MD *type)
lib/libcrypto/asn1/asn1_item.c
285
ASN1_BIT_STRING *signature)
lib/libcrypto/asn1/asn1_item.c
335
ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
lib/libcrypto/asn1/asn1_item.c
385
ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
lib/libcrypto/asn1/asn1_local.h
141
int asn1_abs_set_unused_bits(ASN1_BIT_STRING *abs, uint8_t unused_bits);
lib/libcrypto/asn1/asn1_local.h
142
int c2i_ASN1_BIT_STRING_cbs(ASN1_BIT_STRING **out_abs, CBS *cbs);
lib/libcrypto/asn1/asn1_local.h
160
int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp);
lib/libcrypto/asn1/asn1_local.h
161
ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
lib/libcrypto/asn1/t_req.c
177
ASN1_BIT_STRING *bs = NULL;
lib/libcrypto/asn1/t_x509.c
112
const ASN1_BIT_STRING *issuerUID = NULL, *subjectUID = NULL;
lib/libcrypto/asn1/tasn_dec.c
316
if (!c2i_ASN1_BIT_STRING_cbs((ASN1_BIT_STRING **)pval, content))
lib/libcrypto/asn1/tasn_enc.c
631
return i2c_ASN1_BIT_STRING((ASN1_BIT_STRING *)*pval,
lib/libcrypto/asn1/x_crl.c
699
X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
lib/libcrypto/asn1/x_req.c
250
X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
lib/libcrypto/asn1/x_x509.c
372
X509_get0_signature(const ASN1_BIT_STRING **psig, const X509_ALGOR **palg,
lib/libcrypto/cms/cms.h
333
X509_ALGOR **pubalg, ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid,
lib/libcrypto/cms/cms_kari.c
99
ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid, X509_NAME **issuer,
lib/libcrypto/cms/cms_local.h
227
ASN1_BIT_STRING *publicKey;
lib/libcrypto/ec/ec_ameth.c
701
ASN1_BIT_STRING *pubkey)
lib/libcrypto/ec/ec_ameth.c
876
ASN1_BIT_STRING *pubkey;
lib/libcrypto/ec/ec_ameth.c
906
ASN1_BIT_STRING *pubkey;
lib/libcrypto/ec/ec_asn1.c
1197
ec_key_set_public_key(EC_KEY *ec_key, const ASN1_BIT_STRING *abs)
lib/libcrypto/ec/ec_asn1.c
121
ASN1_BIT_STRING *seed;
lib/libcrypto/ec/ec_asn1.c
150
ASN1_BIT_STRING *publicKey;
lib/libcrypto/ec/ec_asn1.c
574
ec_point_from_asn1_bit_string(const EC_GROUP *group, const ASN1_BIT_STRING *abs,
lib/libcrypto/ec/ec_asn1.c
634
int form, ASN1_BIT_STRING **out_abs)
lib/libcrypto/ec/ec_asn1.c
964
const ASN1_BIT_STRING *seed;
lib/libcrypto/ec/ecx_methods.c
783
X509_ALGOR *algor, ASN1_BIT_STRING *abs, EVP_PKEY *pkey)
lib/libcrypto/ec/ecx_methods.c
805
X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *abs)
lib/libcrypto/evp/evp_local.h
139
X509_ALGOR *a, ASN1_BIT_STRING *sig, EVP_PKEY *pkey);
lib/libcrypto/evp/evp_local.h
141
X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig);
lib/libcrypto/ocsp/ocsp.h
205
const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber);
lib/libcrypto/ocsp/ocsp_lib.c
109
const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber)
lib/libcrypto/ocsp/ocsp_lib.c
87
ASN1_BIT_STRING *ikey;
lib/libcrypto/ocsp/ocsp_local.h
111
ASN1_BIT_STRING *signature;
lib/libcrypto/ocsp/ocsp_local.h
247
ASN1_BIT_STRING *signature;
lib/libcrypto/rsa/rsa_ameth.c
1071
X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig)
lib/libcrypto/rsa/rsa_ameth.c
941
X509_ALGOR *sigalg, ASN1_BIT_STRING *sig, EVP_PKEY *pkey)
lib/libcrypto/ts/ts_local.h
158
ASN1_BIT_STRING *failure_info;
lib/libcrypto/ts/ts_rsp_print.c
184
TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v)
lib/libcrypto/ts/ts_rsp_print.c
76
ASN1_BIT_STRING *v);
lib/libcrypto/x509/x509.h
280
ASN1_BIT_STRING *signature;
lib/libcrypto/x509/x509.h
316
void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
lib/libcrypto/x509/x509.h
323
void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
lib/libcrypto/x509/x509.h
598
void X509_get0_signature(const ASN1_BIT_STRING **psig,
lib/libcrypto/x509/x509.h
655
ASN1_BIT_STRING *signature, void *data, EVP_PKEY *pkey);
lib/libcrypto/x509/x509.h
658
ASN1_BIT_STRING *signature,
lib/libcrypto/x509/x509.h
662
ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx);
lib/libcrypto/x509/x509.h
666
void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **issuerUID,
lib/libcrypto/x509/x509.h
667
const ASN1_BIT_STRING **subjectUID);
lib/libcrypto/x509/x509.h
689
ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x);
lib/libcrypto/x509/x509_addr.c
1226
extract_min_max_bitstr(IPAddressOrRange *aor, ASN1_BIT_STRING **out_min,
lib/libcrypto/x509/x509_addr.c
1227
ASN1_BIT_STRING **out_max)
lib/libcrypto/x509/x509_addr.c
1249
ASN1_BIT_STRING *min_bitstr, *max_bitstr;
lib/libcrypto/x509/x509_addr.c
562
addr_expand(unsigned char *addr, const ASN1_BIT_STRING *bs, const int length,
lib/libcrypto/x509/x509_addr.c
599
const ASN1_BIT_STRING *bs)
lib/libcrypto/x509/x509_addr.c
645
const ASN1_BIT_STRING *prefix;
lib/libcrypto/x509/x509_bitst.c
177
i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, ASN1_BIT_STRING *bits,
lib/libcrypto/x509/x509_bitst.c
204
ASN1_BIT_STRING *
lib/libcrypto/x509/x509_bitst.c
209
ASN1_BIT_STRING *bs;
lib/libcrypto/x509/x509_cmp.c
372
ASN1_BIT_STRING *
lib/libcrypto/x509/x509_crld.c
219
set_reasons(ASN1_BIT_STRING **preas, char *value)
lib/libcrypto/x509/x509_crld.c
257
print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent)
lib/libcrypto/x509/x509_local.h
145
ASN1_BIT_STRING *signature;
lib/libcrypto/x509/x509_local.h
177
ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */
lib/libcrypto/x509/x509_local.h
178
ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */
lib/libcrypto/x509/x509_local.h
186
ASN1_BIT_STRING *signature;
lib/libcrypto/x509/x509_local.h
233
ASN1_BIT_STRING *signature;
lib/libcrypto/x509/x509_local.h
92
ASN1_BIT_STRING *public_key;
lib/libcrypto/x509/x509_purp.c
390
ASN1_BIT_STRING *usage;
lib/libcrypto/x509/x509_purp.c
391
ASN1_BIT_STRING *ns;
lib/libcrypto/x509/x509_set.c
260
X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **issuerUID,
lib/libcrypto/x509/x509_set.c
261
const ASN1_BIT_STRING **subjectUID)
lib/libcrypto/x509/x509_skey.c
127
ASN1_BIT_STRING *pk;
lib/libcrypto/x509/x509v3.h
240
ASN1_BIT_STRING *reasons;
lib/libcrypto/x509/x509v3.h
316
ASN1_BIT_STRING *onlysomereasons;
lib/libcrypto/x509/x509v3.h
465
ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509v3.h
468
ASN1_BIT_STRING *bits,
lib/libcrypto/x509/x509v3.h
769
ASN1_BIT_STRING *min;
lib/libcrypto/x509/x509v3.h
770
ASN1_BIT_STRING *max;
lib/libcrypto/x509/x509v3.h
779
ASN1_BIT_STRING *addressPrefix;
lib/libcrypto/x509/x_all.c
495
ASN1_BIT_STRING *key;
regress/lib/libcrypto/asn1/asn1basic.c
245
ASN1_BIT_STRING *abs;
regress/lib/libcrypto/asn1/asn1basic.c
81
ASN1_BIT_STRING *abs;
regress/lib/libcrypto/rsa/rsa_method_test.c
69
ASN1_BIT_STRING *signature = NULL;
regress/lib/libcrypto/x509/x509_extensions_test.c
703
ASN1_BIT_STRING *abs = NULL;
usr.bin/openssl/ocsp.c
1154
ASN1_BIT_STRING *ikey;
usr.sbin/rpki-client/cert.c
1046
const ASN1_BIT_STRING *bs)
usr.sbin/rpki-client/cert.c
1803
const ASN1_BIT_STRING *issuer_uid = NULL, *subject_uid = NULL;
usr.sbin/rpki-client/extern.h
810
int ip_addr_parse(const ASN1_BIT_STRING *,
usr.sbin/rpki-client/extern.h
823
enum afi, const ASN1_BIT_STRING *);
usr.sbin/rpki-client/ip.c
172
ip_addr_parse(const ASN1_BIT_STRING *abs,
usr.sbin/rpki-client/mft.c
58
ASN1_SIMPLE(FileAndHash, hash, ASN1_BIT_STRING),
usr.sbin/rpki-client/roa.c
58
ASN1_SIMPLE(ROAIPAddress, address, ASN1_BIT_STRING),
usr.sbin/rpki-client/rpki-asn1.h
247
ASN1_BIT_STRING *hash;
usr.sbin/rpki-client/rpki-asn1.h
284
ASN1_BIT_STRING *address;
usr.sbin/rpki-client/rpki-asn1.h
386
DECLARE_STACK_OF(ASN1_BIT_STRING);
usr.sbin/rpki-client/rpki-asn1.h
390
STACK_OF(ASN1_BIT_STRING) *addressPrefixes;
usr.sbin/rpki-client/rpki-asn1.h
396
#define sk_ASN1_BIT_STRING_num(st) SKM_sk_num(ASN1_BIT_STRING, (st))
usr.sbin/rpki-client/rpki-asn1.h
397
#define sk_ASN1_BIT_STRING_value(st, i) SKM_sk_value(ASN1_BIT_STRING, (st), (i))
usr.sbin/rpki-client/spl.c
107
const STACK_OF(ASN1_BIT_STRING) *prefixes;
usr.sbin/rpki-client/spl.c
108
const ASN1_BIT_STRING *prefix_asn1;
usr.sbin/rpki-client/spl.c
55
ASN1_BIT_STRING),
usr.sbin/unbound/smallapp/unbound-anchor.c
1681
ASN1_BIT_STRING* s;