![]() |
libfortuna
1
FortunalibraryfunctionsextractedfromPostgreSQLsource
|
#include <px.h>
Data Fields | |
unsigned(* | result_size )(PX_HMAC *h) |
unsigned(* | block_size )(PX_HMAC *h) |
void(* | reset )(PX_HMAC *h) |
void(* | update )(PX_HMAC *h, const uint8 *data, unsigned dlen) |
void(* | finish )(PX_HMAC *h, uint8 *dst) |
void(* | free )(PX_HMAC *h) |
void(* | init )(PX_HMAC *h, const uint8 *key, unsigned klen) |
PX_MD * | md |
struct { | |
uint8 * ipad | |
uint8 * opad | |
} | p |
unsigned(* px_hmac::block_size)(PX_HMAC *h) |
void(* px_hmac::free)(PX_HMAC *h) |
uint8* px_hmac::ipad |
PX_MD* px_hmac::md |
uint8* px_hmac::opad |
struct { ... } px_hmac::p |
void(* px_hmac::reset)(PX_HMAC *h) |
unsigned(* px_hmac::result_size)(PX_HMAC *h) |