Symbol: ASN1_BIT_STRING
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2550
ASN1_BIT_STRING *usage = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
438
ASN1_BIT_STRING *seed;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
451
ASN1_SIMPLE(int_dhvparams, seed, ASN1_BIT_STRING),
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4704
ASN1_BIT_STRING *usage = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
578
const ASN1_BIT_STRING *public_key;
crypto/openssl/apps/crl.c
309
const ASN1_BIT_STRING *sig;
crypto/openssl/apps/lib/cmp_mock_srv.c
742
ASN1_BIT_STRING *prot = rsp->protection;
crypto/openssl/apps/ocsp.c
981
ASN1_BIT_STRING *ikey;
crypto/openssl/apps/x509.c
1004
const ASN1_BIT_STRING *signature;
crypto/openssl/crypto/asn1/a_bitstr.c
148
int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value)
crypto/openssl/crypto/asn1/a_bitstr.c
16
int ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len)
crypto/openssl/crypto/asn1/a_bitstr.c
184
int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n)
crypto/openssl/crypto/asn1/a_bitstr.c
204
int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a,
crypto/openssl/crypto/asn1/a_bitstr.c
21
int ossl_i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp)
crypto/openssl/crypto/asn1/a_bitstr.c
84
ASN1_BIT_STRING *ossl_c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
crypto/openssl/crypto/asn1/a_bitstr.c
87
ASN1_BIT_STRING *ret = NULL;
crypto/openssl/crypto/asn1/a_sign.c
114
ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/crypto/asn1/a_sign.c
122
X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
crypto/openssl/crypto/asn1/a_sign.c
147
X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
crypto/openssl/crypto/asn1/a_sign.c
28
ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
crypto/openssl/crypto/asn1/a_verify.c
112
const ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/crypto/asn1/a_verify.c
27
int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature,
crypto/openssl/crypto/asn1/a_verify.c
89
const ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/crypto/asn1/a_verify.c
96
const ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/crypto/asn1/ameth_lib.c
366
const ASN1_BIT_STRING *sig,
crypto/openssl/crypto/asn1/ameth_lib.c
373
ASN1_BIT_STRING *sig))
crypto/openssl/crypto/asn1/asn1_item_list.h
19
ASN1_ITEM_ref(ASN1_BIT_STRING),
crypto/openssl/crypto/asn1/asn1_local.h
81
int ossl_i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp);
crypto/openssl/crypto/asn1/asn1_local.h
82
ASN1_BIT_STRING *ossl_c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
crypto/openssl/crypto/asn1/p8_pkey.c
48
ASN1_IMP_OPT(PKCS8_PRIV_KEY_INFO, kpub, ASN1_BIT_STRING, 1)
crypto/openssl/crypto/asn1/t_bitst.c
15
int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
crypto/openssl/crypto/asn1/t_bitst.c
33
int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value,
crypto/openssl/crypto/asn1/tasn_dec.c
912
if (!ossl_c2i_ASN1_BIT_STRING((ASN1_BIT_STRING **)pval, &cont, len))
crypto/openssl/crypto/asn1/tasn_enc.c
593
return ossl_i2c_ASN1_BIT_STRING((ASN1_BIT_STRING *)*pval,
crypto/openssl/crypto/asn1/tasn_typ.c
31
IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_BIT_STRING)
crypto/openssl/crypto/asn1/x_spki.c
25
ASN1_SIMPLE(NETSCAPE_SPKI, signature, ASN1_BIT_STRING)
crypto/openssl/crypto/cmp/cmp_asn.c
1059
ASN1_EXP_OPT(OSSL_CMP_MSG, protection, ASN1_BIT_STRING, 0),
crypto/openssl/crypto/cmp/cmp_asn.c
933
ASN1_OPT(OSSL_CMP_PKISI, failInfo, ASN1_BIT_STRING)
crypto/openssl/crypto/cmp/cmp_local.h
1000
ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
726
ASN1_BIT_STRING *protection; /* 0 */
crypto/openssl/crypto/cmp/cmp_protect.c
33
ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_protect.c
36
ASN1_BIT_STRING *prot = NULL;
crypto/openssl/crypto/cmp/cmp_vfy.c
81
ASN1_BIT_STRING *protection = NULL;
crypto/openssl/crypto/cms/cms_asn1.c
137
ASN1_SIMPLE(CMS_OriginatorPublicKey, publicKey, ASN1_BIT_STRING)
crypto/openssl/crypto/cms/cms_dh.c
176
ASN1_BIT_STRING *pubkey;
crypto/openssl/crypto/cms/cms_dh.c
204
ASN1_BIT_STRING *pubkey;
crypto/openssl/crypto/cms/cms_dh.c
21
X509_ALGOR *alg, ASN1_BIT_STRING *pubkey)
crypto/openssl/crypto/cms/cms_ec.c
236
ASN1_BIT_STRING *pubkey;
crypto/openssl/crypto/cms/cms_ec.c
264
ASN1_BIT_STRING *pubkey;
crypto/openssl/crypto/cms/cms_ec.c
74
X509_ALGOR *alg, ASN1_BIT_STRING *pubkey)
crypto/openssl/crypto/cms/cms_kari.c
57
ASN1_BIT_STRING **pubkey,
crypto/openssl/crypto/cms/cms_local.h
193
ASN1_BIT_STRING *publicKey;
crypto/openssl/crypto/crmf/crmf_asn.c
133
ASN1_SIMPLE(OSSL_CRMF_POPOSIGNINGKEY, signature, ASN1_BIT_STRING)
crypto/openssl/crypto/crmf/crmf_asn.c
209
ASN1_IMP_OPT(OSSL_CRMF_CERTTEMPLATE, issuerUID, ASN1_BIT_STRING, 7),
crypto/openssl/crypto/crmf/crmf_asn.c
211
ASN1_IMP_OPT(OSSL_CRMF_CERTTEMPLATE, subjectUID, ASN1_BIT_STRING, 8),
crypto/openssl/crypto/crmf/crmf_asn.c
54
ASN1_IMP_OPT(OSSL_CRMF_ENCRYPTEDVALUE, encSymmKey, ASN1_BIT_STRING, 2),
crypto/openssl/crypto/crmf/crmf_asn.c
57
ASN1_SIMPLE(OSSL_CRMF_ENCRYPTEDVALUE, encValue, ASN1_BIT_STRING)
crypto/openssl/crypto/crmf/crmf_asn.c
92
ASN1_SIMPLE(OSSL_CRMF_PKMACVALUE, value, ASN1_BIT_STRING)
crypto/openssl/crypto/crmf/crmf_asn.c
97
ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.thisMessage, ASN1_BIT_STRING, 0),
crypto/openssl/crypto/crmf/crmf_asn.c
99
ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.dhMAC, ASN1_BIT_STRING, 2),
crypto/openssl/crypto/crmf/crmf_lib.c
802
ASN1_BIT_STRING *encKey = enc->encSymmKey;
crypto/openssl/crypto/crmf/crmf_local.h
177
ASN1_BIT_STRING *value;
crypto/openssl/crypto/crmf/crmf_local.h
207
ASN1_BIT_STRING *thisMessage; /* 0 */ /* Deprecated */
crypto/openssl/crypto/crmf/crmf_local.h
209
ASN1_BIT_STRING *dhMAC; /* 2 */ /* Deprecated */
crypto/openssl/crypto/crmf/crmf_local.h
276
ASN1_BIT_STRING *signature;
crypto/openssl/crypto/crmf/crmf_local.h
337
ASN1_BIT_STRING *issuerUID; /* deprecated in version 2 */
crypto/openssl/crypto/crmf/crmf_local.h
339
ASN1_BIT_STRING *subjectUID; /* deprecated in version 2 */
crypto/openssl/crypto/crmf/crmf_local.h
50
ASN1_BIT_STRING *encSymmKey; /* 2 */
crypto/openssl/crypto/crmf/crmf_local.h
53
ASN1_BIT_STRING *encValue;
crypto/openssl/crypto/dh/dh_asn1.c
140
ASN1_BIT_STRING seed;
crypto/openssl/crypto/dh/dh_asn1.c
62
ASN1_BIT_STRING *seed;
crypto/openssl/crypto/dh/dh_asn1.c
75
ASN1_SIMPLE(int_dhvparams, seed, ASN1_BIT_STRING),
crypto/openssl/crypto/ec/ec_asn1.c
141
= { ASN1_SIMPLE(X9_62_CURVE, a, ASN1_OCTET_STRING), ASN1_SIMPLE(X9_62_CURVE, b, ASN1_OCTET_STRING), ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING) } static_ASN1_SEQUENCE_END(X9_62_CURVE)
crypto/openssl/crypto/ec/ec_asn1.c
163
ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
crypto/openssl/crypto/ec/ec_asn1.c
66
ASN1_BIT_STRING *seed;
crypto/openssl/crypto/ec/ec_asn1.c
98
ASN1_BIT_STRING *publicKey;
crypto/openssl/crypto/ec/ecx_meth.c
542
const ASN1_BIT_STRING *str, EVP_PKEY *pkey)
crypto/openssl/crypto/ec/ecx_meth.c
576
ASN1_BIT_STRING *str)
crypto/openssl/crypto/ec/ecx_meth.c
592
ASN1_BIT_STRING *str)
crypto/openssl/crypto/ocsp/ocsp_asn.c
116
ASN1_SIMPLE(OCSP_BASICRESP, signature, ASN1_BIT_STRING),
crypto/openssl/crypto/ocsp/ocsp_asn.c
17
ASN1_SIMPLE(OCSP_SIGNATURE, signature, ASN1_BIT_STRING),
crypto/openssl/crypto/ocsp/ocsp_lib.c
27
ASN1_BIT_STRING *ikey;
crypto/openssl/crypto/ocsp/ocsp_lib.c
44
const ASN1_BIT_STRING *issuerKey,
crypto/openssl/crypto/ocsp/ocsp_local.h
194
ASN1_BIT_STRING *signature;
crypto/openssl/crypto/ocsp/ocsp_local.h
54
ASN1_BIT_STRING *signature;
crypto/openssl/crypto/rsa/rsa_ameth.c
635
const ASN1_BIT_STRING *sig, EVP_PKEY *pkey)
crypto/openssl/crypto/rsa/rsa_ameth.c
651
ASN1_BIT_STRING *sig)
crypto/openssl/crypto/ts/ts_asn1.c
127
ASN1_OPT(TS_STATUS_INFO, failure_info, ASN1_BIT_STRING)
crypto/openssl/crypto/ts/ts_local.h
98
ASN1_BIT_STRING *failure_info;
crypto/openssl/crypto/ts/ts_rsp_print.c
102
const ASN1_BIT_STRING *v)
crypto/openssl/crypto/ts/ts_rsp_print.c
24
const ASN1_BIT_STRING *v);
crypto/openssl/crypto/ts/ts_rsp_utils.c
362
const ASN1_BIT_STRING *TS_STATUS_INFO_get0_failure_info(const TS_STATUS_INFO *a)
crypto/openssl/crypto/x509/t_acert.c
159
const ASN1_BIT_STRING *iuid;
crypto/openssl/crypto/x509/t_acert.c
272
const ASN1_BIT_STRING *sig;
crypto/openssl/crypto/x509/t_acert.c
45
ASN1_BIT_STRING *bs;
crypto/openssl/crypto/x509/t_crl.c
45
const ASN1_BIT_STRING *sig;
crypto/openssl/crypto/x509/t_req.c
118
ASN1_BIT_STRING *bs = NULL;
crypto/openssl/crypto/x509/t_req.c
202
const ASN1_BIT_STRING *sig;
crypto/openssl/crypto/x509/t_x509.c
160
const ASN1_BIT_STRING *iuid, *suid;
crypto/openssl/crypto/x509/t_x509.c
183
const ASN1_BIT_STRING *sig;
crypto/openssl/crypto/x509/t_x509.c
204
ASN1_BIT_STRING *keybstr;
crypto/openssl/crypto/x509/v3_ac_tgt.c
41
ASN1_OPT(OSSL_ISSUER_SERIAL, issuerUID, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_ac_tgt.c
49
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, objectDigest, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_addr.c
103
const ASN1_BIT_STRING *bs,
crypto/openssl/crypto/x509/v3_addr.c
133
const unsigned char fill, const ASN1_BIT_STRING *bs)
crypto/openssl/crypto/x509/v3_addr.c
37
ASN1_SIMPLE(IPAddressRange, min, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_addr.c
38
ASN1_SIMPLE(IPAddressRange, max, ASN1_BIT_STRING)
crypto/openssl/crypto/x509/v3_addr.c
42
ASN1_SIMPLE(IPAddressOrRange, u.addressPrefix, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_attrdesc.c
17
ASN1_OPT(OSSL_HASH, hashValue, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_bitst.c
45
ASN1_BIT_STRING *bits,
crypto/openssl/crypto/x509/v3_bitst.c
56
ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_bitst.c
61
ASN1_BIT_STRING *bs;
crypto/openssl/crypto/x509/v3_crld.c
151
static int set_reasons(ASN1_BIT_STRING **preas, char *value)
crypto/openssl/crypto/x509/v3_crld.c
187
ASN1_BIT_STRING *rflags, int indent)
crypto/openssl/crypto/x509/v3_crld.c
333
ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
crypto/openssl/crypto/x509/v3_crld.c
348
ASN1_IMP_OPT(ISSUING_DIST_POINT, onlysomereasons, ASN1_BIT_STRING, 3),
crypto/openssl/crypto/x509/v3_crld.c
556
ASN1_IMP_OPT(OSSL_AA_DIST_POINT, reasons, ASN1_BIT_STRING, 1),
crypto/openssl/crypto/x509/v3_purp.c
444
ASN1_BIT_STRING *usage;
crypto/openssl/crypto/x509/v3_purp.c
445
ASN1_BIT_STRING *ns;
crypto/openssl/crypto/x509/v3_timespec.c
231
static int print_bit_month(BIO *out, ASN1_BIT_STRING *bs)
crypto/openssl/crypto/x509/v3_timespec.c
253
static int print_bit_week(BIO *out, ASN1_BIT_STRING *bs)
crypto/openssl/crypto/x509/v3_timespec.c
270
static int print_day_of_week(BIO *out, ASN1_BIT_STRING *bs)
crypto/openssl/crypto/x509/v3_timespec.c
333
static int print_bit_named_day(BIO *out, ASN1_BIT_STRING *bs)
crypto/openssl/crypto/x509/v3_timespec.c
67
ASN1_SIMPLE(OSSL_NAMED_DAY, choice.bitNamedDays, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_timespec.c
80
ASN1_SIMPLE(OSSL_TIME_SPEC_DAY, choice.bitDay, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_timespec.c
87
ASN1_SIMPLE(OSSL_TIME_SPEC_WEEKS, choice.bitWeek, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_timespec.c
93
ASN1_SIMPLE(OSSL_TIME_SPEC_MONTH, choice.bitMonth, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/x509_acert.c
116
const ASN1_BIT_STRING *OSSL_ISSUER_SERIAL_get0_issuerUID(const OSSL_ISSUER_SERIAL *isss)
crypto/openssl/crypto/x509/x509_acert.c
127
const ASN1_BIT_STRING **psig,
crypto/openssl/crypto/x509/x509_acert.c
165
const ASN1_BIT_STRING *X509_ACERT_get0_issuerUID(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
26
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, objectDigest, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/x509_acert.c
32
ASN1_OPT(OSSL_ISSUER_SERIAL, issuerUID, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/x509_acert.c
60
ASN1_OPT(X509_ACERT_INFO, issuerUID, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/x509_acert.c
67
ASN1_EMBED(X509_ACERT, signature, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/x509_acert.c
96
const ASN1_BIT_STRING **digest)
crypto/openssl/crypto/x509/x509_req.c
316
void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
crypto/openssl/crypto/x509/x509_req.c
325
void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig)
crypto/openssl/crypto/x509/x509_set.c
167
void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **piuid,
crypto/openssl/crypto/x509/x509_set.c
168
const ASN1_BIT_STRING **psuid)
crypto/openssl/crypto/x509/x509aset.c
108
const ASN1_BIT_STRING *uid)
crypto/openssl/crypto/x509/x509aset.c
80
ASN1_BIT_STRING *digest)
crypto/openssl/crypto/x509/x509cset.c
128
void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/openssl/crypto/x509/x_all.c
491
ASN1_BIT_STRING *key = X509_get0_pubkey_bitstr(data);
crypto/openssl/crypto/x509/x_crl.c
334
ASN1_EMBED(X509_CRL, signature, ASN1_BIT_STRING)
crypto/openssl/crypto/x509/x_pubkey.c
1043
ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x)
crypto/openssl/crypto/x509/x_pubkey.c
33
ASN1_BIT_STRING *public_key;
crypto/openssl/crypto/x509/x_pubkey.c
65
ASN1_SIMPLE(X509_PUBKEY, public_key, ASN1_BIT_STRING)
crypto/openssl/crypto/x509/x_req.c
118
ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
crypto/openssl/crypto/x509/x_x509.c
129
ASN1_EMBED(X509, signature, ASN1_BIT_STRING)
crypto/openssl/crypto/x509/x_x509.c
26
ASN1_IMP_OPT(X509_CINF, issuerUID, ASN1_BIT_STRING, 1),
crypto/openssl/crypto/x509/x_x509.c
27
ASN1_IMP_OPT(X509_CINF, subjectUID, ASN1_BIT_STRING, 2),
crypto/openssl/crypto/x509/x_x509.c
287
void X509_get0_signature(const ASN1_BIT_STRING **psig,
crypto/openssl/fuzz/asn1.c
52
ASN1_ITEM_ref(ASN1_BIT_STRING),
crypto/openssl/include/crypto/asn1.h
60
const X509_ALGOR *a, const ASN1_BIT_STRING *sig,
crypto/openssl/include/crypto/asn1.h
64
ASN1_BIT_STRING *sig);
crypto/openssl/include/crypto/x509.h
103
ASN1_BIT_STRING signature; /* CRL signature */
crypto/openssl/include/crypto/x509.h
168
ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */
crypto/openssl/include/crypto/x509.h
169
ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */
crypto/openssl/include/crypto/x509.h
177
ASN1_BIT_STRING signature;
crypto/openssl/include/crypto/x509.h
79
ASN1_BIT_STRING *signature; /* signature */
crypto/openssl/include/crypto/x509_acert.h
24
ASN1_BIT_STRING objectDigest;
crypto/openssl/include/crypto/x509_acert.h
30
ASN1_BIT_STRING *issuerUID;
crypto/openssl/include/crypto/x509_acert.h
61
ASN1_BIT_STRING *issuerUID;
crypto/openssl/include/crypto/x509_acert.h
68
ASN1_BIT_STRING signature;
crypto/openssl/include/openssl/asn1.h
533
ASN1_BIT_STRING *bit_string;
crypto/openssl/include/openssl/asn1.h
675
DECLARE_ASN1_FUNCTIONS(ASN1_BIT_STRING)
crypto/openssl/include/openssl/asn1.h
676
int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
crypto/openssl/include/openssl/asn1.h
677
int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
crypto/openssl/include/openssl/asn1.h
678
int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n);
crypto/openssl/include/openssl/asn1.h
679
int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a,
crypto/openssl/include/openssl/asn1.h
682
int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
crypto/openssl/include/openssl/asn1.h
685
int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value,
crypto/openssl/include/openssl/asn1.h
908
X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
crypto/openssl/include/openssl/asn1.h
913
const ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/include/openssl/cmp.h
144
typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
crypto/openssl/include/openssl/cms.h
482
ASN1_BIT_STRING **pubkey,
crypto/openssl/include/openssl/evp.h
1675
const ASN1_BIT_STRING *sig,
crypto/openssl/include/openssl/evp.h
1682
ASN1_BIT_STRING *sig));
crypto/openssl/include/openssl/ocsp.h
268
ASN1_item_digest(ASN1_ITEM_rptr(ASN1_BIT_STRING), type, data, md, len)
crypto/openssl/include/openssl/ocsp.h
306
const ASN1_BIT_STRING *issuerKey,
crypto/openssl/include/openssl/ts.h
131
const ASN1_BIT_STRING *
crypto/openssl/include/openssl/x509.h
437
ASN1_BIT_STRING *signature;
crypto/openssl/include/openssl/x509.h
783
void X509_get0_signature(const ASN1_BIT_STRING **psig,
crypto/openssl/include/openssl/x509.h
821
ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey);
crypto/openssl/include/openssl/x509.h
827
ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
crypto/openssl/include/openssl/x509.h
833
const ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/include/openssl/x509.h
836
const ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/include/openssl/x509.h
839
ASN1_BIT_STRING *signature, const void *data,
crypto/openssl/include/openssl/x509.h
842
X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
crypto/openssl/include/openssl/x509.h
881
void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **piuid,
crypto/openssl/include/openssl/x509.h
882
const ASN1_BIT_STRING **psuid);
crypto/openssl/include/openssl/x509.h
887
ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x);
crypto/openssl/include/openssl/x509.h
895
void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
crypto/openssl/include/openssl/x509.h
897
void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig);
crypto/openssl/include/openssl/x509.h
954
void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/openssl/include/openssl/x509_acert.h
113
const ASN1_BIT_STRING **digest);
crypto/openssl/include/openssl/x509_acert.h
118
ASN1_BIT_STRING *digest);
crypto/openssl/include/openssl/x509_acert.h
122
const ASN1_BIT_STRING *OSSL_ISSUER_SERIAL_get0_issuerUID(const OSSL_ISSUER_SERIAL *isss);
crypto/openssl/include/openssl/x509_acert.h
129
const ASN1_BIT_STRING *uid);
crypto/openssl/include/openssl/x509_acert.h
61
const ASN1_BIT_STRING **psig,
crypto/openssl/include/openssl/x509_acert.h
68
const ASN1_BIT_STRING *X509_ACERT_get0_issuerUID(const X509_ACERT *x);
crypto/openssl/include/openssl/x509v3.h
1185
ASN1_BIT_STRING *min, *max;
crypto/openssl/include/openssl/x509v3.h
1194
ASN1_BIT_STRING *addressPrefix;
crypto/openssl/include/openssl/x509v3.h
1577
ASN1_BIT_STRING *hashValue;
crypto/openssl/include/openssl/x509v3.h
1652
ASN1_BIT_STRING *bitNamedDays;
crypto/openssl/include/openssl/x509v3.h
1695
ASN1_BIT_STRING *bitDay;
crypto/openssl/include/openssl/x509v3.h
1714
ASN1_BIT_STRING *bitWeek;
crypto/openssl/include/openssl/x509v3.h
1751
ASN1_BIT_STRING *bitMonth;
crypto/openssl/include/openssl/x509v3.h
2000
ASN1_BIT_STRING *reasons;
crypto/openssl/include/openssl/x509v3.h
332
ASN1_BIT_STRING *reasons;
crypto/openssl/include/openssl/x509v3.h
611
ASN1_BIT_STRING *onlysomereasons;
crypto/openssl/include/openssl/x509v3.h
640
#define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
crypto/openssl/include/openssl/x509v3.h
829
ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/openssl/include/openssl/x509v3.h
833
ASN1_BIT_STRING *bits,
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
55
ASN1_BIT_STRING *pubkey;
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
64
ASN1_SIMPLE(BARE_PUBKEY, pubkey, ASN1_BIT_STRING)
crypto/openssl/test/cmp_protect_test.c
106
ASN1_BIT_STRING *protection,
crypto/openssl/test/cmp_protect_test.c
123
ASN1_BIT_STRING *protection = ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);
crypto/openssl/test/cmp_protect_test.c
82
ASN1_BIT_STRING *protection = ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);
crypto/openssl/test/cmp_protect_test.c
91
ASN1_BIT_STRING *protection = ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);
crypto/openssl/test/cmp_vfy_test.c
92
static int flip_bit(ASN1_BIT_STRING *bitstr)
crypto/openssl/test/fake_rsaprov.c
765
ASN1_BIT_STRING *public_key;
crypto/openssl/test/fake_rsaprov.c
776
ASN1_SIMPLE(X509_PUBKEY, public_key, ASN1_BIT_STRING)
crypto/openssl/test/ocspapitest.c
78
ASN1_BIT_STRING *key = ASN1_BIT_STRING_new();
crypto/openssl/test/tls-provider.c
2152
ASN1_BIT_STRING *public_key;
crypto/openssl/test/tls-provider.c
2163
ASN1_SIMPLE(X509_PUBKEY, public_key, ASN1_BIT_STRING)
crypto/openssl/test/x509_test.c
130
const ASN1_BIT_STRING *sig = NULL;
crypto/openssl/test/x509_test.c
155
(X509_ALGOR *)alg, (ASN1_BIT_STRING *)sig,
crypto/openssl/test/x509_test.c
162
(X509_ALGOR *)alg, (ASN1_BIT_STRING *)sig,