Searched refs:X509_REQ_INFO (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_req.c65 * X509_REQ_INFO is handled in an unusual way to get round
85 X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval;
95 ASN1_SEQUENCE_enc(X509_REQ_INFO, enc, rinf_cb) = {
96 ASN1_SIMPLE(X509_REQ_INFO, version, ASN1_INTEGER),
97 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
98 ASN1_SIMPLE(X509_REQ_INFO, pubkey, X509_PUBKEY),
102 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
103 } ASN1_SEQUENCE_END_enc(X509_REQ_INFO, X509_REQ_INFO)
[all...]
H A Dt_req.c96 X509_REQ_INFO *ri;
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_req.c72 X509_REQ_INFO *ri;
H A Dx_all.c84 return (ASN1_item_verify(ASN1_ITEM_rptr(X509_REQ_INFO),
109 return (ASN1_item_sign(ASN1_ITEM_rptr(X509_REQ_INFO), x->sig_alg, NULL,
H A Dx509.h231 } X509_REQ_INFO; typedef in typeref:struct:X509_req_info_st
234 X509_REQ_INFO *req_info;
902 DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c2173 X509_REQ_INFO *ri;

Completed in 69 milliseconds