Home | History | Annotate | Download | only in test

Lines Matching full:srtp_plaintext

1158   uint8_t srtp_plaintext[38] = {
1199 status = srtp_protect(srtp_snd, srtp_plaintext, &len);
1204 octet_string_hex_string(srtp_plaintext, len));
1208 if (octet_string_is_eq(srtp_plaintext, srtp_ciphertext, len))