Home
last modified time | relevance | path

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

/external/libsrtp2/srtp/
Dsrtp.c1702 uint8_t *mki_location = NULL; in srtp_protect_aead() local
1828 mki_location = (uint8_t *)hdr + *pkt_octet_len + tag_len; in srtp_protect_aead()
1829 mki_size = srtp_inject_mki(mki_location, session_keys, use_mki); in srtp_protect_aead()
2063 uint8_t *mki_location = NULL; in srtp_protect_mki() local
2190 mki_location = (uint8_t *)hdr + *pkt_octet_len; in srtp_protect_mki()
2191 mki_size = srtp_inject_mki(mki_location, session_keys, use_mki); in srtp_protect_mki()