Lines Matching refs:construct
225 char *construct = NULL;
255 construct = kzalloc(len, GFP_KERNEL);
256 if (!construct) {
261 memcpy(construct, cryptkey, CIFS_CRYPTO_KEY_SIZE);
262 memcpy(construct + CIFS_CRYPTO_KEY_SIZE, &ntlmv2->blob_signature, blen);
264 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx), construct, len);
289 kfree(construct);
294 * ksmbd_decode_ntlmssp_auth_blob() - helper function to construct
376 * ksmbd_decode_ntlmssp_neg_blob() - helper function to construct
403 * ksmbd_build_ntlmssp_challenge_blob() - helper function to construct