Searched refs:GetCertificate (Results 1 – 5 of 5) sorted by relevance
/third_party/node/src/crypto/ |
D | crypto_context.cc | 299 isolate, tmpl, "getCertificate", GetCertificate<true>); in GetConstructorTemplate() 301 isolate, tmpl, "getIssuer", GetCertificate<false>); in GetConstructorTemplate() 375 registry->Register(GetCertificate<true>); in RegisterExternalReferences() 376 registry->Register(GetCertificate<false>); in RegisterExternalReferences() 1312 void SecureContext::GetCertificate(const FunctionCallbackInfo<Value>& args) { in GetCertificate() function in node::crypto::SecureContext
|
D | crypto_context.h | 123 static void GetCertificate(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | crypto_tls.h | 189 static void GetCertificate(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | crypto_tls.cc | 1628 void TLSWrap::GetCertificate(const FunctionCallbackInfo<Value>& args) { in GetCertificate() function in node::crypto::TLSWrap 2148 SetProtoMethodNoSideEffect(isolate, t, "getCertificate", GetCertificate); in Initialize() 2211 registry->Register(GetCertificate); in RegisterExternalReferences()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 140 virtual HRESULT WINAPI GetCertificate(UINT CertifacteSize, BYTE *ppCertificate) = 0; 574 …HRESULT (WINAPI *GetCertificate)(IDirect3DAuthenticatedChannel9 *This, UINT CertifacteSize, BYTE *… 590 #define IDirect3DAuthenticatedChannel9_GetCertificate(p,a,b) (p)->lpVtbl->GetCertificate(p,a,b) 652 …HRESULT (WINAPI *GetCertificate)(IDirect3DCryptoSession9 *This, UINT CertifacteSize, BYTE *ppCerti… 672 #define IDirect3DCryptoSession9_GetCertificate(p,a,b) (p)->lpVtbl->GetCertificate(p,a,b)
|