Searched refs:crypto_req (Results 1 – 2 of 2) sorted by relevance
1687 crypto_req = x509.load_pem_x509_csr(1690 req = X509Req.from_cryptography(crypto_req)1701 crypto_req = req.to_cryptography()1702 assert isinstance(crypto_req, x509.CertificateSigningRequest)
899 def from_cryptography(cls, crypto_req): argument910 if not isinstance(crypto_req, x509.CertificateSigningRequest):914 req._req = crypto_req._x509_req