Searched refs:pout (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.h6 int blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen);
H A Dblake2b-long.c13 blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen) argument
15 uint8_t *out = (uint8_t *) pout;
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Drand.h36 unsigned char **pout,
42 unsigned char **pout,
47 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-raid.h115 uint64_t pout : 1; /**< Indicates whether the P pipe is used by this instruction. member in struct:__anon10317::__anon10318
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Drand_drbg.h107 unsigned char **pout,
113 typedef size_t (*RAND_DRBG_get_nonce_fn)(RAND_DRBG *drbg, unsigned char **pout,
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decdh_ossl.c38 int ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, argument
108 *pout = buf;
H A Dec_local.h180 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,
H A Dec_kmeth.c272 int (**pck)(unsigned char **pout,
271 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) argument
/freebsd-13-stable/crypto/heimdal/appl/rcp/
H A Drcp.c716 int pin[2], pout[2], reserved[2]; local
729 if (pipe(pout) < 0) {
745 close(pout[0]);
747 dup2(pout[1], 1);
749 close(pout[1]);
786 close(pout[1]);
787 *fdin = pout[0];
/freebsd-13-stable/crypto/openssl/crypto/rand/
H A Drand_lib.c130 unsigned char **pout,
201 *pout = rand_pool_detach(pool);
231 unsigned char **pout,
257 *pout = rand_pool_detach(pool);
282 * On success it allocates a buffer at |*pout| and returns the length of
285 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout) argument
293 *pout = rand_pool_detach(pool);
129 rand_drbg_get_entropy(RAND_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) argument
230 rand_drbg_get_nonce(RAND_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len) argument
/freebsd-13-stable/crypto/openssh/
H A Dscp.c241 int pin[2], pout[2], reserved[2]; local
262 if (pipe(pout) < 0)
278 close(pout[0]);
280 dup2(pout[1], 1);
282 close(pout[1]);
306 close(pout[1]);
307 *fdin = pout[0];
H A Dsshconnect.c190 int pin[2], pout[2]; local
198 if (pipe(pin) < 0 || pipe(pout) < 0)
217 close(pout[0]);
218 if (dup2(pout[1], 1) < 0)
221 close(pout[1]);
245 close(pout[1]);
251 if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL)
H A Dsession.c398 int pin[2], pout[2], perr[2]; local
408 if (pipe(pout) < 0) {
419 close(pout[0]);
420 close(pout[1]);
452 close(pout[0]);
453 close(pout[1]);
484 close(pout[0]);
485 if (dup2(pout[1], 1) < 0)
487 close(pout[1]);
538 close(pout[
[all...]
H A Dsftp.c2271 int pin[2], pout[2]; local
2273 if ((pipe(pin) == -1) || (pipe(pout) == -1))
2276 *out = pout[1];
2277 c_in = pout[0];
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_kari.c186 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, argument
213 *pout = out;
/freebsd-13-stable/usr.sbin/ppp/
H A Dcommand.c528 unsigned long long oin, oout, pin, pout; local
543 pout = bundle->ncp.ipcp.throughput.PacketsOut;
548 pout += bundle->ncp.ipv6cp.throughput.PacketsOut;
595 nargv[arg] = substull(nargv[arg], "PACKETSOUT", pout);

Completed in 212 milliseconds