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()
597 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_sign_smb2_pdu()
648 ksmbd_debug(AUTH, "could not crypto alloc cmac\n"); in ksmbd_sign_smb3_pdu()
706 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in generate_key()
724 ksmbd_debug(AUTH, "could not update with n\n"); in generate_key()
732 ksmbd_debug(AUTH, "could not update with label\n"); in generate_key()
738 ksmbd_debug(AUTH, "could not update with zero\n"); in generate_key()
746 ksmbd_debug(AUTH, "could not update with context\n"); in generate_key()
757 ksmbd_debug(AUTH, "could not update with L\n"); in generate_key()
763 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", in generate_key()
946 ksmbd_debug(AUTH, "could not alloc sha512\n"); in ksmbd_gen_preauth_integrity_hash()
952 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_preauth_integrity_hash()
958 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
964 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
970 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_preauth_integrity_hash()
986 ksmbd_debug(AUTH, "could not alloc sha256\n"); in ksmbd_gen_sd_hash()
992 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_sd_hash()
998 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_sd_hash()
1004 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_sd_hash()
1140 pr_err("Could not get %scryption key\n", enc ? "en" : "de"); in ksmbd_crypt_message()