webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include "getopt_s.h"
#include "rdbx.h"
#include "ut_sim.h"
#include <time.h>
#include <stdlib.h>
Functions | |
srtp_err_status_t | test_replay_dbx (int num_trials, unsigned long ws) |
double | rdbx_check_adds_per_second (int num_trials, unsigned long ws) |
void | usage (char *prog_name) |
int | main (int argc, char *argv[]) |
void | print_rdbx (srtp_rdbx_t *rdbx) |
srtp_err_status_t | rdbx_check_add (srtp_rdbx_t *rdbx, uint32_t idx) |
srtp_err_status_t | rdbx_check_expect_failure (srtp_rdbx_t *rdbx, uint32_t idx) |
srtp_err_status_t | rdbx_check_add_unordered (srtp_rdbx_t *rdbx, uint32_t idx) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void print_rdbx | ( | srtp_rdbx_t * | rdbx | ) |
srtp_err_status_t rdbx_check_add | ( | srtp_rdbx_t * | rdbx, |
uint32_t | idx | ||
) |
srtp_err_status_t rdbx_check_add_unordered | ( | srtp_rdbx_t * | rdbx, |
uint32_t | idx | ||
) |
double rdbx_check_adds_per_second | ( | int | num_trials, |
unsigned long | ws | ||
) |
srtp_err_status_t rdbx_check_expect_failure | ( | srtp_rdbx_t * | rdbx, |
uint32_t | idx | ||
) |
srtp_err_status_t test_replay_dbx | ( | int | num_trials, |
unsigned long | ws | ||
) |