Pkcs5KeyDerivationFunc Struct Reference
  Key derivation function. More...
#include <pkcs5_common.h>
| Data Fields | |
| Pkcs5OctetString | kdfAlgoId | 
| Pkcs5OctetString | salt | 
| uint_t | iterationCount | 
| uint_t | keyLen | 
| Pkcs5OctetString | prfAlgoId | 
Detailed Description
Key derivation function.
Definition at line 188 of file pkcs5_common.h.
Field Documentation
◆ iterationCount
| uint_t iterationCount | 
Definition at line 192 of file pkcs5_common.h.
◆ kdfAlgoId
| Pkcs5OctetString kdfAlgoId | 
Definition at line 190 of file pkcs5_common.h.
◆ keyLen
| uint_t keyLen | 
Definition at line 193 of file pkcs5_common.h.
◆ prfAlgoId
| Pkcs5OctetString prfAlgoId | 
Definition at line 194 of file pkcs5_common.h.
◆ salt
| Pkcs5OctetString salt | 
Definition at line 191 of file pkcs5_common.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkix/pkcs5_common.h
