Searched refs:checksig (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/pymock/ |
D | mock.py | 212 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.py | 111 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/ |
D | nss.c | 678 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()
|