Home
last modified time | relevance | path

Searched refs:rwflag (Results 1 – 16 of 16) sorted by relevance

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_default_passwd_cb.pod14 int pem_passwd_cb(char *buf, int size, int rwflag, void *userdata);
28 be returned to the calling function. B<rwflag> indicates whether the
29 callback is used for reading/decryption (rwflag=0) or writing/encryption
30 (rwflag=1).
44 B<rwflag> to check, whether an item shall be encrypted (rwflag=1).
64 int pem_passwd_cb(char *buf, int size, int rwflag, void *password)
/NextBSD/crypto/openssl/doc/crypto/
HDpem.pod335 int cb(char *buf, int size, int rwflag, void *u);
338 length of the passphrase (i.e. the size of buf). B<rwflag> is a flag
341 for it twice) if B<rwflag> is 1. The B<u> parameter has the same
418 int pass_cb(char *buf, int size, int rwflag, void *u);
422 /* We'd probably do something else if 'rwflag' is 1 */
/NextBSD/contrib/ipfilter/
HDip_fil.c539 ipfuiomove(buf, len, rwflag, uio) in ipfuiomove() argument
541 int len, rwflag;
548 if (rwflag == UIO_READ) {
/NextBSD/sys/compat/linux/
HDlinux_file.c1110 if ((args->rwflag & 0xffff0000) == 0xc0ed0000) { in linux_mount()
1115 if (args->rwflag & LINUX_MS_RDONLY) in linux_mount()
1117 if (args->rwflag & LINUX_MS_NOSUID) in linux_mount()
1119 if (args->rwflag & LINUX_MS_NOEXEC) in linux_mount()
1121 if (args->rwflag & LINUX_MS_REMOUNT) in linux_mount()
/NextBSD/crypto/openssl/crypto/pem/
HDpem.h389 typedef int pem_password_cb (char *buf, int size, int rwflag, void *userdata);
392 typedef int pem_password_cb (char *buf, int size, int rwflag);
/NextBSD/contrib/gdb/gdb/
HDprocfs.c5155 procfs_set_watchpoint (ptid_t ptid, CORE_ADDR addr, int len, int rwflag, in procfs_set_watchpoint() argument
5169 switch (rwflag) { /* FIXME: need an enum! */ in procfs_set_watchpoint()
/NextBSD/sys/amd64/linux32/
HDlinux32_systrace_args.c170 iarg[3] = p->rwflag; /* l_ulong */ in systrace_args()
HDlinux32_proto.h106 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member
/NextBSD/sys/i386/linux/
HDlinux_systrace_args.c170 iarg[3] = p->rwflag; /* l_ulong */ in systrace_args()
HDlinux_proto.h106 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member
/NextBSD/sys/amd64/linux/
HDlinux_systrace_args.c1341 iarg[3] = p->rwflag; /* l_ulong */ in systrace_args()
HDlinux_proto.h582 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c2171 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() argument
/NextBSD/sys/fs/nfsclient/
HDnfs_clrpcops.c5605 int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, in nfscl_doflayoutio() argument
5654 if (rwflag == FREAD) in nfscl_doflayoutio()
/NextBSD/crypto/openssl/
HDCHANGES9371 typedef int pem_password_cb(char *buf, int size, int rwflag);
9373 ....(char *buf, int size, int rwflag, void *userdata);
/NextBSD/contrib/amd/
HDChangeLog9218 * conf/trap/trap_ultrix.h: arg 3 to mount(2) is rwflag