Home
last modified time | relevance | path

Searched refs:SRTP_MAX_MKI_LEN (Results 1 – 2 of 2) sorted by relevance

/external/libsrtp2/include/
Dsrtp.h84 #define SRTP_MAX_MKI_LEN 128 macro
94 #define SRTP_MAX_TRAILER_LEN (SRTP_MAX_TAG_LEN + SRTP_MAX_MKI_LEN)
/external/libsrtp2/srtp/
Dsrtp.c792 if (policy->keys[i]->mki_size > SRTP_MAX_MKI_LEN) in srtp_validate_policy_master_keys()