Searched refs:hmac_md5_update (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dmd5.h34 void hmac_md5_update(const unsigned char *text, int text_len,
H A Dcifsencrypt.c293 hmac_md5_update((char *)user, 2*len, pctxt);
309 hmac_md5_update((char *)domain, 2*len, pctxt);
347 hmac_md5_update(resp_buf, 16, &context);
363 hmac_md5_update(v2_session_response+8,
H A Dmd5.c289 hmac_md5_update(const unsigned char *text, int text_len, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dhmacmd5.c99 void hmac_md5_update(const unsigned char *text, int text_len, HMACMD5Context *ctx) function
131 hmac_md5_update(data, data_len, &ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmbencrypt.c201 hmac_md5_update((const unsigned char *)user, user_byte_len, &ctx);
202 hmac_md5_update((const unsigned char *)domain, domain_byte_len, &ctx);
284 hmac_md5_update(srv_chal->data, srv_chal->length, &ctx);
285 hmac_md5_update(cli_chal->data, cli_chal->length, &ctx);
304 hmac_md5_update(nt_resp, 16, &ctx);
H A Dntlmssp_sign.c98 hmac_md5_update(seq_num, 4, &ctx);
99 hmac_md5_update(whole_pdu, pdu_length, &ctx);
H A Dcredentials.c65 hmac_md5_update(tmp, sizeof(tmp), &ctx);

Completed in 65 milliseconds