Lines Matching full:could

37  * So sec blob data in neg phase could be generated statically.
87 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_gen_sess_key()
101 ksmbd_debug(AUTH, "could not init hmacmd5 error %d\n", rc); in ksmbd_gen_sess_key()
109 ksmbd_debug(AUTH, "Could not update with response error %d\n", rc); in ksmbd_gen_sess_key()
115 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", rc); in ksmbd_gen_sess_key()
142 ksmbd_debug(AUTH, "Could not set NT Hash as a key\n"); in calc_ntlmv2_hash()
148 ksmbd_debug(AUTH, "could not init hmacmd5\n"); in calc_ntlmv2_hash()
172 ksmbd_debug(AUTH, "Could not update with user\n"); in calc_ntlmv2_hash()
195 ksmbd_debug(AUTH, "Could not update with domain\n"); in calc_ntlmv2_hash()
201 ksmbd_debug(AUTH, "Could not generate md5 hash\n"); in calc_ntlmv2_hash()
232 ksmbd_debug(AUTH, "could not get v2 hash rc %d\n", rc); in ksmbd_auth_ntlmv2()
238 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_auth_ntlmv2()
246 ksmbd_debug(AUTH, "Could not set NTLMV2 Hash as a key\n"); in ksmbd_auth_ntlmv2()
252 ksmbd_debug(AUTH, "Could not init hmacmd5\n"); in ksmbd_auth_ntlmv2()
268 ksmbd_debug(AUTH, "Could not update with response\n"); in ksmbd_auth_ntlmv2()
274 ksmbd_debug(AUTH, "Could not generate md5 hash\n"); in ksmbd_auth_ntlmv2()
282 ksmbd_debug(AUTH, "Could not generate sess key\n"); in ksmbd_auth_ntlmv2()
589 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_sign_smb2_pdu()
640 ksmbd_debug(AUTH, "could not crypto alloc cmac\n"); in ksmbd_sign_smb3_pdu()
698 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in generate_key()
716 ksmbd_debug(AUTH, "could not update with n\n"); in generate_key()
724 ksmbd_debug(AUTH, "could not update with label\n"); in generate_key()
730 ksmbd_debug(AUTH, "could not update with zero\n"); in generate_key()
738 ksmbd_debug(AUTH, "could not update with context\n"); in generate_key()
749 ksmbd_debug(AUTH, "could not update with L\n"); in generate_key()
755 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", in generate_key()
938 ksmbd_debug(AUTH, "could not alloc sha512\n"); in ksmbd_gen_preauth_integrity_hash()
944 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_preauth_integrity_hash()
950 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
956 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
962 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_preauth_integrity_hash()
978 ksmbd_debug(AUTH, "could not alloc sha256\n"); in ksmbd_gen_sd_hash()
984 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_sd_hash()
990 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_sd_hash()
996 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_sd_hash()
1130 pr_err("Could not get %scryption key\n", enc ? "en" : "de"); in ksmbd_crypt_message()