Searched refs:password (Results 1 – 15 of 15) sorted by relevance
/linux-4.19.296/fs/ecryptfs/ |
D | debug.c | 43 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()
|
D | keystore.c | 775 (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/ |
D | tests-phandle.dtsi | 9 security-password = "password";
|
/linux-4.19.296/fs/cifs/ |
D | cifsencrypt.c | 280 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()
|
D | connect.c | 1934 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 …]
|
D | cifsglob.h | 499 char *password; member 896 char *password; member 952 char *password; /* for share-level security */ member
|
D | misc.c | 102 kzfree(buf_to_free->password); in sesInfoFree() 139 kzfree(buf_to_free->password); in tconInfoFree()
|
D | Kconfig | 88 security mechanisms. These hash the password more securely
|
D | cifsproto.h | 478 extern int calc_lanman_hash(const char *password, const char *cryptkey,
|
D | sess.c | 717 rc = calc_lanman_hash(ses->password, ses->server->cryptkey, in sess_auth_lanman()
|
/linux-4.19.296/include/linux/ |
D | ecryptfs.h | 101 struct ecryptfs_password password; member
|
/linux-4.19.296/include/scsi/ |
D | libiscsi.h | 312 char *password; member
|
D | scsi_transport_iscsi.h | 376 char *password; member
|
D | iscsi_if.h | 852 uint8_t password[ISCSI_CHAP_AUTH_SECRET_MAX_LEN]; member
|
/linux-4.19.296/include/target/iscsi/ |
D | iscsi_target_core.h | 748 char password[MAX_PASS_LEN]; member
|