Searched refs:srtp_ciphertext (Results 1 – 1 of 1) sorted by relevance
1165 uint8_t srtp_ciphertext[38] = { in srtp_validate() local1206 octet_string_hex_string(srtp_ciphertext, len)); in srtp_validate()1208 if (octet_string_is_eq(srtp_plaintext, srtp_ciphertext, len)) in srtp_validate()1223 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len); in srtp_validate()1227 if (octet_string_is_eq(srtp_ciphertext, srtp_plaintext_ref, len)) in srtp_validate()