Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h144 struct CryptContextTraits : CommonHandleTraits { struct
145 typedef HCRYPTPROV handle_type;
147 static handle_type GetInvalid() { in GetInvalid()
151 static void Close(handle_type h) { in Close()
155 static bool IsValid(handle_type h) { in IsValid()