OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp
(Results
1 - 8
of
8
) sorted by null
/external/srtp/include/
srtp_priv.h
48
#include "
srtp
.h"
54
* an srtp_hdr_t represents the
srtp
header
65
* srtp_hdr_t represents an RTP or
SRTP
header. The bit-fields in
170
srtp_get_stream(srtp_t
srtp
, uint32_t ssrc);
180
srtp_stream_init_keys(srtp_stream_t
srtp
, const void *key);
187
srtp_stream_init(srtp_stream_t
srtp
,
246
* srtp_handle_event(
srtp
, srtm, evnt) calls the event handling
253
#define srtp_handle_event(
srtp
, strm, evnt) \
256
data.session =
srtp
; \
/external/srtp/
Android.mk
7
srtp
/
srtp
.c \
8
srtp
/ekt.c \
Makefile
11
# libsrtp.a static library implementing
srtp
50
# management system which can provide keys for
srtp
98
# libsrtp.a (implements
srtp
processing)
100
srtpobj =
srtp
/
srtp
.o
180
@if [ -d $(DESTDIR)$(includedir)/
srtp
]; then \
183
$(INSTALL) -d $(DESTDIR)$(includedir)/
srtp
185
cp include/*.h $(DESTDIR)$(includedir)/
srtp
186
cp crypto/include/*.h $(DESTDIR)$(includedir)/
srtp
190
rm -rf $(DESTDIR)$(includedir)/
srtp
[
all
...]
configure
274
ac_unique_file="
srtp
"
[
all
...]
/external/srtp/srtp/
srtp.c
2
*
srtp
.c
46
#include "
srtp
.h"
47
#include "ekt.h" /* for
SRTP
Encrypted Key Transport */
64
/* the debug module for
srtp
*/
68
"
srtp
" /* printable name for module */
91
/* allocate
srtp
stream and set str_ptr */
217
/* deallocate
srtp
stream context */
241
/* allocate
srtp
stream and set str_ptr */
310
* srtp_kdf_t represents a key derivation function. The
SRTP
361
srtp_stream_init_keys(srtp_stream_ctx_t *
srtp
, const void *key)
[
all
...]
/external/srtp/test/
srtp_driver.c
90
srtp_session_print_policy(srtp_t
srtp
);
160
/* initialize
srtp
library */
163
printf("error:
srtp
init failed with error code %d\n", status);
224
/* loop over policy array, testing
srtp
and srtcp for each policy */
331
printf("testing
srtp
processing time for voice codecs:\n");
424
printf("# testing
srtp
throughput:\r\n");
446
printf("# testing
srtp
rejection throughput:\r\n");
462
srtp_t
srtp
;
local
472
* allocate and initialize an
srtp
session
474
status = srtp_create(&
srtp
, policy)
522
srtp
_ctx_t *
srtp
;
local
[
all
...]
/external/webrtc/webrtc/p2p/base/
dtlstransportchannel_unittest.cc
149
//
SRTP
ciphers will be set only in the beginning.
249
void SendPackets(size_t channel, size_t size, size_t count, bool
srtp
) {
257
packet[0] = (
srtp
) ? 0x80 : 0x00;
262
int flags = (certificate_ &&
srtp
) ? cricket::PF_SRTP_BYPASS : 0;
276
// Fill the packet with 0 to form an invalid
SRTP
packet.
338
// Only DTLS-
SRTP
packets should have the bypass flag set.
360
// Check that non-handshake packets are DTLS data or
SRTP
bypass.
535
void TestTransfer(size_t channel, size_t size, size_t count, bool
srtp
) {
538
client1_.SendPackets(channel, size, count,
srtp
);
589
// Connect without DTLS, and transfer
SRTP
data
[
all
...]
/external/boringssl/src/ssl/test/runner/
runner.go
159
// expectedSRTPProtectionProfile is the DTLS-
SRTP
profile that
362
return fmt.Errorf("
SRTP
profile mismatch: got %d, wanted %d", p, test.expectedSRTPProtectionProfile)
[
all
...]
Completed in 272 milliseconds