Searched refs:X509_to_X509_REQ (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/x509/ |
D | x509_req.c | 70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_to_X509_REQ() function
|
D | x509.h | 789 X509_REQ * X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
|
/external/openssl/apps/ |
D | x509.c | 1009 rq=X509_to_X509_REQ(x,pk,digest); in MAIN()
|
D | ca.c | 1686 if ((rreq=X509_to_X509_REQ(req,NULL,EVP_md5())) == NULL) in certify_cert()
|
/external/openssl/include/openssl/ |
D | x509.h | 789 X509_REQ * X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
|