include/beecrypt/pkcs12.h File Reference
PKCS#12 utility routines.
More...
#include "beecrypt/beecrypt.h"
Go to the source code of this file.
Detailed Description
PKCS#12 utility routines.
- Author:
- Bob Deblier <bob.deblier@telenet.be>
Define Documentation
#define PKCS12_ID_CIPHER 0x1 |
#define PKCS12_ID_MAC 0x3 |
Function Documentation
int pkcs12_derive_key |
( |
const hashFunction * |
h, |
|
|
byte |
id, |
|
|
const byte * |
pdata, |
|
|
size_t |
psize, |
|
|
const byte * |
sdata, |
|
|
size_t |
ssize, |
|
|
size_t |
iterationcount, |
|
|
byte * |
ndata, |
|
|
size_t |
nsize | |
|
) |
| | |