Home
last modified time | relevance | path

Searched refs:certfile_bytes (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c2646 char *certfile_bytes = NULL; in load_cert_chain() local
2656 Py_FileSystemDefaultEncoding, &certfile_bytes, in load_cert_chain()
2687 r = SSL_CTX_use_certificate_chain_file(self->ctx, certfile_bytes); in load_cert_chain()
2705 keyfile_bytes ? PyBytes_AS_STRING(keyfile_bytes) : certfile_bytes, in load_cert_chain()
2733 PyMem_Free(certfile_bytes); in load_cert_chain()
2741 PyMem_Free(certfile_bytes); in load_cert_chain()