Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dhashdriver.c79 SLA1_Process(&tctx, key, key_len); in sctp_hash_digest()
112 SLA1_Process(&context, k_ipad, 64); /* start with inner pad */ in sctp_hash_digest()
113 SLA1_Process(&context, text, text_len); /* then text of datagram */ in sctp_hash_digest()
122 SLA1_Process(&context, k_opad, 64); /* start with outer pad */ in sctp_hash_digest()
123 SLA1_Process(&context, digest, 20); /* then results of 1st in sctp_hash_digest()
Dsla1.c147 void SLA1_Process(struct SLA_1_Context *ctx, const unsigned char *ptr, int siz) in SLA1_Process() function
/linux-2.4.37.9/include/net/sctp/
Dsla1.h77 extern void SLA1_Process(struct SLA_1_Context *, const unsigned char *, int);