Home
last modified time | relevance | path

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

/fs/hfsplus/
Dwrapper.c191 switch (sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
224 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
Dhfsplus_raw.h104 __be16 signature; member
/fs/ecryptfs/
Dkeystore.c158 write_tag_64_packet(char *signature, struct ecryptfs_session_key *session_key, in write_tag_64_packet() argument
193 memcpy(&message[i], signature, ECRYPTFS_SIG_SIZE_HEX); in write_tag_64_packet()
299 write_tag_66_packet(char *signature, u8 cipher_code, in write_tag_66_packet() argument
336 memcpy(&message[i], signature, ECRYPTFS_SIG_SIZE_HEX); in write_tag_66_packet()
1135 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig()
1138 (*sig) = auth_tok->token.private_key.signature; in ecryptfs_get_auth_tok_sig()
1325 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet()
1849 ecryptfs_to_hex(new_auth_tok->token.password.signature, in ecryptfs_parse_packet_set()
1851 new_auth_tok->token.password.signature[ in ecryptfs_parse_packet_set()
2002 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()
/fs/cifs/
Dcifsencrypt.c70 struct TCP_Server_Info *server, char *signature, in __cifs_calc_signature() argument
116 rc = crypto_shash_final(shash, signature); in __cifs_calc_signature()
131 struct TCP_Server_Info *server, char *signature) in cifs_calc_signature() argument
135 if (!rqst->rq_iov || !signature || !server) in cifs_calc_signature()
159 return __cifs_calc_signature(rqst, server, signature, in cifs_calc_signature()
Dcifsproto.h519 struct TCP_Server_Info *server, char *signature,
Dcifspdu.h2736 char signature[4]; /* XSym */ /* not null terminated */ member
/fs/ocfs2/
Docfs1_fs_compat.h48 /*08*/ __u8 signature[OCFS1_MAX_VOL_SIGNATURE_LEN]; member
Dsuper.c791 if (memcmp(hdr->signature, OCFS1_VOLUME_SIGNATURE, in ocfs2_sb_probe()
794 hdr->signature); in ocfs2_sb_probe()
/fs/isofs/
Drock.h96 char signature[2]; member
/fs/orangefs/
Dprotocol.h256 unsigned char *signature; /* digital signature */ member