Searched defs:X509_REQ (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/x509/
H A Dx509.h247 } X509_REQ; typedef in typeref:struct:X509_req_st
649 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
665 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
666 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
677 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
/external/openssl/include/openssl/
H A Dx509.h247 } X509_REQ; typedef in typeref:struct:X509_req_st
649 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
665 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
666 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
677 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h208 } X509_REQ; typedef in typeref:struct:X509_req_st
608 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
625 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
626 OPENSSL_EXPORT int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
638 OPENSSL_EXPORT int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
649 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
650 OPENSSL_EXPORT int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
684 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]

Completed in 890 milliseconds