Searched defs:outlen (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/subsys/random/ | 
| D | random_entropy_device.c | 15 static int rand_get(uint8_t *dst, size_t outlen, bool csrand)  in rand_get() 60 void z_impl_sys_rand_get(void *dst, size_t outlen)  in z_impl_sys_rand_get() 68 int z_impl_sys_csrand_get(void *dst, size_t outlen)  in z_impl_sys_csrand_get()
  | 
| D | random_test_csprng.c | 9 int z_impl_sys_csrand_get(void *dst, size_t outlen)  in z_impl_sys_csrand_get()
  | 
| D | random_timer.c | 58 void z_impl_sys_rand_get(void *dst, size_t outlen)  in z_impl_sys_rand_get()
  | 
| D | random_ctr_drbg.c | 65 int z_impl_sys_csrand_get(void *dst, uint32_t outlen)  in z_impl_sys_csrand_get()
  | 
| D | random_xoshiro128.c | 94 void z_impl_sys_rand_get(void *dst, size_t outlen)  in z_impl_sys_rand_get()
  | 
| /Zephyr-latest/tests/bluetooth/host/crypto/mocks/ | 
| D | prng_expects.c | 19 void expect_single_call_psa_generate_random(uint8_t *out, size_t outlen)  in expect_single_call_psa_generate_random()
  | 
| /Zephyr-latest/lib/os/ | 
| D | spsc_pbuf.c | 231 	int outlen;  in spsc_pbuf_write()  local
  | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | cbprintf_internal.h | 853 #define Z_CBPRINTF_STATIC_PACKAGE(packaged, inlen, outlen, align_offset, flags, \  argument
  | 
| D | cbprintf.h | 385 #define CBPRINTF_STATIC_PACKAGE(packaged, inlen, outlen, align_offset, flags, \  argument
  | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_util.c | 376 int lwm2m_ftoa(double *input, char *out, size_t outlen, int8_t dec_limit)  in lwm2m_ftoa()
  | 
| /Zephyr-latest/tests/lib/spsc_pbuf/src/ | 
| D | main.c | 129 			 uint16_t outlen,  in packet_write()
  |