LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::CryptContextTraits Struct Reference

#include "llvm/Support/Windows/WindowsSupport.h"

Inheritance diagram for llvm::CryptContextTraits:
Inheritance graph
[legend]

Public Types

typedef HCRYPTPROV handle_type
 
- Public Types inherited from llvm::CommonHandleTraits
typedef HANDLE handle_type
 

Static Public Member Functions

static handle_type GetInvalid ()
 
static void Close (handle_type h)
 
static bool IsValid (handle_type h)
 
- Static Public Member Functions inherited from llvm::CommonHandleTraits
static handle_type GetInvalid ()
 
static void Close (handle_type h)
 
static bool IsValid (handle_type h)
 

Detailed Description

Definition at line 144 of file WindowsSupport.h.

Member Typedef Documentation

◆ handle_type

Definition at line 145 of file WindowsSupport.h.

Member Function Documentation

◆ Close()

static void llvm::CryptContextTraits::Close ( handle_type  h)
inlinestatic

Definition at line 151 of file WindowsSupport.h.

◆ GetInvalid()

static handle_type llvm::CryptContextTraits::GetInvalid ( )
inlinestatic

Definition at line 147 of file WindowsSupport.h.

Referenced by IsValid().

◆ IsValid()

static bool llvm::CryptContextTraits::IsValid ( handle_type  h)
inlinestatic

Definition at line 155 of file WindowsSupport.h.

References GetInvalid().


The documentation for this struct was generated from the following file: