| /freebsd-13-stable/crypto/openssl/include/crypto/ |
| HD | rand.h | 46 unsigned char **pout, 52 unsigned char **pout, 57 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout);
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| HD | blake2b-long.c | 13 blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen) in blake2b_long() argument 15 uint8_t *out = (uint8_t *) pout; in blake2b_long()
|
| HD | blake2b-long.h | 6 int blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen);
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | rand_drbg.h | 107 unsigned char **pout, 113 typedef size_t (*RAND_DRBG_get_nonce_fn)(RAND_DRBG *drbg, unsigned char **pout,
|
| /freebsd-13-stable/crypto/heimdal/appl/rcp/ |
| HD | rcp.c | 716 int pin[2], pout[2], reserved[2]; in do_cmd() local 729 if (pipe(pout) < 0) { in do_cmd() 745 close(pout[0]); in do_cmd() 747 dup2(pout[1], 1); in do_cmd() 749 close(pout[1]); in do_cmd() 786 close(pout[1]); in do_cmd() 787 *fdin = pout[0]; in do_cmd()
|
| /freebsd-13-stable/crypto/openssl/crypto/ec/ |
| HD | ecdh_ossl.c | 38 int ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ecdh_simple_compute_key() argument 108 *pout = buf; in ecdh_simple_compute_key()
|
| HD | ec_local.h | 180 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen, 614 int (*compute_key)(unsigned char **pout, size_t *poutlen, 634 int ossl_ecdh_compute_key(unsigned char **pout, size_t *poutlen, 636 int ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen,
|
| HD | ec_kmeth.c | 272 int (**pck)(unsigned char **pout, in EC_KEY_METHOD_get_compute_key() argument
|
| /freebsd-13-stable/crypto/openssl/crypto/rand/ |
| HD | rand_lib.c | 130 unsigned char **pout, in rand_drbg_get_entropy() argument 205 *pout = rand_pool_detach(pool); in rand_drbg_get_entropy() 235 unsigned char **pout, in rand_drbg_get_nonce() argument 261 *pout = rand_pool_detach(pool); in rand_drbg_get_nonce() 289 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout) in rand_drbg_get_additional_data() argument 297 *pout = rand_pool_detach(pool); in rand_drbg_get_additional_data()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | RAND_DRBG_set_callbacks.pod | 28 unsigned char **pout, 39 unsigned char **pout, 69 The buffer's address is to be returned in *B<pout> and the number of collected
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-raid.h | 115 … uint64_t pout : 1; /**< Indicates whether the P pipe is used by this instruction. member
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | sshconnect.c | 200 int pin[2], pout[2]; in ssh_proxy_connect() local 208 if (pipe(pin) == -1 || pipe(pout) == -1) in ssh_proxy_connect() 227 close(pout[0]); in ssh_proxy_connect() 228 if (dup2(pout[1], 1) == -1) in ssh_proxy_connect() 231 close(pout[1]); in ssh_proxy_connect() 263 close(pout[1]); in ssh_proxy_connect() 269 if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL) in ssh_proxy_connect()
|
| HD | session.c | 403 int pin[2], pout[2], perr[2]; in do_exec_no_pty() local 413 if (pipe(pout) == -1) { in do_exec_no_pty() 423 close(pout[0]); in do_exec_no_pty() 424 close(pout[1]); in do_exec_no_pty() 455 close(pout[0]); in do_exec_no_pty() 456 close(pout[1]); in do_exec_no_pty() 487 close(pout[0]); in do_exec_no_pty() 488 if (dup2(pout[1], 1) == -1) in do_exec_no_pty() 490 close(pout[1]); in do_exec_no_pty() 541 close(pout[1]); in do_exec_no_pty() [all …]
|
| HD | scp.c | 285 int pin[2], pout[2]; in do_cmd() local 300 if (pipe(pin) == -1 || pipe(pout) == -1) in do_cmd() 321 dup2(pout[1], STDOUT_FILENO) == -1) { in do_cmd() 327 close(pout[0]); in do_cmd() 328 close(pout[1]); in do_cmd() 360 close(pout[1]); in do_cmd() 362 *fdin = pout[0]; in do_cmd()
|
| HD | sftp.c | 2367 int pin[2], pout[2]; in connect_to_server() local 2369 if ((pipe(pin) == -1) || (pipe(pout) == -1)) in connect_to_server() 2372 *out = pout[1]; in connect_to_server() 2373 c_in = pout[0]; in connect_to_server()
|
| /freebsd-13-stable/crypto/openssl/crypto/cms/ |
| HD | cms_kari.c | 186 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher() argument 213 *pout = out; in cms_kek_cipher()
|
| /freebsd-13-stable/usr.sbin/ppp/ |
| HD | command.c | 526 unsigned long long oin, oout, pin, pout; in command_Expand() local 541 pout = bundle->ncp.ipcp.throughput.PacketsOut; in command_Expand() 546 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; in command_Expand() 593 nargv[arg] = substull(nargv[arg], "PACKETSOUT", pout); in command_Expand()
|
| /freebsd-13-stable/share/dict/ |
| HD | web2a | 5545 bib pout 29123 horn pout
|
| HD | web2 | 152266 pout
|