Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dmd5.h161 static inline void hmac_md5_update(struct hmac_md5_ctx *ctx, in hmac_md5_update() function
/linux/fs/smb/server/
H A Dauth.c101 hmac_md5_update(&ctx, (const u8 *)uniname, UNICODE_LEN(conv_len)); in calc_ntlmv2_hash()
118 hmac_md5_update(&ctx, (const u8 *)domain, UNICODE_LEN(conv_len)); in calc_ntlmv2_hash()
163 hmac_md5_update(&ctx, cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2()
164 hmac_md5_update(&ctx, (const u8 *)&ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2()
/linux/lib/crypto/
H A Dmd5.c284 hmac_md5_update(&ctx, data, data_len); in hmac_md5()
296 hmac_md5_update(&ctx, data, data_len); in hmac_md5_usingrawkey()
/linux/crypto/
H A Dmd5.c134 hmac_md5_update(HMAC_MD5_CTX(desc), data, len); in crypto_hmac_md5_update()