Searched refs:hmac_md5_update (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | md5_kunit.c | 18 #define HMAC_UPDATE hmac_md5_update
|
| /linux/include/crypto/ |
| H A D | md5.h | 161 static inline void hmac_md5_update(struct hmac_md5_ctx *ctx, in hmac_md5_update() function
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 102 hmac_md5_update(&ctx, (const u8 *)uniname, UNICODE_LEN(conv_len)); in calc_ntlmv2_hash() 119 hmac_md5_update(&ctx, (const u8 *)domain, UNICODE_LEN(conv_len)); in calc_ntlmv2_hash() 160 hmac_md5_update(&ctx, cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2() 161 hmac_md5_update(&ctx, (const u8 *)&ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2()
|
| /linux/crypto/ |
| H A D | md5.c | 134 hmac_md5_update(HMAC_MD5_CTX(desc), data, len); in crypto_hmac_md5_update()
|