Symbol: X509_REQ_INFO
crypto/openssl/crypto/asn1/asn1_item_list.h
166
ASN1_ITEM_ref(X509_REQ_INFO),
crypto/openssl/crypto/x509/x509_req.c
25
X509_REQ_INFO *ri;
crypto/openssl/crypto/x509/x_all.c
147
return ASN1_item_sign_ex(ASN1_ITEM_rptr(X509_REQ_INFO), &x->sig_alg, NULL,
crypto/openssl/crypto/x509/x_all.c
159
return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_REQ_INFO),
crypto/openssl/crypto/x509/x_all.c
51
return ASN1_item_verify_ex(ASN1_ITEM_rptr(X509_REQ_INFO), &a->sig_alg,
crypto/openssl/crypto/x509/x_req.c
103
ASN1_SEQUENCE_enc(X509_REQ_INFO, enc, rinf_cb) = {
crypto/openssl/crypto/x509/x_req.c
104
ASN1_SIMPLE(X509_REQ_INFO, version, ASN1_INTEGER),
crypto/openssl/crypto/x509/x_req.c
105
ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
crypto/openssl/crypto/x509/x_req.c
106
ASN1_SIMPLE(X509_REQ_INFO, pubkey, X509_PUBKEY),
crypto/openssl/crypto/x509/x_req.c
110
ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
crypto/openssl/crypto/x509/x_req.c
111
} ASN1_SEQUENCE_END_enc(X509_REQ_INFO, X509_REQ_INFO)
crypto/openssl/crypto/x509/x_req.c
113
IMPLEMENT_ASN1_FUNCTIONS(X509_REQ_INFO)
crypto/openssl/crypto/x509/x_req.c
116
ASN1_EMBED(X509_REQ, req_info, X509_REQ_INFO),
crypto/openssl/crypto/x509/x_req.c
38
X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval;
crypto/openssl/fuzz/asn1.c
194
ASN1_ITEM_ref(X509_REQ_INFO),
crypto/openssl/include/crypto/x509.h
77
X509_REQ_INFO req_info; /* signed certificate request data */
crypto/openssl/include/openssl/x509.h
746
DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO)