Home | History | Annotate | Download | only in test

Lines Matching refs:srtp_protect

226       printf("testing srtp_protect and srtp_unprotect\n");
249 printf("testing srtp_protect and srtp_unprotect with big policy\n");
258 printf("testing srtp_protect and srtp_unprotect on "
271 printf("testing srtp_protect and srtp_unprotect against "
502 status = srtp_protect(srtp, mesg, &len);
504 printf("error: srtp_protect() failed with error code %d\n", status);
545 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len);
619 err_check(srtp_protect(srtp_sender, hdr, &len));
633 * check for overrun of the srtp_protect() function
643 fprintf(stdout, "overwrite in srtp_protect() function "
741 err_check(srtp_protect(srtp_sender, hdr, &len));
832 * check for overrun of the srtp_protect() function
1199 status = srtp_protect(srtp_snd, srtp_plaintext, &len);