Searched full:replay (Results 1 – 10 of 10) sorted by relevance
/nrf52832-nimble/rt-thread/components/drivers/audio/ |
H A D | audio.c | 39 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 D | syscfg.yml | 97 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 D | finsh_token.h | 56 #define finsh_token_replay(self) (self)->replay = 1
|
H A D | finsh_token.c | 64 if ( self->replay ) self->replay = 0; in finsh_token_token()
|
H A D | finsh.h | 127 char replay; member
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | audio.h | 196 struct rt_audio_replay *replay; member
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 276 * Create an authenticated, replay-protected session (HMAC-SHA256 + HMAC-PRNG);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | transport.c | 879 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 D | settings.c | 78 /* Replay Protection List storage */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_core.c | 100 * simplifies replay attacks.
|