ReactOS 0.4.17-dev-804-g023d8af
hash< _Key > Struct Template Reference

#include <bcrypt_internal.h>

Collaboration diagram for hash< _Key >:

Public Attributes

struct object hdr
 
enum alg_id alg_id
 
ULONG flags
 
UCHARsecret
 
ULONG secret_len
 

Detailed Description

template<class _Key>
struct hash< _Key >

Definition at line 271 of file bcrypt_internal.h.

Member Data Documentation

◆ alg_id

template<class _Key >
enum alg_id hash< _Key >::alg_id

Definition at line 274 of file bcrypt_internal.h.

Referenced by get_hash_property(), hash_create(), and hash_prepare().

◆ flags

template<class _Key >
ULONG hash< _Key >::flags

Definition at line 275 of file bcrypt_internal.h.

Referenced by hash_create(), hash_finalize(), and hash_prepare().

◆ hdr

template<class _Key >
struct object hash< _Key >::hdr

Definition at line 273 of file bcrypt_internal.h.

Referenced by hash_create(), hash_destroy(), and hash_prepare().

◆ secret

template<class _Key >
UCHAR* hash< _Key >::secret

Definition at line 276 of file bcrypt_internal.h.

Referenced by BCryptDuplicateHash(), hash_create(), hash_destroy(), and hash_prepare().

◆ secret_len

template<class _Key >
ULONG hash< _Key >::secret_len

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