Home
last modified time | relevance | path

Searched refs:emmh32_context (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/wireless/
Dairo.c904 } emmh32_context; typedef
907 emmh32_context seed; // Context - the seed
1096 void emmh32_setseed(emmh32_context *context, u8 *pkey, int keylen, struct crypto_tfm *);
1097 void emmh32_init(emmh32_context *context);
1098 void emmh32_update(emmh32_context *context, u8 *pOctets, int len);
1099 void emmh32_final(emmh32_context *context, u8 digest[4]);
1432 void emmh32_setseed(emmh32_context *context, u8 *pkey, int keylen, struct crypto_tfm *tfm) in emmh32_setseed()
1464 void emmh32_init(emmh32_context *context) in emmh32_init()
1472 void emmh32_update(emmh32_context *context, u8 *pOctets, int len) in emmh32_update()
1514 void emmh32_final(emmh32_context *context, u8 digest[4]) in emmh32_final()