Home
last modified time | relevance | path

Searched refs:SRTP_MAX_KEY_LEN (Results 1 – 3 of 3) sorted by relevance

/external/libsrtp2/test/
Ddtls_srtp_driver.c130 uint8_t key[SRTP_MAX_KEY_LEN]; in test_dtls_srtp()
131 uint8_t salt[SRTP_MAX_KEY_LEN]; in test_dtls_srtp()
/external/libsrtp2/include/
Dekt.h117 uint8_t encrypted_master_key[SRTP_MAX_KEY_LEN];
Dsrtp.h72 #define SRTP_MAX_KEY_LEN 64 macro