OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serverentry
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h
41
typedef DWORD (WINAPI *PCREATE_STATIC_SERVICE)(ULONG InterfaceIndex,PIPX_SERVER_ENTRY
ServerEntry
);
42
typedef DWORD (WINAPI *PDELETE_STATIC_SERVICE)(ULONG InterfaceIndex,PIPX_SERVER_ENTRY
ServerEntry
);
/libcore/luni/src/test/java/libcore/java/security/cert/
CertPathValidatorTest.java
76
PrivateKeyEntry
serverEntry
= TestKeyStore.getServer().getPrivateKey("RSA", "RSA");
80
X509Certificate serverCert = (X509Certificate)
serverEntry
.getCertificate();
Completed in 219 milliseconds