Home
last modified time | relevance | path

Searched defs:CryptContextTraits (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h141 struct CryptContextTraits : CommonHandleTraits { struct
142 typedef HCRYPTPROV handle_type;
144 static handle_type GetInvalid() { in GetInvalid()
148 static void Close(handle_type h) { in Close()
152 static bool IsValid(handle_type h) { in IsValid()