/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_util.c | 59 int rwflag; member 116 len = data->cb(result, maxsize, data->rwflag, in ui_read() 146 UI_METHOD *UI_UTIL_wrap_read_pem_callback(pem_password_cb *cb, int rwflag) in UI_UTIL_wrap_read_pem_callback() argument 163 data->rwflag = rwflag; in UI_UTIL_wrap_read_pem_callback()
|
/freebsd/crypto/openssl/crypto/ |
H A D | passphrase.c | 315 static int ossl_pw_get_password(char *buf, int size, int rwflag, in ossl_pw_get_password() argument 326 rwflag, userdata)) in ossl_pw_get_password() 331 int ossl_pw_pem_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pem_password() argument 333 return ossl_pw_get_password(buf, size, rwflag, userdata, "PEM"); in ossl_pw_pem_password() 336 int ossl_pw_pvk_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pvk_password() argument 338 return ossl_pw_get_password(buf, size, rwflag, userdata, "PVK"); in ossl_pw_pvk_password()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_default_passwd_cb.pod | 50 be returned to the calling function. B<rwflag> indicates whether the 51 callback is used for reading/decryption (rwflag=0) or writing/encryption 52 (rwflag=1). 67 B<rwflag> to check, whether an item shall be encrypted (rwflag=1). 86 int my_cb(char *buf, int size, int rwflag, void *u)
|
H A D | UI_UTIL_read_pw.pod | 16 UI_METHOD *UI_UTIL_wrap_read_pem_callback(pem_password_cb *cb, int rwflag); 32 B<rwflag> is used to specify if this method will be used for
|
H A D | PEM_read_bio_PrivateKey.pod | 40 typedef int pem_password_cb(char *buf, int size, int rwflag, void *u); 349 int cb(char *buf, int size, int rwflag, void *u); 352 length of the passphrase (i.e. the size of buf). I<rwflag> is a flag 355 for it twice) if I<rwflag> is 1. The I<u> parameter has the same 527 int pass_cb(char *buf, int size, int rwflag, void *u) 530 /* We'd probably do something else if 'rwflag' is 1 */
|
/freebsd/crypto/openssl/test/ |
H A D | uitest.c | 21 static int test_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in test_pem_password_cb() argument
|
H A D | evp_pkey_provided_test.c | 131 static int pass_cb(char *buf, int size, int rwflag, void *u) in pass_cb() argument 136 static int pass_cb_error(char *buf, int size, int rwflag, void *u) in pass_cb_error() argument
|
H A D | endecode_test.c | 433 static int pass_pw(char *buf, int size, int rwflag, void *userdata) in pass_pw() argument
|
/freebsd/sbin/ipf/ipftest/ |
H A D | ip_fil.c | 474 ipfuiomove(buf, len, rwflag, uio) in ipfuiomove() argument 476 int len, rwflag; 483 if (rwflag == UIO_READ) {
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | types.h | 223 typedef int pem_password_cb (char *buf, int size, int rwflag, void *userdata);
|
H A D | ui.h | 401 UI_METHOD *UI_UTIL_wrap_read_pem_callback(pem_password_cb *cb, int rwflag);
|
H A D | pem.h | 430 int PEM_def_callback(char *buf, int num, int rwflag, void *userdata);
|
H A D | ui.h.in | 378 UI_METHOD *UI_UTIL_wrap_read_pem_callback(pem_password_cb *cb, int rwflag);
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 34 int PEM_def_callback(char *buf, int num, int rwflag, void *userdata) in PEM_def_callback() argument 58 min_len = rwflag ? MIN_LENGTH : 0; in PEM_def_callback() 60 i = EVP_read_pw_string_min(buf, min_len, num, prompt, rwflag); in PEM_def_callback()
|
H A D | pem_pkey.c | 369 static int no_password_cb(char *buf, int num, int rwflag, void *userdata) in no_password_cb() argument
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1138 if (args->rwflag & LINUX_MS_RDONLY) in linux_mount() 1140 if (args->rwflag & LINUX_MS_NOSUID) in linux_mount() 1142 if (args->rwflag & LINUX_MS_NOEXEC) in linux_mount() 1144 if (args->rwflag & LINUX_MS_REMOUNT) in linux_mount()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_wolfssl.c | 515 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() argument
|
H A D | tls_openssl.c | 3898 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() argument
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 6672 int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, in nfscl_doflayoutio() argument 6748 } else if (rwflag == NFSV4OPEN_ACCESSREAD) in nfscl_doflayoutio() 6776 int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, in nfscl_dofflayoutio() argument 6808 if (rwflag == NFSV4OPEN_ACCESSREAD) in nfscl_dofflayoutio() 6872 } else if (rwflag == NFSV4OPEN_ACCESSREAD) { in nfscl_dofflayoutio()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_systrace_args.c | 319 iarg[a++] = p->rwflag; /* l_ulong */ in systrace_args()
|
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 3524 pem_passphrase_cb(char *buf, int size, int rwflag, void *u) in pem_passphrase_cb() argument
|
/freebsd/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 1346 iarg[a++] = p->rwflag; /* l_ulong */ in systrace_args()
|
/freebsd/sys/i386/linux/ |
H A D | linux_systrace_args.c | 170 iarg[a++] = p->rwflag; /* l_ulong */ in systrace_args()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 170 iarg[a++] = p->rwflag; /* l_ulong */ in systrace_args()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 18076 typedef int pem_password_cb(char *buf, int size, int rwflag); 18078 ....(char *buf, int size, int rwflag, void *userdata);
|