Searched refs:cifs_MD5_update (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dmd5.h24 void cifs_MD5_update(struct MD5Context *context, unsigned char const *buf,
H A Dcifsencrypt.c53 cifs_MD5_update(&context, (char *)&key->data, key->len);
54 cifs_MD5_update(&context, cifs_pdu->Protocol, cifs_pdu->smb_buf_length);
101 cifs_MD5_update(&context, (char *)&key->data, key->len);
114 cifs_MD5_update(&context, iov[0].iov_base+4,
117 cifs_MD5_update(&context, iov[i].iov_base, iov[i].iov_len);
H A Dmd5.c13 * MD5Context structure, pass it to cifs_MD5_init, call cifs_MD5_update as
64 cifs_MD5_update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
168 * reflect the addition of 16 longwords of new data. cifs_MD5_update blocks
282 cifs_MD5_update(&ctx->ctx, ctx->k_ipad, 64);
292 cifs_MD5_update(&ctx->ctx, text, text_len); /* then text of datagram */
306 cifs_MD5_update(&ctx_o, ctx->k_opad, 64);
307 cifs_MD5_update(&ctx_o, digest, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dmd5.h24 void cifs_MD5_update(struct MD5Context *context, unsigned char const *buf,
H A Dcifsencrypt.c53 cifs_MD5_update(&context, (char *)&key->data, key->len);
54 cifs_MD5_update(&context, cifs_pdu->Protocol, cifs_pdu->smb_buf_length);
101 cifs_MD5_update(&context, (char *)&key->data, key->len);
114 cifs_MD5_update(&context, iov[0].iov_base+4,
117 cifs_MD5_update(&context, iov[i].iov_base, iov[i].iov_len);
H A Dmd5.c13 * MD5Context structure, pass it to cifs_MD5_init, call cifs_MD5_update as
64 cifs_MD5_update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
168 * reflect the addition of 16 longwords of new data. cifs_MD5_update blocks
282 cifs_MD5_update(&ctx->ctx, ctx->k_ipad, 64);
292 cifs_MD5_update(&ctx->ctx, text, text_len); /* then text of datagram */
306 cifs_MD5_update(&ctx_o, ctx->k_opad, 64);
307 cifs_MD5_update(&ctx_o, digest, 16);

Completed in 91 milliseconds