Home
last modified time | relevance | path

Searched refs:GetCertificate (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_context.cc299 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
Dcrypto_context.h123 static void GetCertificate(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_tls.h189 static void GetCertificate(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_tls.cc1628 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/
Dd3d9.h140 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)