Home
last modified time | relevance | path

Searched defs:upref (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_ssl/
Dcert.c18 newCertificate(PyTypeObject *type, X509 *cert, int upref) in newCertificate()
39 _PySSL_CertificateFromX509(_sslmodulestate *state, X509 *cert, int upref) in _PySSL_CertificateFromX509()
45 _PySSL_CertificateFromX509Stack(_sslmodulestate *state, STACK_OF(X509) *stack, int upref) in _PySSL_CertificateFromX509Stack()