Searched defs:pout (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/rand/ |
H A D | prov_seed.c | 19 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()
|
/openssl/providers/common/ |
H A D | provider_seeding.c | 82 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()
|
/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key()
|
H A D | ec_kmeth.c | 294 int (**pck)(unsigned char **pout, in EC_KEY_METHOD_get_compute_key()
|
/openssl/providers/implementations/rands/ |
H A D | drbg.c | 144 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() 299 static size_t prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, in prov_drbg_get_nonce()
|
H A D | seed_src.c | 175 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed()
|
H A D | seed_src_jitter.c | 257 static size_t jitter_get_seed(void *vseed, unsigned char **pout, in jitter_get_seed()
|
H A D | test_rng.c | 288 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed()
|
H A D | fips_crng_test.c | 282 static size_t crng_test_get_seed(void *vcrngt, unsigned char **pout, in crng_test_get_seed()
|
/openssl/crypto/cms/ |
H A D | cms_kari.c | 210 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher()
|
/openssl/crypto/ |
H A D | provider_core.c | 2115 unsigned char **pout, int entropy, in rand_get_entropy() 2123 unsigned char **pout, int entropy, in rand_get_user_entropy() 2145 unsigned char **pout, in rand_get_nonce() 2154 unsigned char **pout, in rand_get_user_nonce()
|
Completed in 26 milliseconds