Lines Matching full:could

36  * So sec blob data in neg phase could be generated statically.
86 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_gen_sess_key()
100 ksmbd_debug(AUTH, "could not init hmacmd5 error %d\n", rc); in ksmbd_gen_sess_key()
108 ksmbd_debug(AUTH, "Could not update with response error %d\n", rc); in ksmbd_gen_sess_key()
114 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", rc); in ksmbd_gen_sess_key()
141 ksmbd_debug(AUTH, "Could not set NT Hash as a key\n"); in calc_ntlmv2_hash()
147 ksmbd_debug(AUTH, "could not init hmacmd5\n"); in calc_ntlmv2_hash()
171 ksmbd_debug(AUTH, "Could not update with user\n"); in calc_ntlmv2_hash()
194 ksmbd_debug(AUTH, "Could not update with domain\n"); in calc_ntlmv2_hash()
200 ksmbd_debug(AUTH, "Could not generate md5 hash\n"); in calc_ntlmv2_hash()
228 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_auth_ntlmv2()
234 ksmbd_debug(AUTH, "could not get v2 hash rc %d\n", rc); in ksmbd_auth_ntlmv2()
242 ksmbd_debug(AUTH, "Could not set NTLMV2 Hash as a key\n"); in ksmbd_auth_ntlmv2()
248 ksmbd_debug(AUTH, "Could not init hmacmd5\n"); in ksmbd_auth_ntlmv2()
264 ksmbd_debug(AUTH, "Could not update with response\n"); in ksmbd_auth_ntlmv2()
270 ksmbd_debug(AUTH, "Could not generate md5 hash\n"); in ksmbd_auth_ntlmv2()
276 ksmbd_debug(AUTH, "Could not generate sess key\n"); in ksmbd_auth_ntlmv2()
543 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_sign_smb2_pdu()
594 ksmbd_debug(AUTH, "could not crypto alloc cmac\n"); in ksmbd_sign_smb3_pdu()
651 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in generate_key()
669 ksmbd_debug(AUTH, "could not update with n\n"); in generate_key()
677 ksmbd_debug(AUTH, "could not update with label\n"); in generate_key()
683 ksmbd_debug(AUTH, "could not update with zero\n"); in generate_key()
691 ksmbd_debug(AUTH, "could not update with context\n"); in generate_key()
701 ksmbd_debug(AUTH, "could not update with L\n"); in generate_key()
707 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", in generate_key()
887 ksmbd_debug(AUTH, "could not alloc sha512\n"); in ksmbd_gen_preauth_integrity_hash()
893 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_preauth_integrity_hash()
899 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
905 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_preauth_integrity_hash()
911 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_preauth_integrity_hash()
927 ksmbd_debug(AUTH, "could not alloc sha256\n"); in ksmbd_gen_sd_hash()
933 ksmbd_debug(AUTH, "could not init shashn"); in ksmbd_gen_sd_hash()
939 ksmbd_debug(AUTH, "could not update with n\n"); in ksmbd_gen_sd_hash()
945 ksmbd_debug(AUTH, "Could not generate hash err : %d\n", rc); in ksmbd_gen_sd_hash()
1069 pr_err("Could not get %scryption key\n", enc ? "en" : "de"); in ksmbd_crypt_message()