hmac_md5_update   273 fs/cifs/cifsencrypt.c 	hmac_md5_update((const unsigned char *) unicode_buf,
hmac_md5_update   351 fs/cifs/cifsencrypt.c 	hmac_md5_update((char *)user, 2*len, pctxt);
hmac_md5_update   367 fs/cifs/cifsencrypt.c 		hmac_md5_update((char *)domain, 2*len, pctxt);
hmac_md5_update   406 fs/cifs/cifsencrypt.c 	hmac_md5_update(resp_buf, 16, &context);
hmac_md5_update   422 fs/cifs/cifsencrypt.c 	hmac_md5_update(v2_session_response+8,
hmac_md5_update   362 fs/cifs/md5.c  		hmac_md5_update(data, data_len, &ctx);
hmac_md5_update    34 fs/cifs/md5.h  void hmac_md5_update(const unsigned char *text, int text_len,
hmac_md5_update   205 fs/cifs/smbencrypt.c 	hmac_md5_update((const unsigned char *) user_u, user_l * 2, &ctx);
hmac_md5_update   206 fs/cifs/smbencrypt.c 	hmac_md5_update((const unsigned char *) dom_u, domain_l * 2, &ctx);
hmac_md5_update   267 fs/cifs/smbencrypt.c 	hmac_md5_update(srv_chal->data, srv_chal->length, &ctx);
hmac_md5_update   268 fs/cifs/smbencrypt.c 	hmac_md5_update(cli_chal->data, cli_chal->length, &ctx);
hmac_md5_update   279 fs/cifs/smbencrypt.c 	hmac_md5_update(nt_resp, 16, &ctx);