MOON
Server: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 PHP/5.4.10
System: Linux vps.presagepowered.net 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: mckernan (512)
PHP: 5.4.10
Disabled: NONE
Upload Files
File: //usr/include/beecrypt/pkcs12.h
/*!\file pkcs12.h
 * \brief PKCS#12 utility routines
 * \ingroup PKCS12_m
 */

#ifndef _PKCS12_H
#define _PKCS12_H

#include "beecrypt/beecrypt.h"

#ifdef __cplusplus
extern "C" {
#endif

#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);

#ifdef __cplusplus
}
#endif

#endif