Home
last modified time | relevance | path

Searched defs:pout (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/crypto/rand/
H A Dprov_seed.c19 unsigned char **pout, int entropy, in ossl_rand_get_entropy()
45 unsigned char **pout, int entropy, in ossl_rand_get_user_entropy()
75 unsigned char **pout, in ossl_rand_get_nonce()
101 unsigned char **pout, in ossl_rand_get_user_nonce()
/freebsd/crypto/openssl/providers/common/
H A Dprovider_seeding.c82 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy()
105 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.c13 blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen) in blake2b_long()
/freebsd/crypto/openssl/crypto/ec/
H A Decdh_ossl.c49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key()
H A Dec_kmeth.c294 int (**pck)(unsigned char **pout, in EC_KEY_METHOD_get_compute_key()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg.c144 size_t ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, in ossl_drbg_get_seed()
192 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy()
300 static size_t prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, in prov_drbg_get_nonce()
H A Dseed_src_jitter.c266 static size_t jitter_get_seed(void *vseed, unsigned char **pout, in jitter_get_seed()
299 size_t ossl_rand_jitter_get_seed(unsigned char **pout, int entropy, size_t min_len, size_t max_len) in ossl_rand_jitter_get_seed()
H A Dseed_src.c180 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed()
H A Dtest_rng.c289 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed()
H A Dfips_crng_test.c282 static size_t crng_test_get_seed(void *vcrngt, unsigned char **pout, in crng_test_get_seed()
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c2443 unsigned char **pout, int entropy, in rand_get_entropy()
2468 unsigned char **pout, int entropy, in rand_get_entropy()
2476 unsigned char **pout, int entropy, in rand_get_user_entropy()
2498 unsigned char **pout, in rand_get_nonce()
2507 unsigned char **pout, in rand_get_user_nonce()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_kari.c210 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher()
/freebsd/crypto/heimdal/appl/rcp/
H A Drcp.c716 int pin[2], pout[2], reserved[2]; in do_cmd() local
/freebsd/crypto/openssh/
H A Dsshconnect.c200 int pin[2], pout[2]; in ssh_proxy_connect() local
H A Dscp.c285 int pin[2], pout[2]; in do_cmd() local
H A Dsession.c403 int pin[2], pout[2], perr[2]; in do_exec_no_pty() local
H A Dsftp.c2367 int pin[2], pout[2]; in connect_to_server() local
/freebsd/usr.sbin/ppp/
H A Dcommand.c526 unsigned long long oin, oout, pin, pout; in command_Expand() local