Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h155 struct CryptContextTraits : CommonHandleTraits { struct
156 typedef HCRYPTPROV handle_type;
158 static handle_type GetInvalid() { in GetInvalid()
162 static void Close(handle_type h) { in Close()
166 static bool IsValid(handle_type h) { in IsValid()