Home
last modified time | relevance | path

Searched refs:hmac_md5_final (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dsmbencrypt.c208 hmac_md5_final(kr_buf, &ctx);
270 hmac_md5_final(resp_buf, &ctx);
281 hmac_md5_final((unsigned char *) sess_key, &ctx);
Dcifsencrypt.c276 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()
Dmd5.h36 void hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx);
Dmd5.c338 hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx) in hmac_md5_final() function
364 hmac_md5_final(digest, &ctx);