Home
last modified time | relevance | path

Searched full:replay (Results 1 – 10 of 10) sorted by relevance

/nrf52832-nimble/rt-thread/components/drivers/audio/
H A Daudio.c39 if (rt_data_queue_peak(&audio->replay->queue, &frame.data_ptr, &frame.data_size) != RT_EOK) in _audio_send_replay_frame()
45 audio->replay->activated = RT_FALSE; in _audio_send_replay_frame()
63 rt_data_queue_pop(&audio->replay->queue, &frame.data_ptr, &frame.data_size, RT_WAITING_FOREVER); in _audio_send_replay_frame()
72 if (audio->replay == RT_NULL) in _audio_flush_replay_frame()
74 while (rt_data_queue_peak(&audio->replay->queue, &frame.data_ptr, &frame.data_size) == RT_EOK) in _audio_flush_replay_frame()
77 … rt_data_queue_pop(&audio->replay->queue, &frame.data_ptr, &frame.data_size, RT_WAITING_FOREVER); in _audio_flush_replay_frame()
95 /* initialize replay & record */ in _audio_dev_init()
96 audio->replay = RT_NULL; in _audio_dev_init()
126 if (audio->replay == RT_NULL) in _audio_dev_open()
128 …struct rt_audio_replay *replay = (struct rt_audio_replay *) rt_malloc(sizeof(struct rt_audio_repla… in _audio_dev_open() local
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml97 This options specifies the maximum capacity of the replay
112 relays. This option is similar to the replay protection list,
509 replay attacks).
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_token.h56 #define finsh_token_replay(self) (self)->replay = 1
H A Dfinsh_token.c64 if ( self->replay ) self->replay = 0; in finsh_token_token()
H A Dfinsh.h127 char replay; member
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Daudio.h196 struct rt_audio_replay *replay; member
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/
H A Dtinycrypt.rst276 * Create an authenticated, replay-protected session (HMAC-SHA256 + HMAC-PRNG);
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dtransport.c879 BT_WARN("Replay: src 0x%04x dst 0x%04x seq 0x%06x", in trans_unseg()
1316 BT_WARN("Replay: src 0x%04x dst 0x%04x seq 0x%06x", in trans_seg()
H A Dsettings.c78 /* Replay Protection List storage */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_core.c100 * simplifies replay attacks.