Home
last modified time | relevance | path

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

/external/pdfium/third_party/pymock/
Dmock.py212 checksig = eval(src, {})
213 _copy_func_details(func, checksig)
214 type(mock)._mock_check_sig = checksig
277 checksig = eval(src, {})
278 _copy_func_details(func, checksig)
283 context = {'_checksig_': checksig, 'mock': mock}
/external/python/cpython2/Lib/test/
D_mock_backport.py111 def checksig(_mock_self, *args, **kwargs): function
113 _copy_func_details(func, checksig)
114 type(mock)._mock_check_sig = checksig
181 def checksig(*args, **kwargs): function
183 _copy_func_details(func, checksig)
188 context = {'_checksig_': checksig, 'mock': mock}
/external/curl/lib/vtls/
Dnss.c678 static SECStatus nss_auth_cert_hook(void *arg, PRFileDesc *fd, PRBool checksig, in nss_auth_cert_hook() argument
715 return SSL_AuthCertificate(CERT_GetDefaultCertDB(), fd, checksig, isServer); in nss_auth_cert_hook()