Home | History | Annotate | Download | only in test

Lines Matching full:srtp_ciphertext

1165   uint8_t srtp_ciphertext[38] = {
1206 octet_string_hex_string(srtp_ciphertext, len));
1208 if (octet_string_is_eq(srtp_plaintext, srtp_ciphertext, len))
1223 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len);
1227 if (octet_string_is_eq(srtp_ciphertext, srtp_plaintext_ref, len))