Searched refs:srtp_plaintext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c1207 uint8_t srtp_plaintext[38] = { local
1248 status = srtp_protect(srtp_snd, srtp_plaintext, &len);
1253 octet_string_hex_string(srtp_plaintext, len));
1257 if (octet_string_is_eq(srtp_plaintext, srtp_ciphertext, len))
1315 uint8_t srtp_plaintext[38] = { local
1356 status = srtp_protect(srtp_snd, srtp_plaintext, &len);
1361 octet_string_hex_string(srtp_plaintext, len));
1365 if (octet_string_is_eq(srtp_plaintext, srtp_ciphertext, len))
/external/srtp/test/
H A Dsrtp_driver.c1158 uint8_t srtp_plaintext[38] = { local
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))

Completed in 1930 milliseconds