Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dsla1.h34 struct SLA_1_Context { struct
76 extern void SLA1_Init(struct SLA_1_Context *); argument
77 extern void SLA1_Process(struct SLA_1_Context *, const unsigned char *, int);
78 extern void SLA1_Final(struct SLA_1_Context *, unsigned char *);
/linux-2.4.37.9/net/sctp/
Dhashdriver.c63 struct SLA_1_Context context; in sctp_hash_digest()
76 struct SLA_1_Context tctx; in sctp_hash_digest()
Dsla1.c56 void SLA1_Init(struct SLA_1_Context *ctx) in SLA1_Init()
75 void SLA1processABlock(struct SLA_1_Context *ctx,unsigned int *block) in SLA1processABlock()
147 void SLA1_Process(struct SLA_1_Context *ctx, const unsigned char *ptr, int siz) in SLA1_Process()
173 void SLA1_Final(struct SLA_1_Context *ctx, unsigned char *digestBuf) in SLA1_Final()