Searched refs:hmac_md5_final (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | smbencrypt.c | 208 hmac_md5_final(kr_buf, &ctx); 270 hmac_md5_final(resp_buf, &ctx); 281 hmac_md5_final((unsigned char *) sess_key, &ctx);
|
D | cifsencrypt.c | 276 hmac_md5_final(ses->server->ntlmv2_hash, &ctx); in CalcNTLMv2_partial_mac_key() 374 hmac_md5_final(ses->server->ntlmv2_hash, pctxt); in calc_ntlmv2_hash() 405 hmac_md5_final(ses->server->mac_signing_key.data.ntlmv2.key, &context); in setup_ntlmv2_rsp() 423 hmac_md5_final(v2_session_response, &context); in CalcNTLMv2_response()
|
D | md5.h | 36 void hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx);
|
D | md5.c | 338 hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx) in hmac_md5_final() function 364 hmac_md5_final(digest, &ctx);
|