webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "auth.h"
#include "null_auth.h"
#include <time.h>
Macros | |
#define | PRINT_DEBUG_DATA 0 |
#define | MAX_MSG_LEN 2048 |
#define | NUM_TRIALS 100000 |
Functions | |
double | auth_bits_per_second (auth_t *h, int msg_len) |
void | usage (char *prog_name) |
int | main (int argc, char *argv[]) |
Variables | |
srtp_auth_type_t | tmmhv2 |
const uint16_t | msg0 [9] |
const uint16_t | key1 [47] |
#define MAX_MSG_LEN 2048 |
#define NUM_TRIALS 100000 |
#define PRINT_DEBUG_DATA 0 |
double auth_bits_per_second | ( | auth_t * | h, |
int | msg_len | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
const uint16_t key1[47] |
const uint16_t msg0[9] |
srtp_auth_type_t tmmhv2 |