Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/
Dmock.py122 def checksig(self, /, *args, **kwargs): function
124 _copy_func_details(func, checksig)
125 type(mock)._mock_check_sig = checksig
183 def checksig(*args, **kwargs): function
185 _copy_func_details(func, checksig)
190 context = {'_checksig_': checksig, 'mock': mock}
/third_party/curl/lib/vtls/
Dnss.c793 static SECStatus nss_auth_cert_hook(void *arg, PRFileDesc *fd, PRBool checksig, in nss_auth_cert_hook() argument
831 return SSL_AuthCertificate(CERT_GetDefaultCertDB(), fd, checksig, isServer); in nss_auth_cert_hook()