Home
last modified time | relevance | path

Searched refs:ASN1_BIT_STRING (Results 1 – 25 of 35) sorted by relevance

12

/dragonfly/crypto/libressl/crypto/asn1/
H A Da_bitstr.c77 ASN1_BIT_STRING *
84 ASN1_BIT_STRING_free(ASN1_BIT_STRING *a) in ASN1_BIT_STRING_free()
90 asn1_abs_clear_unused_bits(ASN1_BIT_STRING *abs) in asn1_abs_clear_unused_bits()
115 ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value) in ASN1_BIT_STRING_set_bit()
149 ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n) in ASN1_BIT_STRING_get_bit()
187 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, in ASN1_BIT_STRING_name_print()
236 i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) in i2c_ASN1_BIT_STRING()
297 ASN1_BIT_STRING *abs = NULL; in c2i_ASN1_BIT_STRING_cbs()
351 ASN1_BIT_STRING *
354 ASN1_BIT_STRING *abs = NULL; in c2i_ASN1_BIT_STRING()
[all …]
H A Dasn1_locl.h138 X509_ALGOR *a, ASN1_BIT_STRING *sig, EVP_PKEY *pkey);
140 X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig);
211 int asn1_abs_set_unused_bits(ASN1_BIT_STRING *abs, uint8_t unused_bits);
212 int c2i_ASN1_BIT_STRING_cbs(ASN1_BIT_STRING **out_abs, CBS *cbs);
230 int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp);
231 ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
H A Dasn1_item.c219 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey, const EVP_MD *type) in ASN1_item_sign()
232 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx) in ASN1_item_sign_ctx()
336 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) in ASN1_item_verify()
H A Dx_req.c238 X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, in X509_REQ_get0_signature()
H A Dt_req.c178 ASN1_BIT_STRING *bs = NULL; in X509_REQ_print_ex()
H A Dx_x509.c366 X509_get0_signature(const ASN1_BIT_STRING **psig, const X509_ALGOR **palg, in X509_get0_signature()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lcl.h74 ASN1_BIT_STRING *public_key;
127 ASN1_BIT_STRING *signature;
152 ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */
153 ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */
161 ASN1_BIT_STRING *signature;
215 ASN1_BIT_STRING *signature;
H A Dx509_bitst.c126 i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, ASN1_BIT_STRING *bits, in STACK_OF()
152 ASN1_BIT_STRING *
157 ASN1_BIT_STRING *bs; in v2i_ASN1_BIT_STRING()
H A Dx509_addr.c530 addr_expand(unsigned char *addr, const ASN1_BIT_STRING *bs, const int length, in addr_expand()
567 const ASN1_BIT_STRING *bs) in i2r_address()
613 const ASN1_BIT_STRING *prefix; in i2r_IPAddressOrRanges()
1188 extract_min_max_bitstr(IPAddressOrRange *aor, ASN1_BIT_STRING **out_min, in extract_min_max_bitstr()
1189 ASN1_BIT_STRING **out_max) in extract_min_max_bitstr()
1211 ASN1_BIT_STRING *min_bitstr, *max_bitstr; in extract_min_max()
H A Dx509_skey.c119 ASN1_BIT_STRING *pk; in s2i_skey_id()
H A Dx509_crld.c210 set_reasons(ASN1_BIT_STRING **preas, char *value) in set_reasons()
248 print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent) in print_reasons()
H A Dx509_cmp.c346 ASN1_BIT_STRING *
H A Dx509_purp.c444 ASN1_BIT_STRING *usage; in x509v3_cache_extensions()
445 ASN1_BIT_STRING *ns; in x509v3_cache_extensions()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h456 ASN1_BIT_STRING * bit_string;
573 ASN1_BIT_STRING *ASN1_BIT_STRING_new(void);
574 void ASN1_BIT_STRING_free(ASN1_BIT_STRING *a);
575 ASN1_BIT_STRING *d2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, const unsigned char **in, long len);
576 int i2d_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **out);
578 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
579 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
580 int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n);
581 int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a,
585 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
[all …]
H A Dx509v3.h251 ASN1_BIT_STRING *reasons;
366 ASN1_BIT_STRING *onlysomereasons;
562 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
565 ASN1_BIT_STRING *bits,
913 ASN1_BIT_STRING *min;
914 ASN1_BIT_STRING *max;
923 ASN1_BIT_STRING *addressPrefix;
H A Dx509.h353 ASN1_BIT_STRING *signature;
413 void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
418 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
705 void X509_get0_signature(const ASN1_BIT_STRING **psig,
772 ASN1_BIT_STRING *signature,void *data,EVP_PKEY *pkey);
775 ASN1_BIT_STRING *signature,
779 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx);
804 ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x);
H A Dossl_typ.h63 typedef struct asn1_string_st ASN1_BIT_STRING; typedef
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_local.h111 ASN1_BIT_STRING *signature;
247 ASN1_BIT_STRING *signature;
H A Docsp_lib.c86 ASN1_BIT_STRING *ikey; in OCSP_cert_to_id()
107 const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber) in OCSP_cert_id_new()
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_rsp_print.c76 ASN1_BIT_STRING *v);
182 TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v) in TS_status_map_print()
H A Dts_local.h158 ASN1_BIT_STRING *failure_info;
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c165 ASN1_BIT_STRING *signature;
213 ASN1_SIMPLE(BasicOCSPResponse, signature, ASN1_BIT_STRING),
398 ASN1_BIT_STRING *ikey; in issuer_match()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_ameth.c682 ASN1_BIT_STRING *pubkey) in ecdh_cms_set_peerkey()
843 ASN1_BIT_STRING *pubkey; in ecdh_cms_decrypt()
874 ASN1_BIT_STRING *pubkey; in ecdh_cms_encrypt()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_lcl.h225 ASN1_BIT_STRING *publicKey;
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c849 X509_ALGOR *sigalg, ASN1_BIT_STRING *sig, EVP_PKEY *pkey) in rsa_item_verify()
894 X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig) in rsa_item_sign()

12