Searched defs:sig (Results 1 - 10 of 10) sorted by relevance

/fs/ecryptfs/
H A Ddebug.c35 char sig[ECRYPTFS_SIG_SIZE_HEX + 1]; local
51 memcpy(sig, auth_tok->token.password.signature,
53 sig[ECRYPTFS_SIG_SIZE_HEX] = '\0';
54 ecryptfs_printk(KERN_DEBUG, " * signature = [%s]\n", sig);
H A Dkeystore.c494 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig)
505 if (memcmp(walker->sig, sig, ECRYPTFS_SIG_SIZE_HEX))
535 printk(KERN_WARNING "Invalidating auth tok with sig = [%s]\n", sig);
548 * @sig: Sig of auth_tok to find
564 char *sig)
569 mount_crypt_stat, sig);
581 sig);
648 "fnek sig [
491 ecryptfs_find_global_auth_tok_for_sig( struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) argument
560 ecryptfs_find_auth_tok_for_sig( struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) argument
1117 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) argument
1628 ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, char *sig) argument
2486 ecryptfs_add_keysig(struct ecryptfs_crypt_stat *crypt_stat, char *sig) argument
2507 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig, u32 global_auth_tok_flags) argument
[all...]
H A Decryptfs_kernel.h59 unsigned char sig[ECRYPTFS_SIG_SIZE]; member in struct:ecryptfs_key_record
93 static inline struct key *ecryptfs_get_encrypted_key(char *sig) argument
95 return request_key(&key_type_encrypted, sig, NULL);
105 static inline struct key *ecryptfs_get_encrypted_key(char *sig) argument
261 * @global_auth_tok_key: The key from the user's keyring for the sig
263 * @sig: The key identifier
278 unsigned char sig[ECRYPTFS_SIG_SIZE_HEX + 1]; member in struct:ecryptfs_global_auth_tok
642 int ecryptfs_add_keysig(struct ecryptfs_crypt_stat *crypt_stat, char *sig);
645 char *sig, u32 global_auth_tok_flags);
648 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig);
[all...]
/fs/hfsplus/
H A Dwrapper.c111 __be16 sig; local
113 sig = *(__be16 *)(bufptr + HFSP_WRAPOFF_EMBEDSIG);
114 if (sig != cpu_to_be16(HFSPLUS_VOLHEAD_SIG) &&
115 sig != cpu_to_be16(HFSPLUS_VOLHEAD_SIGX))
/fs/isofs/
H A Drock.c129 * We think there's a record of type `sig' at rs->chr. Parse the signature
132 static int rock_check_overflow(struct rock_state *rs, int sig) argument
136 switch (sig) {
181 printk(KERN_NOTICE "rock: sig=0x%02x, size=%d, remaining=%d\n",
182 sig, len, rs->len);
196 int sig; local
218 sig = isonum_721(rs.chr);
219 if (rock_check_overflow(&rs, sig))
230 switch (sig) {
296 int cnt, sig; local
671 int sig; local
[all...]
/fs/
H A Dfcntl.c528 struct fown_struct *fown, int sig)
538 !security_file_send_sigiotask(p, fown, sig));
793 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band) argument
810 if (!(sig == SIGURG && fown->signum == 0))
818 void kill_fasync(struct fasync_struct **fp, int sig, int band) argument
825 kill_fasync_rcu(rcu_dereference(*fp), sig, band);
527 sigio_perm(struct task_struct *p, struct fown_struct *fown, int sig) argument
H A Dcompat.c1591 struct compat_timespec __user *tsp, void __user *sig)
1596 if (sig) {
1597 if (!access_ok(VERIFY_READ, sig,
1599 __get_user(up, (compat_uptr_t __user *)sig) ||
1601 (compat_size_t __user *)(sig+sizeof(up))))
1589 compat_sys_pselect6(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct compat_timespec __user *tsp, void __user *sig) argument
H A Dexec.c867 struct signal_struct *sig = tsk->signal; local
878 if (signal_group_exit(sig)) {
887 sig->group_exit_task = tsk;
888 sig->notify_count = zap_other_threads(tsk);
890 sig->notify_count--;
892 while (sig->notify_count) {
908 sig->notify_count = -1; /* for exit_notify() */
974 sig->group_exit_task = NULL;
975 sig->notify_count = 0;
979 setmax_mm_hiwater_rss(&sig
[all...]
/fs/affs/
H A Dsuper.c292 u8 sig[4]; local
398 memcpy(sig, boot_bh->b_data, 4);
400 chksum = be32_to_cpu(*(__be32 *)sig);
453 sig, sig[3] + '0', blocksize);
/fs/proc/
H A Darray.c401 struct signal_struct *sig = task->signal; local
403 if (sig->tty) {
404 struct pid *pgrp = tty_get_pgrp(sig->tty);
407 tty_nr = new_encode_dev(tty_devnum(sig->tty));
413 cmin_flt = sig->cmin_flt;
414 cmaj_flt = sig->cmaj_flt;
415 cutime = sig->cutime;
416 cstime = sig->cstime;
417 cgtime = sig->cgtime;
418 rsslim = ACCESS_ONCE(sig
[all...]

Completed in 184 milliseconds