Searched refs:output (Results 1 – 7 of 7) sorted by relevance
| /programs/ssl/ |
| A D | ssl_test_lib.c | 50 static int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() argument 56 ret = mbedtls_entropy_func(data, output, len); in dummy_entropy() 59 output[i] = (unsigned char) rand(); in dummy_entropy() 163 int rng_get(void *p_rng, unsigned char *output, size_t output_len) in rng_get() argument 168 output, output_len); in rng_get() 173 return mbedtls_ctr_drbg_random(&rng->drbg, output, output_len); in rng_get() 175 return mbedtls_hmac_drbg_random(&rng->drbg, output, output_len); in rng_get()
|
| A D | ssl_test_lib.h | 169 int rng_get(void *p_rng, unsigned char *output, size_t output_len);
|
| A D | ssl_server2.c | 1226 unsigned char *output, in ssl_async_resume() argument 1249 output, output_size, output_len); in ssl_async_resume()
|
| /programs/util/ |
| A D | pem2der.c | 51 unsigned char *output, size_t *olen) in convert_pem_to_der() argument 94 if ((ret = mbedtls_base64_decode(output, len, &len, (const unsigned char *) s1, in convert_pem_to_der()
|
| /programs/test/ |
| A D | selftest.c | 214 static void dummy_entropy(unsigned char *output, size_t output_size) in dummy_entropy() argument 218 output[i] = rand(); in dummy_entropy()
|
| /programs/pkey/ |
| A D | gen_key.c | 45 static int dev_random_entropy_poll(void *data, unsigned char *output, in dev_random_entropy_poll() argument 50 unsigned char *p = output; in dev_random_entropy_poll()
|
| /programs/fuzz/ |
| A D | README.md | 53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
|
Completed in 19 milliseconds