Searched defs:CryptContextTraits (Results 1 – 1 of 1) sorted by relevance
142 struct CryptContextTraits : CommonHandleTraits { struct143 typedef HCRYPTPROV handle_type;145 static handle_type GetInvalid() { in GetInvalid()149 static void Close(handle_type h) { in Close()153 static bool IsValid(handle_type h) { in IsValid()