Symbol: X509_SIG
crypto/openssl/apps/pkcs12.c
1078
const X509_SIG *tp8;
crypto/openssl/apps/pkcs8.c
96
X509_SIG *p8 = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
169
ASN1_ITEM_ref(X509_SIG),
crypto/openssl/crypto/asn1/n_pkey.c
37
X509_SIG *enckey;
crypto/openssl/crypto/asn1/n_pkey.c
42
ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, enckey, X509_SIG)
crypto/openssl/crypto/asn1/x_sig.c
16
ASN1_SEQUENCE(X509_SIG) = {
crypto/openssl/crypto/asn1/x_sig.c
17
ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR),
crypto/openssl/crypto/asn1/x_sig.c
18
ASN1_SIMPLE(X509_SIG, digest, ASN1_OCTET_STRING)
crypto/openssl/crypto/asn1/x_sig.c
19
} ASN1_SEQUENCE_END(X509_SIG)
crypto/openssl/crypto/asn1/x_sig.c
21
IMPLEMENT_ASN1_FUNCTIONS(X509_SIG)
crypto/openssl/crypto/asn1/x_sig.c
23
void X509_SIG_get0(const X509_SIG *sig, const X509_ALGOR **palg,
crypto/openssl/crypto/asn1/x_sig.c
32
void X509_SIG_getm(X509_SIG *sig, X509_ALGOR **palg,
crypto/openssl/crypto/pem/pem_pk8.c
126
X509_SIG *p8;
crypto/openssl/crypto/pem/pem_pk8.c
172
X509_SIG *p8 = NULL;
crypto/openssl/crypto/pem/pem_pk8.c
268
IMPLEMENT_PEM_rw(PKCS8, X509_SIG, PEM_STRING_PKCS8, X509_SIG)
crypto/openssl/crypto/pem/pem_pkey.c
148
X509_SIG *p8;
crypto/openssl/crypto/pkcs12/p12_asn.c
42
ASN1_SIMPLE(PKCS12_MAC_DATA, dinfo, X509_SIG),
crypto/openssl/crypto/pkcs12/p12_asn.c
68
ADB_ENTRY(NID_pkcs8ShroudedKeyBag, ASN1_EXP(PKCS12_SAFEBAG, value.shkeybag, X509_SIG, 0)),
crypto/openssl/crypto/pkcs12/p12_local.h
11
X509_SIG *dinfo;
crypto/openssl/crypto/pkcs12/p12_local.h
27
X509_SIG *shkeybag; /* shrouded key bag */
crypto/openssl/crypto/pkcs12/p12_npas.c
161
X509_SIG *p8new;
crypto/openssl/crypto/pkcs12/p12_p8d.c
14
PKCS8_PRIV_KEY_INFO *PKCS8_decrypt_ex(const X509_SIG *p8, const char *pass,
crypto/openssl/crypto/pkcs12/p12_p8d.c
27
PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(const X509_SIG *p8, const char *pass,
crypto/openssl/crypto/pkcs12/p12_p8e.c
16
X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/crypto/pkcs12/p12_p8e.c
22
X509_SIG *p8 = NULL;
crypto/openssl/crypto/pkcs12/p12_p8e.c
60
X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/crypto/pkcs12/p12_p8e.c
69
X509_SIG *PKCS8_set0_pbe_ex(const char *pass, int passlen,
crypto/openssl/crypto/pkcs12/p12_p8e.c
73
X509_SIG *p8;
crypto/openssl/crypto/pkcs12/p12_p8e.c
95
X509_SIG *PKCS8_set0_pbe(const char *pass, int passlen,
crypto/openssl/crypto/pkcs12/p12_sbag.c
231
PKCS12_SAFEBAG *PKCS12_SAFEBAG_create0_pkcs8(X509_SIG *p8)
crypto/openssl/crypto/pkcs12/p12_sbag.c
257
X509_SIG *p8;
crypto/openssl/crypto/pkcs12/p12_sbag.c
41
const X509_SIG *PKCS12_SAFEBAG_get0_pkcs8(const PKCS12_SAFEBAG *bag)
crypto/openssl/crypto/store/store_result.c
344
X509_SIG *p8 = NULL;
crypto/openssl/crypto/x509/x_all.c
651
X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8)
crypto/openssl/crypto/x509/x_all.c
653
return ASN1_d2i_fp_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, fp, p8);
crypto/openssl/crypto/x509/x_all.c
656
int i2d_PKCS8_fp(FILE *fp, const X509_SIG *p8)
crypto/openssl/crypto/x509/x_all.c
658
return ASN1_i2d_fp_of(X509_SIG, i2d_X509_SIG, fp, p8);
crypto/openssl/crypto/x509/x_all.c
662
X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8)
crypto/openssl/crypto/x509/x_all.c
664
return ASN1_d2i_bio_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, bp, p8);
crypto/openssl/crypto/x509/x_all.c
667
int i2d_PKCS8_bio(BIO *bp, const X509_SIG *p8)
crypto/openssl/crypto/x509/x_all.c
669
return ASN1_i2d_bio_of(X509_SIG, i2d_X509_SIG, bp, p8);
crypto/openssl/engines/e_loader_attic.c
442
X509_SIG *p8 = NULL;
crypto/openssl/fuzz/asn1.c
196
ASN1_ITEM_ref(X509_SIG),
crypto/openssl/include/openssl/pem.h
454
DECLARE_PEM_rw(PKCS8, X509_SIG)
crypto/openssl/include/openssl/pkcs12.h
148
const X509_SIG *PKCS12_SAFEBAG_get0_pkcs8(const PKCS12_SAFEBAG *bag);
crypto/openssl/include/openssl/pkcs12.h
154
PKCS12_SAFEBAG *PKCS12_SAFEBAG_create0_pkcs8(X509_SIG *p8);
crypto/openssl/include/openssl/pkcs12.h
172
PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(const X509_SIG *p8, const char *pass,
crypto/openssl/include/openssl/pkcs12.h
174
PKCS8_PRIV_KEY_INFO *PKCS8_decrypt_ex(const X509_SIG *p8, const char *pass,
crypto/openssl/include/openssl/pkcs12.h
183
X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/pkcs12.h
186
X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/pkcs12.h
190
X509_SIG *PKCS8_set0_pbe(const char *pass, int passlen,
crypto/openssl/include/openssl/pkcs12.h
192
X509_SIG *PKCS8_set0_pbe_ex(const char *pass, int passlen,
crypto/openssl/include/openssl/x509.h
606
X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8);
crypto/openssl/include/openssl/x509.h
607
int i2d_PKCS8_fp(FILE *fp, const X509_SIG *p8);
crypto/openssl/include/openssl/x509.h
656
X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8);
crypto/openssl/include/openssl/x509.h
657
int i2d_PKCS8_bio(BIO *bp, const X509_SIG *p8);
crypto/openssl/include/openssl/x509.h
740
DECLARE_ASN1_FUNCTIONS(X509_SIG)
crypto/openssl/include/openssl/x509.h
741
void X509_SIG_get0(const X509_SIG *sig, const X509_ALGOR **palg,
crypto/openssl/include/openssl/x509.h
743
void X509_SIG_getm(X509_SIG *sig, X509_ALGOR **palg,
crypto/openssl/providers/implementations/encode_decode/decode_epki2pki.c
123
X509_SIG *p8 = NULL;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
109
static X509_SIG *p8info_to_encp8(PKCS8_PRIV_KEY_INFO *p8info,
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
112
X509_SIG *p8 = NULL;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
131
static X509_SIG *key_to_encp8(const void *key, int key_nid,
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
137
X509_SIG *p8 = NULL;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
201
X509_SIG *p8;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
228
X509_SIG *p8;
crypto/openssl/test/endecode_test.c
723
X509_SIG *p8 = d2i_X509_SIG(NULL, &datap, data_len);
crypto/openssl/test/tls-provider.c
1370
static X509_SIG *p8info_to_encp8(PKCS8_PRIV_KEY_INFO *p8info,
crypto/openssl/test/tls-provider.c
1373
X509_SIG *p8 = NULL;
crypto/openssl/test/tls-provider.c
1391
static X509_SIG *key_to_encp8(const void *key, int key_nid,
crypto/openssl/test/tls-provider.c
1396
X509_SIG *p8 = NULL;
crypto/openssl/test/tls-provider.c
1460
X509_SIG *p8;
crypto/openssl/test/tls-provider.c
1487
X509_SIG *p8;