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()
585 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_sign_smb2_pdu()
636 ksmbd_debug(AUTH, "could not crypto alloc cmac\n"); in ksmbd_sign_smb3_pdu()
694 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in generate_key()
712 ksmbd_debug(AUTH, "could not update with n\n"); in generate_key()
720 ksmbd_debug(AUTH, "could not update with label\n"); in generate_key()
726 ksmbd_debug(AUTH, "could not update with zero\n"); in generate_key()
734 ksmbd_debug(AUTH, "could not update with context\n"); in generate_key()
745 ksmbd_debug(AUTH, "could not update with L\n"); in generate_key()
751 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", in generate_key()
934 ksmbd_debug(AUTH, "could not alloc sha512\n"); in ksmbd_gen_preauth_integrity_hash()
940 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_preauth_integrity_hash()
946 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
952 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
958 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_preauth_integrity_hash()
974 ksmbd_debug(AUTH, "could not alloc sha256\n"); in ksmbd_gen_sd_hash()
980 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_sd_hash()
986 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_sd_hash()
992 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_sd_hash()
1128 pr_err("Could not get %scryption key\n", enc ? "en" : "de"); in ksmbd_crypt_message()