HomeSort by: relevance | last modified time | path
    Searched refs:x509_to_req (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
x509.c 193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) function
861 if ((rq = x509_to_req(x, ext_copy, ext_names)) == NULL)
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 259 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) function
960 if ((rq = x509_to_req(x, ext_copy, ext_names)) == NULL)

Completed in 28 milliseconds