Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 17 of 17) sorted by relevance

/fs/hfsplus/
Dwrapper.c107 if (vhdr->signature == cpu_to_be16(HFSP_WRAP_MAGIC)) { in hfsplus_read_wrapper()
118 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIG)) in hfsplus_read_wrapper()
120 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIGX)) { in hfsplus_read_wrapper()
168 if (vhdr->signature != (HFSPLUS_SB(sb).flags & HFSPLUS_SB_HFSX ? in hfsplus_read_wrapper()
Dhfsplus_raw.h93 __be16 signature; member
Dsuper.c185 if (be16_to_cpu(vhdr->signature) == HFSPLUS_VOLHEAD_SIG) { in hfsplus_write_super()
/fs/cifs/
Dcifsencrypt.c44 const struct mac_key *key, char *signature) in cifs_calculate_signature() argument
48 if ((cifs_pdu == NULL) || (signature == NULL) || (key == NULL)) in cifs_calculate_signature()
55 cifs_MD5_final(signature, &context); in cifs_calculate_signature()
91 const struct mac_key *key, char *signature) in cifs_calc_signature2() argument
96 if ((iov == NULL) || (signature == NULL) || (key == NULL)) in cifs_calc_signature2()
119 cifs_MD5_final(signature, &context); in cifs_calc_signature2()
Dcn_cifs.h29 char signature[4]; /* CIFS */ member
Dcifspdu.h2584 char signature[4]; /* XSym */ /* not null terminated */ member
DCHANGES592 being sent out of signature sequence number order.
/fs/partitions/
Dmac.c48 if (be16_to_cpu(md->signature) != MAC_DRIVER_MAGIC) { in mac_partition()
58 if (be16_to_cpu(part->signature) != MAC_PARTITION_MAGIC) { in mac_partition()
71 if (be16_to_cpu(part->signature) != MAC_PARTITION_MAGIC) in mac_partition()
Dmac.h11 __be16 signature; /* expected to be MAC_PARTITION_MAGIC */ member
38 __be16 signature; /* expected to be MAC_DRIVER_MAGIC */ member
Defi.h68 __le64 signature; member
105 __le16 signature; member
Defi.c169 if (!mbr || le16_to_cpu(mbr->signature) != MSDOS_MBR_SIGNATURE) in is_pmbr_valid()
300 if (le64_to_cpu((*gpt)->signature) != GPT_HEADER_SIGNATURE) { in is_gpt_valid()
303 (unsigned long long)le64_to_cpu((*gpt)->signature), in is_gpt_valid()
/fs/ecryptfs/
Dkeystore.c138 write_tag_64_packet(char *signature, struct ecryptfs_session_key *session_key, in write_tag_64_packet() argument
173 memcpy(&message[i], signature, ECRYPTFS_SIG_SIZE_HEX); in write_tag_64_packet()
279 write_tag_66_packet(char *signature, u8 cipher_code, in write_tag_66_packet() argument
316 memcpy(&message[i], signature, ECRYPTFS_SIG_SIZE_HEX); in write_tag_66_packet()
987 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig()
990 (*sig) = auth_tok->token.private_key.signature; in ecryptfs_get_auth_tok_sig()
1177 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet()
1708 ecryptfs_to_hex(new_auth_tok->token.password.signature, in ecryptfs_parse_packet_set()
1710 new_auth_tok->token.password.signature[ in ecryptfs_parse_packet_set()
1852 rc = write_tag_66_packet(auth_tok->token.private_key.signature, in pki_encrypt_session_key()
[all …]
Ddebug.c51 memcpy(sig, auth_tok->token.password.signature, in ecryptfs_dump_auth_tok()
Decryptfs_kernel.h128 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1]; member
138 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1]; member
/fs/ocfs2/
Docfs1_fs_compat.h48 /*08*/ __u8 signature[OCFS1_MAX_VOL_SIGNATURE_LEN]; member
Dsuper.c576 if (memcmp(hdr->signature, OCFS1_VOLUME_SIGNATURE, in ocfs2_sb_probe()
579 hdr->signature); in ocfs2_sb_probe()
/fs/isofs/
Drock.h96 char signature[2]; member