Searched defs:CryptContextTraits (Results 1 – 8 of 8) sorted by relevance
154 struct CryptContextTraits : CommonHandleTraits { struct155 typedef HCRYPTPROV handle_type;157 static handle_type GetInvalid() { in GetInvalid()161 static void Close(handle_type h) { in Close()165 static bool IsValid(handle_type h) { in IsValid()
144 struct CryptContextTraits : CommonHandleTraits { struct145 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()
141 struct CryptContextTraits : CommonHandleTraits { struct142 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()
155 struct CryptContextTraits : CommonHandleTraits { struct156 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()