Lines Matching defs:text
69 void sctp_hash_digest(char *key, int key_len, char *text, int text_len,
105 * MD5(K XOR opad, MD5(K XOR ipad, text))
110 * and text is the data being protected
130 MD5Update(&context, text, text_len); /* then text of datagram */
135 SHA1Update(&context, text, text_len); /* then text of datagram */
192 * MD5(K XOR opad, MD5(K XOR ipad, text))
197 * and text is the data being protected
226 /* then text of datagram... */
240 /* then text of datagram */