Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_document.h204 CJS_Result set_subject(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_document.cpp820 CJS_Result CJS_Document::set_subject(CJS_Runtime* pRuntime, in set_subject() function in CJS_Document
/external/python/pyopenssl/tests/
Dtest_crypto.py2067 cert.set_subject(None)
2078 cert.set_subject(name)
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py1493 def set_subject(self, subject): member in X509