Home
last modified time | relevance | path

Searched refs:X509_SIG (Results 1 – 14 of 14) sorted by path

/dragonfly/crypto/libressl/apps/openssl/
H A Dpkcs12.c923 const X509_SIG *tp8; in dump_certs_pkeys_bag()
H A Dpkcs8.c200 X509_SIG *p8 = NULL; in pkcs8_main()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_sig.c68 .offset = offsetof(X509_SIG, algor),
73 .offset = offsetof(X509_SIG, digest),
84 .size = sizeof(X509_SIG),
89 X509_SIG *
90 d2i_X509_SIG(X509_SIG **a, const unsigned char **in, long len) in d2i_X509_SIG()
92 return (X509_SIG *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_X509_SIG()
97 i2d_X509_SIG(X509_SIG *a, unsigned char **out) in i2d_X509_SIG()
102 X509_SIG *
105 return (X509_SIG *)ASN1_item_new(&X509_SIG_it); in X509_SIG_new()
109 X509_SIG_free(X509_SIG *a) in X509_SIG_free()
[all …]
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_pk8.c113 X509_SIG *p8; in do_pk8pkey()
160 X509_SIG *p8 = NULL; in d2i_PKCS8PrivateKey_bio()
252 X509_SIG *
253 PEM_read_PKCS8(FILE *fp, X509_SIG **x, pem_password_cb *cb, void *u) in PEM_read_PKCS8()
260 PEM_write_PKCS8(FILE *fp, X509_SIG *x) in PEM_write_PKCS8()
266 X509_SIG *
267 PEM_read_bio_PKCS8(BIO *bp, X509_SIG **x, pem_password_cb *cb, void *u) in PEM_read_bio_PKCS8()
274 PEM_write_bio_PKCS8(BIO *bp, X509_SIG *x) in PEM_write_bio_PKCS8()
H A Dpem_pkey.c109 X509_SIG *p8; in PEM_read_bio_PrivateKey()
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dp12_p8d.c66 PKCS8_decrypt(const X509_SIG *p8, const char *pass, int passlen) in PKCS8_decrypt()
H A Dp12_p8e.c66 X509_SIG *
71 X509_SIG *p8 = NULL; in PKCS8_encrypt()
H A Dp12_sbag.c89 const X509_SIG *
188 PKCS12_SAFEBAG_create0_pkcs8(X509_SIG *p8) in PKCS12_SAFEBAG_create0_pkcs8()
209 X509_SIG *p8; in PKCS12_SAFEBAG_create_pkcs8_encrypt()
H A Dpkcs12_local.h65 X509_SIG *dinfo;
81 X509_SIG *shkeybag; /* shrouded key bag */
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_sign.c91 X509_SIG sig; in encode_pkcs1()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx_all.c276 X509_SIG *
277 d2i_PKCS8_bio(BIO *bp, X509_SIG **p8) in d2i_PKCS8_bio()
283 i2d_PKCS8_bio(BIO *bp, X509_SIG *p8) in i2d_PKCS8_bio()
288 X509_SIG *
289 d2i_PKCS8_fp(FILE *fp, X509_SIG **p8) in d2i_PKCS8_fp()
295 i2d_PKCS8_fp(FILE *fp, X509_SIG *p8) in i2d_PKCS8_fp()
/dragonfly/crypto/libressl/include/openssl/
H A Dpem.h430 DECLARE_PEM_rw(PKCS8, X509_SIG)
H A Dpkcs12.h167 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create0_pkcs8(X509_SIG *p8);
173 const X509_SIG *PKCS12_SAFEBAG_get0_pkcs8(const PKCS12_SAFEBAG *bag);
180 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(const X509_SIG *p8, const char *pass,
184 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
H A Dx509.h155 typedef struct X509_sig_st X509_SIG; typedef
501 X509_SIG *d2i_PKCS8_fp(FILE *fp,X509_SIG **p8);
502 int i2d_PKCS8_fp(FILE *fp,X509_SIG *p8);
539 X509_SIG *d2i_PKCS8_bio(BIO *bp,X509_SIG **p8);
540 int i2d_PKCS8_bio(BIO *bp,X509_SIG *p8);
628 X509_SIG *X509_SIG_new(void);
629 void X509_SIG_free(X509_SIG *a);
630 X509_SIG *d2i_X509_SIG(X509_SIG **a, const unsigned char **in, long len);
631 int i2d_X509_SIG(X509_SIG *a, unsigned char **out);
633 void X509_SIG_get0(const X509_SIG *sig, const X509_ALGOR **palg,
[all …]