Home
last modified time | relevance | path

Searched refs:password (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/fs/ecryptfs/
Ddebug.c43 ecryptfs_to_hex(salt, auth_tok->token.password.salt, in ecryptfs_dump_auth_tok()
47 if (auth_tok->token.password.flags & in ecryptfs_dump_auth_tok()
51 memcpy(sig, auth_tok->token.password.signature, in ecryptfs_dump_auth_tok()
Dkeystore.c775 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
776 s->auth_tok->token.password.session_key_encryption_key_bytes, in ecryptfs_write_tag_70_packet()
830 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
838 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1046 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1054 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1118 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig()
1477 memcpy((*new_auth_tok)->token.password.salt, in parse_tag_3_packet()
1481 (*new_auth_tok)->token.password.hash_iterations = in parse_tag_3_packet()
1497 (*new_auth_tok)->token.password.hash_algo = 0x01; /* MD5 */ in parse_tag_3_packet()
[all …]
/linux-4.19.296/drivers/of/unittest-data/
Dtests-phandle.dtsi9 security-password = "password";
/linux-4.19.296/fs/cifs/
Dcifsencrypt.c280 rc = SMBNTencrypt(ses->password, ses->server->cryptkey, in setup_ntlm_response()
288 rc = E_md4hash(ses->password, temp_key, nls_cp); in setup_ntlm_response()
304 int calc_lanman_hash(const char *password, const char *cryptkey, bool encrypt, in calc_lanman_hash() argument
311 if (password) in calc_lanman_hash()
312 strncpy(password_with_pad, password, CIFS_ENCPWD_SIZE); in calc_lanman_hash()
506 E_md4hash(ses->password, nt_hash, nls_cp); in calc_ntlmv2_hash()
Dconnect.c1934 kzfree(vol->password); in cifs_parse_mount_options()
1935 vol->password = NULL; in cifs_parse_mount_options()
1972 kzfree(vol->password); in cifs_parse_mount_options()
1975 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
1976 if (vol->password == NULL) { in cifs_parse_mount_options()
1982 vol->password[j] = value[i]; in cifs_parse_mount_options()
1988 vol->password[j] = '\0'; in cifs_parse_mount_options()
2624 ses->password != NULL && in match_session()
2625 strncmp(ses->password, in match_session()
2626 vol->password ? vol->password : "", in match_session()
[all …]
Dcifsglob.h499 char *password; member
896 char *password; member
952 char *password; /* for share-level security */ member
Dmisc.c102 kzfree(buf_to_free->password); in sesInfoFree()
139 kzfree(buf_to_free->password); in tconInfoFree()
DKconfig88 security mechanisms. These hash the password more securely
Dcifsproto.h478 extern int calc_lanman_hash(const char *password, const char *cryptkey,
Dsess.c717 rc = calc_lanman_hash(ses->password, ses->server->cryptkey, in sess_auth_lanman()
/linux-4.19.296/include/linux/
Decryptfs.h101 struct ecryptfs_password password; member
/linux-4.19.296/include/scsi/
Dlibiscsi.h312 char *password; member
Dscsi_transport_iscsi.h376 char *password; member
Discsi_if.h852 uint8_t password[ISCSI_CHAP_AUTH_SECRET_MAX_LEN]; member
/linux-4.19.296/include/target/iscsi/
Discsi_target_core.h748 char password[MAX_PASS_LEN]; member