Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Dsrtp_driver.c1710 if (srtp_octet_string_is_eq(srtp_plaintext, srtp_ciphertext, len)) { in srtp_validate()
1728 if (srtp_octet_string_is_eq(rtcp_plaintext, srtcp_ciphertext, len)) { in srtp_validate()
1750 if (srtp_octet_string_is_eq(srtp_ciphertext, srtp_plaintext_ref, len)) { in srtp_validate()
1763 if (srtp_octet_string_is_eq(srtcp_ciphertext, rtcp_plaintext_ref, len)) { in srtp_validate()
1878 if (srtp_octet_string_is_eq(rtp_plaintext, srtp_ciphertext, len)) { in srtp_validate_gcm()
1896 if (srtp_octet_string_is_eq(rtcp_plaintext, srtcp_ciphertext, len)) { in srtp_validate_gcm()
1919 if (srtp_octet_string_is_eq(srtp_ciphertext, rtp_plaintext_ref, len)) { in srtp_validate_gcm()
1932 if (srtp_octet_string_is_eq(srtcp_ciphertext, rtcp_plaintext_ref, len)) { in srtp_validate_gcm()
2035 if (srtp_octet_string_is_eq(srtp_plaintext, srtp_ciphertext, len)) in srtp_validate_encrypted_extensions_headers()
2057 if (srtp_octet_string_is_eq(srtp_ciphertext, srtp_plaintext_ref, len)) in srtp_validate_encrypted_extensions_headers()
[all …]
/external/libsrtp2/
Dsrtp.def74 srtp_octet_string_is_eq
/external/libsrtp2/crypto/include/
Ddatatypes.h250 int srtp_octet_string_is_eq(uint8_t *a, uint8_t *b, int len);
/external/libsrtp2/crypto/math/
Ddatatypes.c413 int srtp_octet_string_is_eq(uint8_t *a, uint8_t *b, int len) in srtp_octet_string_is_eq() function
/external/libsrtp2/srtp/
Dsrtp.c2621 if (srtp_octet_string_is_eq(tmp_tag, auth_tag, tag_len)) in srtp_unprotect_mki()
4316 if (srtp_octet_string_is_eq(tmp_tag, auth_tag, tag_len)) in srtp_unprotect_rtcp_mki()