| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_set_default_passwd_cb.pod | 14 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/ |
| HD | pem.pod | 335 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/ |
| HD | ip_fil.c | 539 ipfuiomove(buf, len, rwflag, uio) in ipfuiomove() argument 541 int len, rwflag; 548 if (rwflag == UIO_READ) {
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_file.c | 1110 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/ |
| HD | pem.h | 389 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/ |
| HD | procfs.c | 5155 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/ |
| HD | linux32_systrace_args.c | 170 iarg[3] = p->rwflag; /* l_ulong */ in systrace_args()
|
| HD | linux32_proto.h | 106 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member
|
| /NextBSD/sys/i386/linux/ |
| HD | linux_systrace_args.c | 170 iarg[3] = p->rwflag; /* l_ulong */ in systrace_args()
|
| HD | linux_proto.h | 106 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_systrace_args.c | 1341 iarg[3] = p->rwflag; /* l_ulong */ in systrace_args()
|
| HD | linux_proto.h | 582 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | tls_openssl.c | 2171 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() argument
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clrpcops.c | 5605 int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, in nfscl_doflayoutio() argument 5654 if (rwflag == FREAD) in nfscl_doflayoutio()
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 9371 typedef int pem_password_cb(char *buf, int size, int rwflag); 9373 ....(char *buf, int size, int rwflag, void *userdata);
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 9218 * conf/trap/trap_ultrix.h: arg 3 to mount(2) is rwflag
|