#include "beecrypt/beecrypt.h"
Go to the source code of this file.
Defines | |
#define | PKCS12_ID_CIPHER 0x1 |
#define | PKCS12_ID_IV 0x2 |
#define | PKCS12_ID_MAC 0x3 |
Functions | |
BEECRYPTAPI 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) |
#define PKCS12_ID_CIPHER 0x1 |
#define PKCS12_ID_IV 0x2 |
#define PKCS12_ID_MAC 0x3 |
BEECRYPTAPI 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 | |||
) |